|
@@ -2432,12 +2432,17 @@ enum i915_power_well_id {
|
|
#define _3D_CHICKEN _MMIO(0x2084)
|
|
#define _3D_CHICKEN _MMIO(0x2084)
|
|
#define _3D_CHICKEN_HIZ_PLANE_DISABLE_MSAA_4X_SNB (1 << 10)
|
|
#define _3D_CHICKEN_HIZ_PLANE_DISABLE_MSAA_4X_SNB (1 << 10)
|
|
#define _3D_CHICKEN2 _MMIO(0x208c)
|
|
#define _3D_CHICKEN2 _MMIO(0x208c)
|
|
|
|
+
|
|
|
|
+#define FF_SLICE_CHICKEN _MMIO(0x2088)
|
|
|
|
+#define FF_SLICE_CHICKEN_CL_PROVOKING_VERTEX_FIX (1 << 1)
|
|
|
|
+
|
|
/* Disables pipelining of read flushes past the SF-WIZ interface.
|
|
/* Disables pipelining of read flushes past the SF-WIZ interface.
|
|
* Required on all Ironlake steppings according to the B-Spec, but the
|
|
* Required on all Ironlake steppings according to the B-Spec, but the
|
|
* particular danger of not doing so is not specified.
|
|
* particular danger of not doing so is not specified.
|
|
*/
|
|
*/
|
|
# define _3D_CHICKEN2_WM_READ_PIPELINED (1 << 14)
|
|
# define _3D_CHICKEN2_WM_READ_PIPELINED (1 << 14)
|
|
#define _3D_CHICKEN3 _MMIO(0x2090)
|
|
#define _3D_CHICKEN3 _MMIO(0x2090)
|
|
|
|
+#define _3D_CHICKEN_SF_PROVOKING_VERTEX_FIX (1 << 12)
|
|
#define _3D_CHICKEN_SF_DISABLE_OBJEND_CULL (1 << 10)
|
|
#define _3D_CHICKEN_SF_DISABLE_OBJEND_CULL (1 << 10)
|
|
#define _3D_CHICKEN3_AA_LINE_QUALITY_FIX_ENABLE (1 << 5)
|
|
#define _3D_CHICKEN3_AA_LINE_QUALITY_FIX_ENABLE (1 << 5)
|
|
#define _3D_CHICKEN3_SF_DISABLE_FASTCLIP_CULL (1 << 5)
|
|
#define _3D_CHICKEN3_SF_DISABLE_FASTCLIP_CULL (1 << 5)
|