diff mbox

[BISECTED,-next] drm/i915: blurred HDMI output

Message ID 20101018131523.19f71ca3@jbarnes-desktop (mailing list archive)
State Not Applicable
Headers show

Commit Message

Jesse Barnes Oct. 18, 2010, 8:15 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds
index f1a6499..da31963 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -1024,6 +1024,9 @@  out:
 
 failed:
        DRM_DEBUG_KMS("No LVDS modes found, disabling.\n");
+       intel_lvds_set_power(intel_lvds, false);
+       I915_WRITE(PFIT_CONTROL, 0);
+       I915_WRITE(LVDS, 0);
        drm_connector_cleanup(connector);
        drm_encoder_cleanup(encoder);
        kfree(intel_lvds);