summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h
index d34dcf33..c430122d 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gr_gv11b.h
@@ -2932,6 +2932,22 @@ static inline u32 gr_ds_num_tpc_per_gpc_r(u32 i)
2932{ 2932{
2933 return 0x00405870U + i*4U; 2933 return 0x00405870U + i*4U;
2934} 2934}
2935static inline u32 gr_scc_debug_r(void)
2936{
2937 return 0x00408000U;
2938}
2939static inline u32 gr_scc_debug_pagepool_invalidates_m(void)
2940{
2941 return 0x1U << 9U;
2942}
2943static inline u32 gr_scc_debug_pagepool_invalidates_disable_f(void)
2944{
2945 return 0x200U;
2946}
2947static inline u32 gr_scc_debug_pagepool_invalidates_enable_f(void)
2948{
2949 return 0x0U;
2950}
2935static inline u32 gr_scc_bundle_cb_base_r(void) 2951static inline u32 gr_scc_bundle_cb_base_r(void)
2936{ 2952{
2937 return 0x00408004U; 2953 return 0x00408004U;