summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
authorAnup Mahindre <amahindre@nvidia.com>2018-09-05 00:32:35 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-19 18:53:56 -0400
commit7e591dced99f328f4960702dbb6235fe7dc7f6b5 (patch)
tree083e4c74b511c1fa6f785221c02e8cf8efe6ea52 /drivers/gpu/nvgpu/vgpu
parenta77bce7193dbd877d00a8bd69e2964db42419a8d (diff)
gpu: nvgpu: Remove NVGPU_DBG_GPU_IOCTL_WRITE_SINGLE_SM_ERROR_STATE API
Remove the API as it has no use cases. Bug 200445906 Change-Id: Ia2803bd05d78853963011a67091b34ba5bdb3732 Signed-off-by: Anup Mahindre <amahindre@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1817629 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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,