summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 0c431385..5771e6e4 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -300,7 +300,6 @@ static const struct gpu_ops gp106_ops = {
300 .suspend_contexts = gr_gp10b_suspend_contexts, 300 .suspend_contexts = gr_gp10b_suspend_contexts,
301 .resume_contexts = gr_gk20a_resume_contexts, 301 .resume_contexts = gr_gk20a_resume_contexts,
302 .get_preemption_mode_flags = gr_gp10b_get_preemption_mode_flags, 302 .get_preemption_mode_flags = gr_gp10b_get_preemption_mode_flags,
303 .fuse_override = gp10b_gr_fuse_override,
304 .init_sm_id_table = gr_gk20a_init_sm_id_table, 303 .init_sm_id_table = gr_gk20a_init_sm_id_table,
305 .load_smid_config = gr_gp10b_load_smid_config, 304 .load_smid_config = gr_gp10b_load_smid_config,
306 .program_sm_id_numbering = gr_gm20b_program_sm_id_numbering, 305 .program_sm_id_numbering = gr_gm20b_program_sm_id_numbering,