summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h b/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
index 6e4f7d1a..e33f0734 100644
--- a/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
@@ -3786,4 +3786,16 @@ static inline u32 gr_gpcs_tpcs_sm_disp_ctrl_re_suppress_disable_f(void)
3786{ 3786{
3787 return 0x1000; 3787 return 0x1000;
3788} 3788}
3789static inline u32 gr_gpcs_tc_debug0_r(void)
3790{
3791 return 0x00418708;
3792}
3793static inline u32 gr_gpcs_tc_debug0_limit_coalesce_buffer_size_f(u32 v)
3794{
3795 return (v & 0xff) << 0;
3796}
3797static inline u32 gr_gpcs_tc_debug0_limit_coalesce_buffer_size_m(void)
3798{
3799 return 0xff << 0;
3800}
3789#endif 3801#endif