diff options
author | Marek Olšák <[email protected]> | 2014-08-20 23:58:24 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-09-01 21:18:49 +0200 |
commit | ba14d4910c946aeba39b43ac0dce9c2a76f49b30 (patch) | |
tree | 1c990b243a534e499c9c4a049bb7c4a1350d0d8b /src/gallium/drivers/r600/r600d.h | |
parent | 13b93596daebb5c871b786521093586cf9f0fe31 (diff) |
r600g: set VGT_ENHANCE=4 on R7xx
This is a golden setting on RV740, but there is a hw bug which recommends
setting it on all R7xx chipsets.
Acked-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600d.h')
-rw-r--r-- | src/gallium/drivers/r600/r600d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600d.h b/src/gallium/drivers/r600/r600d.h index 17568abd05b..3cf7b8800f4 100644 --- a/src/gallium/drivers/r600/r600d.h +++ b/src/gallium/drivers/r600/r600d.h @@ -889,6 +889,7 @@ #define S_028A40_CUT_MODE(x) (((x) & 0x3) << 3) #define G_028A40_CUT_MODE(x) (((x) >> 3) & 0x3) #define C_028A40_CUT_MODE 0xFFFFFFE7 +#define R_028A50_VGT_ENHANCE 0x028A50 #define R_028A6C_VGT_GS_OUT_PRIM_TYPE 0x028A6C #define S_028A6C_OUTPRIM_TYPE(x) (((x) & 0x3F) << 0) #define V_028A6C_OUTPRIM_TYPE_POINTLIST 0 |