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 d479fef8..08c3097e 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -294,6 +294,7 @@ static const struct gpu_ops gv11b_ops = {
294 .init_ctx_state = gr_gp10b_init_ctx_state, 294 .init_ctx_state = gr_gp10b_init_ctx_state,
295 .alloc_gr_ctx = gr_gp10b_alloc_gr_ctx, 295 .alloc_gr_ctx = gr_gp10b_alloc_gr_ctx,
296 .free_gr_ctx = gr_gk20a_free_gr_ctx, 296 .free_gr_ctx = gr_gk20a_free_gr_ctx,
297 .powergate_tpc = gr_gv11b_powergate_tpc,
297 .update_ctxsw_preemption_mode = 298 .update_ctxsw_preemption_mode =
298 gr_gv11b_update_ctxsw_preemption_mode, 299 gr_gv11b_update_ctxsw_preemption_mode,
299 .dump_gr_regs = gr_gv11b_dump_gr_status_regs, 300 .dump_gr_regs = gr_gv11b_dump_gr_status_regs,