mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 16:40:21 +01:00
add forgotten register define for previous commit
This commit is contained in:
parent
e1b627c17e
commit
9e0320a0ad
1 changed files with 3 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define DRIVER_NAME "radeon"
|
||||
#define DRIVER_DESC "ATI Radeon"
|
||||
#define DRIVER_DATE "20060225"
|
||||
#define DRIVER_DATE "20060519"
|
||||
|
||||
/* Interface history:
|
||||
*
|
||||
|
|
@ -882,6 +882,8 @@ extern int r300_do_cp_cmdbuf(drm_device_t *dev, DRMFILE filp,
|
|||
#define RADEON_PP_CUBIC_OFFSET_T1_0 0x1e00
|
||||
#define RADEON_PP_CUBIC_OFFSET_T2_0 0x1e14
|
||||
|
||||
#define RADEON_SE_TCL_STATE_FLUSH 0x2284
|
||||
|
||||
#define SE_VAP_CNTL__TCL_ENA_MASK 0x00000001
|
||||
#define SE_VAP_CNTL__FORCE_W_TO_ONE_MASK 0x00010000
|
||||
#define SE_VAP_CNTL__VF_MAX_VTX_NUM__SHIFT 0x00000012
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue