summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_gr_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_gr_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_gr_gp106.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_gr_gp106.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_gr_gp106.h
index 7d3135f9..3ebed7ea 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_gr_gp106.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_gr_gp106.h
@@ -180,6 +180,26 @@ static inline u32 gr_exception_ds_m(void)
180{ 180{
181 return 0x1U << 4U; 181 return 0x1U << 4U;
182} 182}
183static inline u32 gr_exception_sked_m(void)
184{
185 return 0x1U << 8U;
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}
183static inline u32 gr_exception1_r(void) 203static inline u32 gr_exception1_r(void)
184{ 204{
185 return 0x00400118U; 205 return 0x00400118U;
@@ -672,6 +692,10 @@ static inline u32 gr_fe_hww_esr_en_enable_f(void)
672{ 692{
673 return 0x80000000U; 693 return 0x80000000U;
674} 694}
695static inline u32 gr_fe_hww_esr_info_r(void)
696{
697 return 0x004041b0U;
698}
675static inline u32 gr_fe_go_idle_timeout_r(void) 699static inline u32 gr_fe_go_idle_timeout_r(void)
676{ 700{
677 return 0x00404154U; 701 return 0x00404154U;
@@ -724,6 +748,10 @@ static inline u32 gr_mme_hww_esr_en_enable_f(void)
724{ 748{
725 return 0x80000000U; 749 return 0x80000000U;
726} 750}
751static inline u32 gr_mme_hww_esr_info_r(void)
752{
753 return 0x00404494U;
754}
727static inline u32 gr_memfmt_hww_esr_r(void) 755static inline u32 gr_memfmt_hww_esr_r(void)
728{ 756{
729 return 0x00404600U; 757 return 0x00404600U;