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 6a2dae77..2548cd16 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -335,7 +335,7 @@ static const struct gpu_ops gv11b_ops = {
335 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode, 335 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode,
336 .init_hwpm_pmm_register = gr_gv100_init_hwpm_pmm_register, 336 .init_hwpm_pmm_register = gr_gv100_init_hwpm_pmm_register,
337 .record_sm_error_state = gv11b_gr_record_sm_error_state, 337 .record_sm_error_state = gv11b_gr_record_sm_error_state,
338 .clear_sm_error_state = gm20b_gr_clear_sm_error_state, 338 .clear_sm_error_state = gv11b_gr_clear_sm_error_state,
339 .suspend_contexts = gr_gp10b_suspend_contexts, 339 .suspend_contexts = gr_gp10b_suspend_contexts,
340 .resume_contexts = gr_gk20a_resume_contexts, 340 .resume_contexts = gr_gk20a_resume_contexts,
341 .get_preemption_mode_flags = gr_gp10b_get_preemption_mode_flags, 341 .get_preemption_mode_flags = gr_gp10b_get_preemption_mode_flags,