summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 7ca9e313..aaee595d 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -256,7 +256,7 @@ static const struct gpu_ops gp10b_ops = {
256 .pagepool_default_size = gr_gp10b_pagepool_default_size, 256 .pagepool_default_size = gr_gp10b_pagepool_default_size,
257 .init_ctx_state = gr_gp10b_init_ctx_state, 257 .init_ctx_state = gr_gp10b_init_ctx_state,
258 .alloc_gr_ctx = gr_gp10b_alloc_gr_ctx, 258 .alloc_gr_ctx = gr_gp10b_alloc_gr_ctx,
259 .free_gr_ctx = gr_gp10b_free_gr_ctx, 259 .free_gr_ctx = gr_gk20a_free_gr_ctx,
260 .update_ctxsw_preemption_mode = 260 .update_ctxsw_preemption_mode =
261 gr_gp10b_update_ctxsw_preemption_mode, 261 gr_gp10b_update_ctxsw_preemption_mode,
262 .dump_gr_regs = gr_gp10b_dump_gr_status_regs, 262 .dump_gr_regs = gr_gp10b_dump_gr_status_regs,