summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index a6a28225..03cfab9f 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -153,7 +153,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
153 .alloc_gr_ctx = vgpu_gr_gp10b_alloc_gr_ctx, 153 .alloc_gr_ctx = vgpu_gr_gp10b_alloc_gr_ctx,
154 .free_gr_ctx = vgpu_gr_free_gr_ctx, 154 .free_gr_ctx = vgpu_gr_free_gr_ctx,
155 .update_ctxsw_preemption_mode = 155 .update_ctxsw_preemption_mode =
156 gr_gp10b_update_ctxsw_preemption_mode, 156 gr_gv11b_update_ctxsw_preemption_mode,
157 .dump_gr_regs = NULL, 157 .dump_gr_regs = NULL,
158 .update_pc_sampling = gr_gm20b_update_pc_sampling, 158 .update_pc_sampling = gr_gm20b_update_pc_sampling,
159 .get_fbp_en_mask = vgpu_gr_get_fbp_en_mask, 159 .get_fbp_en_mask = vgpu_gr_get_fbp_en_mask,