panfrost: Add tentative bifrost_texture_descriptor
[mesa.git] / src / panfrost / include / panfrost-quirks.h
index afac6d82d2b66f14cd38e221c7575030226f4040..c8d631cd4763bbe474c8483268f29c5a519b3534 100644 (file)
 
 #define MIDGARD_BROKEN_FP16 (1 << 2)
 
+/* What it says on the tin */
+#define IS_BIFROST (1 << 3)
+
 /* Quirk collections common to particular uarchs */
 
 #define MIDGARD_QUIRKS (MIDGARD_BROKEN_FP16)
 
-#define BIFROST_QUIRKS (0)
+#define BIFROST_QUIRKS (IS_BIFROST)
 
 static inline unsigned
 panfrost_get_quirks(unsigned gpu_id)