summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index dc3b7868..1498d1c0 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -292,7 +292,7 @@ static const struct gpu_ops gp106_ops = {
292 .pagepool_default_size = gr_gp106_pagepool_default_size, 292 .pagepool_default_size = gr_gp106_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_gp10b_update_ctxsw_preemption_mode, 297 gr_gp10b_update_ctxsw_preemption_mode,
298 .dump_gr_regs = gr_gp10b_dump_gr_status_regs, 298 .dump_gr_regs = gr_gp10b_dump_gr_status_regs,