panfrost: Remove MALI_SPECIAL_ATTRIBUTE_BASE defines
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 27 Dec 2019 17:08:45 +0000 (12:08 -0500)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 27 Dec 2019 17:08:45 +0000 (12:08 -0500)
These are conventions by the blob (a convention we happent to follow).
They are not at all intrinsic to the hardware, so now that the
convention is implemented within the Midgard stack, these defines are
wholly unused. Remove them.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/panfrost/include/panfrost-job.h

index 70ab2585eea39ca1e7112aa1501966462c2d1b7b..6f534667ce5064f0cc30d284a892e63802ae0c8e 100644 (file)
@@ -669,11 +669,6 @@ struct mali_payload_write_value {
         u64 immediate;
 } __attribute__((packed));
 
-/* Special attributes have a fixed index */
-#define MALI_SPECIAL_ATTRIBUTE_BASE 16
-#define MALI_VERTEX_ID   (MALI_SPECIAL_ATTRIBUTE_BASE + 0)
-#define MALI_INSTANCE_ID (MALI_SPECIAL_ATTRIBUTE_BASE + 1)
-
 /*
  * Mali Attributes
  *