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 <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2017-11-27 06:54:00 +00:00
parent 3a403a9797
commit 9b8b78b457
1 changed files with 4 additions and 0 deletions

View File

@ -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)