panfrost: XMLify Block Format
[mesa.git] / src / panfrost / include / panfrost-job.h
index 1adfbb2c0dc96ec3b16ac759968d2a9b84e9c308..48379cce9056e1cb34083ddbb75c43888325c966 100644 (file)
@@ -1267,13 +1267,6 @@ struct midgard_tiler_descriptor {
         u32 weights[8];
 };
 
-enum mali_block_format {
-        MALI_BLOCK_TILED   = 0x0,
-        MALI_BLOCK_UNKNOWN = 0x1,
-        MALI_BLOCK_LINEAR  = 0x2,
-        MALI_BLOCK_AFBC    = 0x3,
-};
-
 struct mali_sfbd_format {
         /* 0x1 */
         unsigned unk1 : 6;