summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index a524a551..769cab74 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -295,7 +295,6 @@ static const struct gpu_ops gp10b_ops = {
295 .update_smpc_ctxsw_mode = gr_gk20a_update_smpc_ctxsw_mode, 295 .update_smpc_ctxsw_mode = gr_gk20a_update_smpc_ctxsw_mode,
296 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode, 296 .update_hwpm_ctxsw_mode = gr_gk20a_update_hwpm_ctxsw_mode,
297 .record_sm_error_state = gm20b_gr_record_sm_error_state, 297 .record_sm_error_state = gm20b_gr_record_sm_error_state,
298 .update_sm_error_state = gm20b_gr_update_sm_error_state,
299 .clear_sm_error_state = gm20b_gr_clear_sm_error_state, 298 .clear_sm_error_state = gm20b_gr_clear_sm_error_state,
300 .suspend_contexts = gr_gp10b_suspend_contexts, 299 .suspend_contexts = gr_gp10b_suspend_contexts,
301 .resume_contexts = gr_gk20a_resume_contexts, 300 .resume_contexts = gr_gk20a_resume_contexts,