drm/i915/bxt: Add WaStoreMultiplePTEenable name
Updated WA with the name. Signed-off-by: Arun Siluvery <arun.siluvery@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
60294683d4
commit
aa66c506f1
|
@ -127,13 +127,10 @@ static void bxt_init_clock_gating(struct drm_device *dev)
|
||||||
I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
|
I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
|
||||||
GEN8_HDCUNIT_CLOCK_GATE_DISABLE_HDCREQ);
|
GEN8_HDCUNIT_CLOCK_GATE_DISABLE_HDCREQ);
|
||||||
|
|
||||||
if (INTEL_REVID(dev) == BXT_REVID_A0) {
|
/* WaStoreMultiplePTEenable:bxt */
|
||||||
/*
|
/* This is a requirement according to Hardware specification */
|
||||||
* Hardware specification requires this bit to be
|
if (INTEL_REVID(dev) == BXT_REVID_A0)
|
||||||
* set to 1 for A0
|
|
||||||
*/
|
|
||||||
I915_WRITE(TILECTL, I915_READ(TILECTL) | TILECTL_TLBPF);
|
I915_WRITE(TILECTL, I915_READ(TILECTL) | TILECTL_TLBPF);
|
||||||
}
|
|
||||||
|
|
||||||
/* WaSetClckGatingDisableMedia:bxt */
|
/* WaSetClckGatingDisableMedia:bxt */
|
||||||
if (INTEL_REVID(dev) == BXT_REVID_A0) {
|
if (INTEL_REVID(dev) == BXT_REVID_A0) {
|
||||||
|
|
Loading…
Reference in New Issue