summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 320aa4a5..04a7349a 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -143,7 +143,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
143 .get_max_fbps_count = vgpu_gr_get_max_fbps_count, 143 .get_max_fbps_count = vgpu_gr_get_max_fbps_count,
144 .init_sm_dsm_reg_info = gr_gm20b_init_sm_dsm_reg_info, 144 .init_sm_dsm_reg_info = gr_gm20b_init_sm_dsm_reg_info,
145 .wait_empty = gr_gp10b_wait_empty, 145 .wait_empty = gr_gp10b_wait_empty,
146 .init_cyclestats = gr_gp10b_init_cyclestats, 146 .init_cyclestats = vgpu_gr_gm20b_init_cyclestats,
147 .set_sm_debug_mode = vgpu_gr_set_sm_debug_mode, 147 .set_sm_debug_mode = vgpu_gr_set_sm_debug_mode,
148 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs, 148 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs,
149 .bpt_reg_info = gr_gm20b_bpt_reg_info, 149 .bpt_reg_info = gr_gm20b_bpt_reg_info,