diff options
author | Chia-I Wu <[email protected]> | 2014-09-10 10:16:48 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-11 16:29:38 +0800 |
commit | b51b349942ffd22a12d578bee6ba5db60d88d1bd (patch) | |
tree | 5d7f643c71979180c76fbd668f5a4b48e2c1ea6d /src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h | |
parent | 9c707d065af569af4d298e93987603fe873b05d6 (diff) |
ilo: update genhw headers
Add some new registers and some tweaks. The changes that affect ilo are
GEN6_REG_HS_INVOCATION_COUNT -> GEN7_REG_HS_INVOCATION_COUNT
GEN6_REG_DS_INVOCATION_COUNT -> GEN7_REG_DS_INVOCATION_COUNT
GEN6_COND_NORMAL -> GEN6_COND_NONE
Diffstat (limited to 'src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h')
-rw-r--r-- | src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h b/src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h index 36f2097e12b..dd4dd850762 100644 --- a/src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h +++ b/src/gallium/drivers/ilo/genhw/gen_eu_message.xml.h @@ -205,6 +205,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define GEN6_MSG_DP_DWORD_SCATTERED_SIZE_8 (0x2 << 8) #define GEN6_MSG_DP_DWORD_SCATTERED_SIZE_16 (0x3 << 8) #define GEN6_MSG_DP_RT_LAST (0x1 << 12) +#define GEN6_MSG_DP_SLOTGRP_HI (0x1 << 11) #define GEN6_MSG_DP_RT_MODE__MASK 0x00000700 #define GEN6_MSG_DP_RT_MODE__SHIFT 8 #define GEN6_MSG_DP_RT_MODE_SIMD16 (0x0 << 8) |