summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-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 1c5e1800..52fcc9d3 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -352,7 +352,6 @@ static const struct gpu_ops gp106_ops = {
352 .write_zcull_ptr = gr_gk20a_write_zcull_ptr, 352 .write_zcull_ptr = gr_gk20a_write_zcull_ptr,
353 .write_pm_ptr = gr_gk20a_write_pm_ptr, 353 .write_pm_ptr = gr_gk20a_write_pm_ptr,
354 .load_tpc_mask = gr_gm20b_load_tpc_mask, 354 .load_tpc_mask = gr_gm20b_load_tpc_mask,
355 .inval_icache = gr_gk20a_inval_icache,
356 .trigger_suspend = gr_gk20a_trigger_suspend, 355 .trigger_suspend = gr_gk20a_trigger_suspend,
357 .wait_for_pause = gr_gk20a_wait_for_pause, 356 .wait_for_pause = gr_gk20a_wait_for_pause,
358 .resume_from_pause = gr_gk20a_resume_from_pause, 357 .resume_from_pause = gr_gk20a_resume_from_pause,