summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 8e4cdab8..400c2ad0 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -280,7 +280,7 @@ static const struct gpu_ops gv11b_ops = {
280 .get_max_fbps_count = gr_gm20b_get_max_fbps_count, 280 .get_max_fbps_count = gr_gm20b_get_max_fbps_count,
281 .init_sm_dsm_reg_info = gv11b_gr_init_sm_dsm_reg_info, 281 .init_sm_dsm_reg_info = gv11b_gr_init_sm_dsm_reg_info,
282 .wait_empty = gr_gv11b_wait_empty, 282 .wait_empty = gr_gv11b_wait_empty,
283 .init_cyclestats = gr_gv11b_init_cyclestats, 283 .init_cyclestats = gr_gm20b_init_cyclestats,
284 .set_sm_debug_mode = gv11b_gr_set_sm_debug_mode, 284 .set_sm_debug_mode = gv11b_gr_set_sm_debug_mode,
285 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs, 285 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs,
286 .bpt_reg_info = gv11b_gr_bpt_reg_info, 286 .bpt_reg_info = gv11b_gr_bpt_reg_info,