diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2002-07-06 00:46:10 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2002-07-06 00:46:10 +0000 |
commit | deb296f395bb16ef7cf4bfe48f6e6c2cbacea0bc (patch) | |
tree | 29c6c88d89bdcd3418f67080bbd7be0efdf421c9 /linux/radeon_drv.h | |
parent | d8a234d2a853714ca9fd97139511e5326287290e (diff) |
Another state packet.r200-0-1-20020714-freeze
Diffstat (limited to 'linux/radeon_drv.h')
-rw-r--r-- | linux/radeon_drv.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linux/radeon_drv.h b/linux/radeon_drv.h index 80fa7596..2f0524ed 100644 --- a/linux/radeon_drv.h +++ b/linux/radeon_drv.h @@ -568,9 +568,10 @@ extern int radeon_cp_flip( struct inode *inode, struct file *filp, #define R200_RE_SCISSOR_TL_1 0x1ce0 #define R200_RE_SCISSOR_TL_2 0x1ce8 #define R200_RB3D_DEPTHXY_OFFSET 0x1d60 -#define R200_RE_AUX_SCISSOR_CNTL 0x26f0 -#define R200_SE_VTX_STATE_CNTL 0x2180 -#define R200_RE_POINTSIZE 0x2648 +#define R200_RE_AUX_SCISSOR_CNTL 0x26f0 +#define R200_SE_VTX_STATE_CNTL 0x2180 +#define R200_RE_POINTSIZE 0x2648 +#define R200_SE_TCL_INPUT_VTX_VECTOR_ADDR_0 0x2554 #define SE_VAP_CNTL__TCL_ENA_MASK 0x00000001 |