diff options
author | Dave Airlie <[email protected]> | 2017-11-27 06:54:00 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-12-05 20:09:43 +0000 |
commit | 9b8b78b457b7db001d492f70caac2ea0c40b6e90 (patch) | |
tree | e42080afdfca4966931a5eea40bf71c6c2785b62 /src/gallium/drivers | |
parent | 3a403a9797958ac3178d0a8ab4eef829058a0e1b (diff) |
r600: add some missing cayman register defines
These are just taken from the kernel, and were seen in some fglrx dumps.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/r600/evergreend.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/evergreend.h b/src/gallium/drivers/r600/evergreend.h index f8a256ca524..9fd56ec5140 100644 --- a/src/gallium/drivers/r600/evergreend.h +++ b/src/gallium/drivers/r600/evergreend.h @@ -2698,9 +2698,13 @@ #define ENDIAN_8IN32 2 #define ENDIAN_8IN64 3 +#define CM_R_0286F8_SPI_GPR_MGMT 0x286f8 #define CM_R_0286FC_SPI_LDS_MGMT 0x286fc #define S_0286FC_NUM_PS_LDS(x) ((x) & 0xff) #define S_0286FC_NUM_LS_LDS(x) ((x) & 0xff) << 8 +#define CM_R_028700_SPI_STACK_MGMT 0x28700 +#define CM_R_028704_SPI_WAVE_MGMT_1 0x28704 +#define CM_R_028708_SPI_WAVE_MGMT_2 0x28708 #define CM_R_028804_DB_EQAA 0x00028804 #define S_028804_MAX_ANCHOR_SAMPLES(x) (((unsigned)(x) & 0x07) << 0) |