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 482c1eec..93f819e4 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -367,6 +367,7 @@ static const struct gpu_ops gv11b_ops = {
367 .init_preemption_state = gr_gv11b_init_preemption_state, 367 .init_preemption_state = gr_gv11b_init_preemption_state,
368 .update_boosted_ctx = gr_gp10b_update_boosted_ctx, 368 .update_boosted_ctx = gr_gp10b_update_boosted_ctx,
369 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3, 369 .set_bes_crop_debug3 = gr_gp10b_set_bes_crop_debug3,
370 .set_bes_crop_debug4 = gr_gp10b_set_bes_crop_debug4,
370 .create_gr_sysfs = gr_gv11b_create_sysfs, 371 .create_gr_sysfs = gr_gv11b_create_sysfs,
371 .set_ctxsw_preemption_mode = gr_gv11b_set_ctxsw_preemption_mode, 372 .set_ctxsw_preemption_mode = gr_gv11b_set_ctxsw_preemption_mode,
372 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr, 373 .is_etpc_addr = gv11b_gr_pri_is_etpc_addr,