summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c b/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c
index 38d07ee2..81bcdc21 100644
--- a/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c
+++ b/drivers/gpu/nvgpu/vgpu/gm20b/vgpu_hal_gm20b.c
@@ -130,7 +130,7 @@ static const struct gpu_ops vgpu_gm20b_ops = {
130 .get_max_fbps_count = vgpu_gr_get_max_fbps_count, 130 .get_max_fbps_count = vgpu_gr_get_max_fbps_count,
131 .init_sm_dsm_reg_info = gr_gm20b_init_sm_dsm_reg_info, 131 .init_sm_dsm_reg_info = gr_gm20b_init_sm_dsm_reg_info,
132 .wait_empty = gr_gk20a_wait_idle, 132 .wait_empty = gr_gk20a_wait_idle,
133 .init_cyclestats = gr_gm20b_init_cyclestats, 133 .init_cyclestats = vgpu_gr_gm20b_init_cyclestats,
134 .set_sm_debug_mode = vgpu_gr_set_sm_debug_mode, 134 .set_sm_debug_mode = vgpu_gr_set_sm_debug_mode,
135 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs, 135 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs,
136 .bpt_reg_info = gr_gm20b_bpt_reg_info, 136 .bpt_reg_info = gr_gm20b_bpt_reg_info,