[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:57:14 PST 2014


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

--- Comment #4 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
(In reply to Wilhelm Hagemeister from comment #2)
> have tried:
> else if (IS_LVDS(intel_sdvo_connector))
>    ret = intel_sdvo->sdvo_lvds_fixed_mode ? connector_status_connected :
> connector_status_disconnected;
> 
> doesn't work!

I'm thinking the problem is that we call .detect() before .get_modes(), so the
first time around sdvo_lvds_fixed_mode isn't there yet.

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


More information about the intel-gfx-bugs mailing list