|
@@ -4990,6 +4990,12 @@ static void valleyview_init_clock_gating(struct drm_device *dev)
|
|
|
I915_WRITE(CACHE_MODE_1,
|
|
|
_MASKED_BIT_ENABLE(PIXEL_SUBSPAN_COLLECT_OPT_DISABLE));
|
|
|
|
|
|
+ /*
|
|
|
+ * WaIncreaseL3CreditsForVLVB0:vlv
|
|
|
+ * This is the hardware default actually.
|
|
|
+ */
|
|
|
+ I915_WRITE(GEN7_L3SQCREG1, VLV_B0_WA_L3SQCREG1_VALUE);
|
|
|
+
|
|
|
/*
|
|
|
* WaDisableVLVClockGating_VBIIssue:vlv
|
|
|
* Disable clock gating on th GCFG unit to prevent a delay
|