summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 5adb8ecd..a2c95edd 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -183,7 +183,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
183 .suspend_contexts = vgpu_gr_suspend_contexts, 183 .suspend_contexts = vgpu_gr_suspend_contexts,
184 .resume_contexts = vgpu_gr_resume_contexts, 184 .resume_contexts = vgpu_gr_resume_contexts,
185 .get_preemption_mode_flags = gr_gp10b_get_preemption_mode_flags, 185 .get_preemption_mode_flags = gr_gp10b_get_preemption_mode_flags,
186 .fuse_override = gp10b_gr_fuse_override,
187 .init_sm_id_table = gr_gv100_init_sm_id_table, 186 .init_sm_id_table = gr_gv100_init_sm_id_table,
188 .load_smid_config = gr_gv11b_load_smid_config, 187 .load_smid_config = gr_gv11b_load_smid_config,
189 .program_sm_id_numbering = gr_gv11b_program_sm_id_numbering, 188 .program_sm_id_numbering = gr_gv11b_program_sm_id_numbering,