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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index dd4bd55a..9fccce0b 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -364,7 +364,9 @@ static const struct gpu_ops gv11b_ops = {
364 .update_boosted_ctx = gr_gp10b_update_boosted_ctx, 364 .update_boosted_ctx = gr_gp10b_update_boosted_ctx,
365 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 365 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
366 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4, 366 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
367#ifdef CONFIG_SYSFS
367 .create_gr_sysfs = gr_gv11b_create_sysfs, 368 .create_gr_sysfs = gr_gv11b_create_sysfs,
369#endif
368 .set_ctxsw_preemption_mode = gr_gv11b_set_ctxsw_preemption_mode, 370 .set_ctxsw_preemption_mode = gr_gv11b_set_ctxsw_preemption_mode,
369 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 371 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,
370 .egpc_etpc_priv_addr_table = gv11b_gr_egpc_etpc_priv_addr_table, 372 .egpc_etpc_priv_addr_table = gv11b_gr_egpc_etpc_priv_addr_table,