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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index d6ee0139..ee6dd436 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -377,7 +377,6 @@ static const struct gpu_ops gv100_ops = {
377 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode, 377 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode,
378 .init_hwpm_pmm_register = gr_gv100_init_hwpm_pmm_register, 378 .init_hwpm_pmm_register = gr_gv100_init_hwpm_pmm_register,
379 .record_sm_error_state = gv11b_gr_record_sm_error_state, 379 .record_sm_error_state = gv11b_gr_record_sm_error_state,
380 .update_sm_error_state = gv11b_gr_update_sm_error_state,
381 .clear_sm_error_state = gm20b_gr_clear_sm_error_state, 380 .clear_sm_error_state = gm20b_gr_clear_sm_error_state,
382 .suspend_contexts = gr_gp10b_suspend_contexts, 381 .suspend_contexts = gr_gp10b_suspend_contexts,
383 .resume_contexts = gr_gk20a_resume_contexts, 382 .resume_contexts = gr_gk20a_resume_contexts,