summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 84d8a811..1a7f0874 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -370,6 +370,7 @@ static const struct gpu_ops gv11b_ops = {
370 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 370 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
371#ifdef CONFIG_SYSFS 371#ifdef CONFIG_SYSFS
372 .create_gr_sysfs = gr_gv11b_create_sysfs, 372 .create_gr_sysfs = gr_gv11b_create_sysfs,
373 .remove_gr_sysfs = gr_gv11b_remove_sysfs,
373#endif 374#endif
374 .set_ctxsw_preemption_mode = gr_gv11b_set_ctxsw_preemption_mode, 375 .set_ctxsw_preemption_mode = gr_gv11b_set_ctxsw_preemption_mode,
375 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 376 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,