diff options
author | Dave Airlie <[email protected]> | 2010-09-16 09:41:43 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-09-16 09:41:43 +1000 |
commit | 1a20aae581dae3d8d733f7f18414737a6924e981 (patch) | |
tree | 103022421af14aa17f708c6d50fd970f309823be /src/gallium/drivers/r600/r600d.h | |
parent | 3ead528bbbbc59aa22e951c10cdeb1f7b54de87f (diff) |
r600g: add vgt dma src defines
Diffstat (limited to 'src/gallium/drivers/r600/r600d.h')
-rw-r--r-- | src/gallium/drivers/r600/r600d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600d.h b/src/gallium/drivers/r600/r600d.h index 259927e5fa0..8ef007494d6 100644 --- a/src/gallium/drivers/r600/r600d.h +++ b/src/gallium/drivers/r600/r600d.h @@ -831,6 +831,8 @@ #define S_0287F0_SOURCE_SELECT(x) (((x) & 0x3) << 0) #define G_0287F0_SOURCE_SELECT(x) (((x) >> 0) & 0x3) #define C_0287F0_SOURCE_SELECT 0xFFFFFFFC +#define V_0287F0_DI_SRC_SEL_DMA 0 +#define V_0287F0_DI_SRC_SEL_AUTO_INDEX 2 #define S_0287F0_MAJOR_MODE(x) (((x) & 0x3) << 2) #define G_0287F0_MAJOR_MODE(x) (((x) >> 2) & 0x3) #define C_0287F0_MAJOR_MODE 0xFFFFFFF3 |