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 7f6df820..80d0ae54 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -162,7 +162,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
162 .get_max_fbps_count = vgpu_gr_get_max_fbps_count, 162 .get_max_fbps_count = vgpu_gr_get_max_fbps_count,
163 .init_sm_dsm_reg_info = gv11b_gr_init_sm_dsm_reg_info, 163 .init_sm_dsm_reg_info = gv11b_gr_init_sm_dsm_reg_info,
164 .wait_empty = gr_gv11b_wait_empty, 164 .wait_empty = gr_gv11b_wait_empty,
165 .init_cyclestats = gr_gv11b_init_cyclestats, 165 .init_cyclestats = vgpu_gr_gm20b_init_cyclestats,
166 .set_sm_debug_mode = vgpu_gr_set_sm_debug_mode, 166 .set_sm_debug_mode = vgpu_gr_set_sm_debug_mode,
167 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs, 167 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs,
168 .bpt_reg_info = gv11b_gr_bpt_reg_info, 168 .bpt_reg_info = gv11b_gr_bpt_reg_info,