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 c430122d..4458265d 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
@@ -3840,6 +3840,22 @@ static inline u32 gr_gpcs_swdx_dss_zbc_s_01_to_04_format_r(void)
3840{ 3840{
3841 return 0x00418198U; 3841 return 0x00418198U;
3842} 3842}
3843static inline u32 gr_gpcs_swdx_spill_unit_r(void)
3844{
3845 return 0x00418e9cU;
3846}
3847static inline u32 gr_gpcs_swdx_spill_unit_spill_buffer_cache_mgmt_mode_m(void)
3848{
3849 return 0x1U << 16U;
3850}
3851static inline u32 gr_gpcs_swdx_spill_unit_spill_buffer_cache_mgmt_mode_disabled_f(void)
3852{
3853 return 0x0U;
3854}
3855static inline u32 gr_gpcs_swdx_spill_unit_spill_buffer_cache_mgmt_mode_enabled_f(void)
3856{
3857 return 0x10000U;
3858}
3843static inline u32 gr_gpcs_setup_attrib_cb_base_r(void) 3859static inline u32 gr_gpcs_setup_attrib_cb_base_r(void)
3844{ 3860{
3845 return 0x00418810U; 3861 return 0x00418810U;