summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c1
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index a90d2d94..2ec08ae6 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -168,7 +168,6 @@ static const struct gpu_ops vgpu_gp10b_ops = {
168 .update_smpc_ctxsw_mode = vgpu_gr_update_smpc_ctxsw_mode, 168 .update_smpc_ctxsw_mode = vgpu_gr_update_smpc_ctxsw_mode,
169 .update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode, 169 .update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode,
170 .record_sm_error_state = gm20b_gr_record_sm_error_state, 170 .record_sm_error_state = gm20b_gr_record_sm_error_state,
171 .update_sm_error_state = NULL,
172 .clear_sm_error_state = vgpu_gr_clear_sm_error_state, 171 .clear_sm_error_state = vgpu_gr_clear_sm_error_state,
173 .suspend_contexts = vgpu_gr_suspend_contexts, 172 .suspend_contexts = vgpu_gr_suspend_contexts,
174 .resume_contexts = vgpu_gr_resume_contexts, 173 .resume_contexts = vgpu_gr_resume_contexts,
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 3a917bf3..eac57433 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -185,7 +185,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
185 .update_smpc_ctxsw_mode = vgpu_gr_update_smpc_ctxsw_mode, 185 .update_smpc_ctxsw_mode = vgpu_gr_update_smpc_ctxsw_mode,
186 .update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode, 186 .update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode,
187 .record_sm_error_state = gv11b_gr_record_sm_error_state, 187 .record_sm_error_state = gv11b_gr_record_sm_error_state,
188 .update_sm_error_state = NULL,
189 .clear_sm_error_state = vgpu_gr_clear_sm_error_state, 188 .clear_sm_error_state = vgpu_gr_clear_sm_error_state,
190 .suspend_contexts = vgpu_gr_suspend_contexts, 189 .suspend_contexts = vgpu_gr_suspend_contexts,
191 .resume_contexts = vgpu_gr_resume_contexts, 190 .resume_contexts = vgpu_gr_resume_contexts,