[Bug 71151] i915: connecting VGA1 disables LVDS1 and vice versa

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Tue Feb 25 06:55:21 PST 2014


https://bugzilla.kernel.org/show_bug.cgi?id=71151

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at chris-wilson.co.uk

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
After fixing the typo, you also need:

diff --git a/drivers/gpu/drm/i915/intel_sdvo.c
b/drivers/gpu/drm/i915/intel_sdvo.c
index 825853d..9b528a5 100644
--- a/drivers/gpu/drm/i915/intel_sdvo.c
+++ b/drivers/gpu/drm/i915/intel_sdvo.c
@@ -2622,6 +2622,7 @@ intel_sdvo_lvds_init(struct intel_sdvo *intel_sdvo, int
device)
        if (!intel_sdvo_create_enhance_property(intel_sdvo,
intel_sdvo_connector))
                goto err;

+       intel_sdvo_get_lvds_modes(connector);
        return true;

 err:

That should then be equivalent to always setting the LVDS as connected.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the intel-gfx-bugs mailing list