drm/i915: Hook connector to encoder during load detection (fixes tv/vga detect)
authorKeith Packard <keithp@keithp.com>
Sat, 6 Jun 2009 01:19:56 +0000 (18:19 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 9 Jun 2009 22:20:55 +0000 (15:20 -0700)
With the DRM-driven DPMS code, encoders are considered idle unless a
connector is hooked to them, so mode setting is skipped. This makes load
detection fail as none of the hardware is enabled.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found