summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-06-21 20:02:30 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-05 06:07:03 -0400
commit8b36c45b39d06e273d00cd76180b589727dcde45 (patch)
tree141aa10e6a63e4cfc013a01fdc950995b22b336a /drivers/gpu/nvgpu/gk20a/gk20a.h
parent5e17dc9419c05188646aeaec93fa83b3f80ac60d (diff)
gpu: nvgpu: add get_sm_hww_warp_esr gr ops
mask_hww_warp_esr gr ops is removed and replaced with get_sm_hww_warp_esr gr ops JIRA GPUT19X-75 Change-Id: I8c7194ca1b0e4fe740a6f8998a02fba846234e9e Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1512218 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 7dd4a9fa..9203882c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -291,7 +291,8 @@ struct gpu_ops {
291 bool sm_debugger_attached, 291 bool sm_debugger_attached,
292 struct channel_gk20a *fault_ch, 292 struct channel_gk20a *fault_ch,
293 bool *early_exit, bool *ignore_debugger); 293 bool *early_exit, bool *ignore_debugger);
294 u32 (*mask_hww_warp_esr)(u32 hww_warp_esr); 294 u32 (*get_sm_hww_warp_esr)(struct gk20a *g,
295 u32 gpc, u32 tpc, u32 sm);
295 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc, 296 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc,
296 u32 *esr_sm_sel); 297 u32 *esr_sm_sel);
297 int (*handle_sm_exception)(struct gk20a *g, 298 int (*handle_sm_exception)(struct gk20a *g,