|
@@ -4775,6 +4775,10 @@ static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc)
|
|
|
|
|
|
pipeconf = 0;
|
|
pipeconf = 0;
|
|
|
|
|
|
|
|
+ if (dev_priv->quirks & QUIRK_PIPEA_FORCE &&
|
|
|
|
+ I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE)
|
|
|
|
+ pipeconf |= PIPECONF_ENABLE;
|
|
|
|
+
|
|
if (intel_crtc->pipe == 0 && INTEL_INFO(dev)->gen < 4) {
|
|
if (intel_crtc->pipe == 0 && INTEL_INFO(dev)->gen < 4) {
|
|
/* Enable pixel doubling when the dot clock is > 90% of the (display)
|
|
/* Enable pixel doubling when the dot clock is > 90% of the (display)
|
|
* core speed.
|
|
* core speed.
|