summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-06-22 00:28:10 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-06 15:04:42 -0400
commit9891cb117e538f1ea5d19171a3c88422cdce7162 (patch)
treee03b1baecbcebd5f6eaeb80eba4cecfb6d2940aa /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parent64076b4b214b45fe8367e467dd6796a9bcc058a4 (diff)
gpu: nvgpu: add gr ops get_sm_hww_global_esr
Required for multiple SM support and t19x sm register address changes JIRA GPUT19X-75 Change-Id: I437095cb8f8d2ba31b85594a7609532991441a37 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1514040 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 924410c3..3dbf5697 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -694,6 +694,7 @@ int gr_gk20a_get_ctx_id(struct gk20a *g,
694 u32 *ctx_id); 694 u32 *ctx_id);
695 695
696u32 gk20a_gr_get_sm_hww_warp_esr(struct gk20a *g, u32 gpc, u32 tpc, u32 sm); 696u32 gk20a_gr_get_sm_hww_warp_esr(struct gk20a *g, u32 gpc, u32 tpc, u32 sm);
697u32 gk20a_gr_get_sm_hww_global_esr(struct gk20a *g, u32 gpc, u32 tpc, u32 sm);
697 698
698int gr_gk20a_wait_fe_idle(struct gk20a *g, unsigned long duration_ms, 699int gr_gk20a_wait_fe_idle(struct gk20a *g, unsigned long duration_ms,
699 u32 expect_delay); 700 u32 expect_delay);