summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hw_flush_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hw_flush_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hw_flush_gp10b.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hw_flush_gp10b.h b/drivers/gpu/nvgpu/gp10b/hw_flush_gp10b.h
index f442991e..e2dff490 100644
--- a/drivers/gpu/nvgpu/gp10b/hw_flush_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/hw_flush_gp10b.h
@@ -114,43 +114,43 @@ static inline u32 flush_l2_flush_dirty_outstanding_true_v(void)
114{ 114{
115 return 0x00000001; 115 return 0x00000001;
116} 116}
117static inline u32 flush_clean_comptags_r(void) 117static inline u32 flush_l2_clean_comptags_r(void)
118{ 118{
119 return 0x0007000c; 119 return 0x0007000c;
120} 120}
121static inline u32 flush_clean_comptags_pending_v(u32 r) 121static inline u32 flush_l2_clean_comptags_pending_v(u32 r)
122{ 122{
123 return (r >> 0) & 0x1; 123 return (r >> 0) & 0x1;
124} 124}
125static inline u32 flush_clean_comptags_pending_empty_v(void) 125static inline u32 flush_l2_clean_comptags_pending_empty_v(void)
126{ 126{
127 return 0x00000000; 127 return 0x00000000;
128} 128}
129static inline u32 flush_clean_comptags_pending_empty_f(void) 129static inline u32 flush_l2_clean_comptags_pending_empty_f(void)
130{ 130{
131 return 0x0; 131 return 0x0;
132} 132}
133static inline u32 flush_clean_comptags_pending_busy_v(void) 133static inline u32 flush_l2_clean_comptags_pending_busy_v(void)
134{ 134{
135 return 0x00000001; 135 return 0x00000001;
136} 136}
137static inline u32 flush_clean_comptags_pending_busy_f(void) 137static inline u32 flush_l2_clean_comptags_pending_busy_f(void)
138{ 138{
139 return 0x1; 139 return 0x1;
140} 140}
141static inline u32 flush_clean_comptags_outstanding_v(u32 r) 141static inline u32 flush_l2_clean_comptags_outstanding_v(u32 r)
142{ 142{
143 return (r >> 1) & 0x1; 143 return (r >> 1) & 0x1;
144} 144}
145static inline u32 flush_clean_comptags_outstanding_false_v(void) 145static inline u32 flush_l2_clean_comptags_outstanding_false_v(void)
146{ 146{
147 return 0x00000000; 147 return 0x00000000;
148} 148}
149static inline u32 flush_clean_comptags_outstanding_false_f(void) 149static inline u32 flush_l2_clean_comptags_outstanding_false_f(void)
150{ 150{
151 return 0x0; 151 return 0x0;
152} 152}
153static inline u32 flush_clean_comptags_outstanding_true_v(void) 153static inline u32 flush_l2_clean_comptags_outstanding_true_v(void)
154{ 154{
155 return 0x00000001; 155 return 0x00000001;
156} 156}