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, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index f46f20ef..8af70cf5 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -381,7 +381,10 @@ static const struct gpu_ops gp106_ops = {
381 .update_boosted_ctx = NULL, 381 .update_boosted_ctx = NULL,
382 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 382 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
383 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 383 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
384#ifdef CONFIG_SYSFS
384 .create_gr_sysfs = NULL, 385 .create_gr_sysfs = NULL,
386 .remove_gr_sysfs = NULL,
387#endif
385 .set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode, 388 .set_ctxsw_preemption_mode = gr_gp106_set_ctxsw_preemption_mode,
386 .load_ctxsw_ucode = gr_gm20b_load_ctxsw_ucode, 389 .load_ctxsw_ucode = gr_gm20b_load_ctxsw_ucode,
387 .fecs_host_int_enable = gr_gk20a_fecs_host_int_enable, 390 .fecs_host_int_enable = gr_gk20a_fecs_host_int_enable,