summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_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/gr_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/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 5a28deea..924410c3 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -693,7 +693,7 @@ int gr_gk20a_get_ctx_id(struct gk20a *g,
693 struct channel_gk20a *c, 693 struct channel_gk20a *c,
694 u32 *ctx_id); 694 u32 *ctx_id);
695 695
696u32 gk20a_mask_hww_warp_esr(u32 hww_warp_esr); 696u32 gk20a_gr_get_sm_hww_warp_esr(struct gk20a *g, u32 gpc, u32 tpc, u32 sm);
697 697
698int gr_gk20a_wait_fe_idle(struct gk20a *g, unsigned long duration_ms, 698int gr_gk20a_wait_fe_idle(struct gk20a *g, unsigned long duration_ms,
699 u32 expect_delay); 699 u32 expect_delay);