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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 7c22448d..aa3d52af 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -292,7 +292,7 @@ static const struct gpu_ops gv11b_ops = {
292 .pagepool_default_size = gr_gv11b_pagepool_default_size, 292 .pagepool_default_size = gr_gv11b_pagepool_default_size,
293 .init_ctx_state = gr_gp10b_init_ctx_state, 293 .init_ctx_state = gr_gp10b_init_ctx_state,
294 .alloc_gr_ctx = gr_gp10b_alloc_gr_ctx, 294 .alloc_gr_ctx = gr_gp10b_alloc_gr_ctx,
295 .free_gr_ctx = gr_gp10b_free_gr_ctx, 295 .free_gr_ctx = gr_gk20a_free_gr_ctx,
296 .update_ctxsw_preemption_mode = 296 .update_ctxsw_preemption_mode =
297 gr_gv11b_update_ctxsw_preemption_mode, 297 gr_gv11b_update_ctxsw_preemption_mode,
298 .dump_gr_regs = gr_gv11b_dump_gr_status_regs, 298 .dump_gr_regs = gr_gv11b_dump_gr_status_regs,