summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index b6f5a4cd..1e81796e 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -289,7 +289,7 @@ static const struct gpu_ops gp106_ops = {
289 .get_max_fbps_count = gr_gm20b_get_max_fbps_count, 289 .get_max_fbps_count = gr_gm20b_get_max_fbps_count,
290 .init_sm_dsm_reg_info = gr_gm20b_init_sm_dsm_reg_info, 290 .init_sm_dsm_reg_info = gr_gm20b_init_sm_dsm_reg_info,
291 .wait_empty = gr_gp10b_wait_empty, 291 .wait_empty = gr_gp10b_wait_empty,
292 .init_cyclestats = gr_gp10b_init_cyclestats, 292 .init_cyclestats = gr_gm20b_init_cyclestats,
293 .set_sm_debug_mode = gr_gk20a_set_sm_debug_mode, 293 .set_sm_debug_mode = gr_gk20a_set_sm_debug_mode,
294 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs, 294 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs,
295 .bpt_reg_info = gr_gm20b_bpt_reg_info, 295 .bpt_reg_info = gr_gm20b_bpt_reg_info,