summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
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/include
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/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gk20a.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
index 1ca6be0d..8f2881ec 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
@@ -397,9 +397,6 @@ struct gpu_ops {
397 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g); 397 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g);
398 int (*record_sm_error_state)(struct gk20a *g, u32 gpc, u32 tpc, 398 int (*record_sm_error_state)(struct gk20a *g, u32 gpc, u32 tpc,
399 u32 sm, struct channel_gk20a *fault_ch); 399 u32 sm, struct channel_gk20a *fault_ch);
400 int (*update_sm_error_state)(struct gk20a *g,
401 struct channel_gk20a *ch, u32 sm_id,
402 struct nvgpu_tsg_sm_error_state *sm_error_state);
403 int (*clear_sm_error_state)(struct gk20a *g, 400 int (*clear_sm_error_state)(struct gk20a *g,
404 struct channel_gk20a *ch, u32 sm_id); 401 struct channel_gk20a *ch, u32 sm_id);
405 int (*suspend_contexts)(struct gk20a *g, 402 int (*suspend_contexts)(struct gk20a *g,