[Mesa-dev] [PATCH 06/15] r600g, radeonsi: remove unused ill-formed register field definitions

Marek Olšák maraeo at gmail.com
Sun Aug 23 05:04:52 PDT 2015


From: Marek Olšák <marek.olsak at amd.com>

---
 src/gallium/drivers/r600/r600d.h   | 1 -
 src/gallium/drivers/radeonsi/sid.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/gallium/drivers/r600/r600d.h b/src/gallium/drivers/r600/r600d.h
index bce8b4e..3c08ba5 100644
--- a/src/gallium/drivers/r600/r600d.h
+++ b/src/gallium/drivers/r600/r600d.h
@@ -3428,7 +3428,6 @@
 #define   S_0085F0_SO3_DEST_BASE_ENA(x)                (((x) & 0x1) << 5)
 #define   G_0085F0_SO3_DEST_BASE_ENA(x)                (((x) >> 5) & 0x1)
 #define   C_0085F0_SO3_DEST_BASE_ENA                   0xFFFFFFDF
-#define   S_0085F0_CB0_DEST_BASE_ENA_SHIFT             6
 #define   S_0085F0_CB0_DEST_BASE_ENA(x)                (((x) & 0x1) << 6)
 #define   G_0085F0_CB0_DEST_BASE_ENA(x)                (((x) >> 6) & 0x1)
 #define   C_0085F0_CB0_DEST_BASE_ENA                   0xFFFFFFBF
diff --git a/src/gallium/drivers/radeonsi/sid.h b/src/gallium/drivers/radeonsi/sid.h
index 66fdf35..05d20db 100644
--- a/src/gallium/drivers/radeonsi/sid.h
+++ b/src/gallium/drivers/radeonsi/sid.h
@@ -614,7 +614,6 @@
 #define   S_0085F0_DEST_BASE_1_ENA(x)                                 (((x) & 0x1) << 1)
 #define   G_0085F0_DEST_BASE_1_ENA(x)                                 (((x) >> 1) & 0x1)
 #define   C_0085F0_DEST_BASE_1_ENA                                    0xFFFFFFFD
-#define   S_0085F0_CB0_DEST_BASE_ENA_SHIFT             	              6
 #define   S_0085F0_CB0_DEST_BASE_ENA(x)                               (((x) & 0x1) << 6)
 #define   G_0085F0_CB0_DEST_BASE_ENA(x)                               (((x) >> 6) & 0x1)
 #define   C_0085F0_CB0_DEST_BASE_ENA                                  0xFFFFFFBF
-- 
2.1.4



More information about the mesa-dev mailing list