summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 1ae424df..e8be1a43 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -316,7 +316,7 @@ static const struct gpu_ops gv100_ops = {
316 .get_max_fbps_count = gr_gm20b_get_max_fbps_count, 316 .get_max_fbps_count = gr_gm20b_get_max_fbps_count,
317 .init_sm_dsm_reg_info = gv11b_gr_init_sm_dsm_reg_info, 317 .init_sm_dsm_reg_info = gv11b_gr_init_sm_dsm_reg_info,
318 .wait_empty = gr_gv11b_wait_empty, 318 .wait_empty = gr_gv11b_wait_empty,
319 .init_cyclestats = gr_gv11b_init_cyclestats, 319 .init_cyclestats = gr_gm20b_init_cyclestats,
320 .set_sm_debug_mode = gv11b_gr_set_sm_debug_mode, 320 .set_sm_debug_mode = gv11b_gr_set_sm_debug_mode,
321 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs, 321 .enable_cde_in_fecs = gr_gm20b_enable_cde_in_fecs,
322 .bpt_reg_info = gv11b_gr_bpt_reg_info, 322 .bpt_reg_info = gv11b_gr_bpt_reg_info,