panfrost: Fix MALI_READS_TILEBUFFER
[mesa.git] / src / panfrost / include / panfrost-job.h
index a12df31467bc2e1f4ac504e0766e90bc21dc0e3b..178455ca8f78122313b1987f68de7a237c28d956 100644 (file)
@@ -413,7 +413,7 @@ enum mali_format {
  * are side effects, hence it interacts with early-z. */
 #define MALI_WRITES_GLOBAL (1 << 9)
 
-#define MALI_READS_TILEBUFFER (1 << 12)
+#define MALI_READS_TILEBUFFER (1 << 10)
 
 /* Applies to midgard1.flags_hi */