Mesa (master): radeonsi/sid: add additional bits for the DRAW_(INDEX) _INDIRECT_MULTI packets

Nicolai Hähnle nh at kemper.freedesktop.org
Tue Aug 9 13:57:15 UTC 2016


Module: Mesa
Branch: master
Commit: 76c4a3b567606d635c42809570a18089b4a41f9c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76c4a3b567606d635c42809570a18089b4a41f9c

Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date:   Mon Aug  8 15:54:56 2016 +0200

radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets

Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 src/gallium/drivers/radeonsi/sid.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gallium/drivers/radeonsi/sid.h b/src/gallium/drivers/radeonsi/sid.h
index 0d2ac37..9c74a6a 100644
--- a/src/gallium/drivers/radeonsi/sid.h
+++ b/src/gallium/drivers/radeonsi/sid.h
@@ -93,6 +93,9 @@
 #define     CONTEXT_CONTROL_SHADOW_ENABLE(x)   (((unsigned)(x) & 0x1) << 31)
 #define PKT3_INDEX_TYPE                        0x2A
 #define PKT3_DRAW_INDIRECT_MULTI               0x2C
+#define   R_2C3_DRAW_INDEX_LOC                  0x2C3
+#define     S_2C3_COUNT_INDIRECT_ENABLE(x)      (((unsigned)(x) & 0x1) << 30)
+#define     S_2C3_DRAW_INDEX_ENABLE(x)          (((unsigned)(x) & 0x1) << 31)
 #define PKT3_DRAW_INDEX_AUTO                   0x2D
 #define PKT3_DRAW_INDEX_IMMD                   0x2E /* not on CIK */
 #define PKT3_NUM_INSTANCES                     0x2F




More information about the mesa-commit mailing list