summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_gr_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_gr_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_gr_gp10b.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_gr_gp10b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_gr_gp10b.h
index 4ae70aab..efd8b555 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_gr_gp10b.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gp10b/hw_gr_gp10b.h
@@ -184,6 +184,22 @@ static inline u32 gr_exception_sked_m(void)
184{ 184{
185 return 0x1U << 8U; 185 return 0x1U << 8U;
186} 186}
187static inline u32 gr_exception_pd_m(void)
188{
189 return 0x1U << 2U;
190}
191static inline u32 gr_exception_scc_m(void)
192{
193 return 0x1U << 3U;
194}
195static inline u32 gr_exception_ssync_m(void)
196{
197 return 0x1U << 5U;
198}
199static inline u32 gr_exception_mme_m(void)
200{
201 return 0x1U << 7U;
202}
187static inline u32 gr_exception1_r(void) 203static inline u32 gr_exception1_r(void)
188{ 204{
189 return 0x00400118U; 205 return 0x00400118U;
@@ -724,6 +740,10 @@ static inline u32 gr_fe_hww_esr_en_enable_f(void)
724{ 740{
725 return 0x80000000U; 741 return 0x80000000U;
726} 742}
743static inline u32 gr_fe_hww_esr_info_r(void)
744{
745 return 0x004041b0U;
746}
727static inline u32 gr_fe_go_idle_timeout_r(void) 747static inline u32 gr_fe_go_idle_timeout_r(void)
728{ 748{
729 return 0x00404154U; 749 return 0x00404154U;
@@ -776,6 +796,10 @@ static inline u32 gr_mme_hww_esr_en_enable_f(void)
776{ 796{
777 return 0x80000000U; 797 return 0x80000000U;
778} 798}
799static inline u32 gr_mme_hww_esr_info_r(void)
800{
801 return 0x00404494U;
802}
779static inline u32 gr_memfmt_hww_esr_r(void) 803static inline u32 gr_memfmt_hww_esr_r(void)
780{ 804{
781 return 0x00404600U; 805 return 0x00404600U;