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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index edf1be37..77a1b8f6 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -371,7 +371,8 @@ static const struct gpu_ops gp106_ops = {
371 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 371 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
372 .create_gr_sysfs = NULL, 372 .create_gr_sysfs = NULL,
373 .set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode, 373 .set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode,
374 .load_ctxsw_ucode = gr_gm20b_load_ctxsw_ucode 374 .load_ctxsw_ucode = gr_gm20b_load_ctxsw_ucode,
375 .fecs_host_int_enable = gr_gk20a_fecs_host_int_enable,
375 }, 376 },
376 .fb = { 377 .fb = {
377 .reset = gp106_fb_reset, 378 .reset = gp106_fb_reset,