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 4f50b13f..2a381f55 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -383,7 +383,7 @@ static const struct gpu_ops gv100_ops = {
383 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode, 383 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode,
384 .init_hwpm_pmm_register = gr_gv100_init_hwpm_pmm_register, 384 .init_hwpm_pmm_register = gr_gv100_init_hwpm_pmm_register,
385 .record_sm_error_state = gv11b_gr_record_sm_error_state, 385 .record_sm_error_state = gv11b_gr_record_sm_error_state,
386 .clear_sm_error_state = gm20b_gr_clear_sm_error_state, 386 .clear_sm_error_state = gv11b_gr_clear_sm_error_state,
387 .suspend_contexts = gr_gp10b_suspend_contexts, 387 .suspend_contexts = gr_gp10b_suspend_contexts,
388 .resume_contexts = gr_gk20a_resume_contexts, 388 .resume_contexts = gr_gk20a_resume_contexts,
389 .get_preemption_mode_flags = gr_gp10b_get_preemption_mode_flags, 389 .get_preemption_mode_flags = gr_gp10b_get_preemption_mode_flags,