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)
commit03d6069912babc07a3da20e715dd6a5dc8f0f867
treef12ea01a80573b4bd88a30b7da44ec1012f371be
parent2939e1f5331455d17a4a704dd6210e1474002545
drm/i915: Hook connector to encoder during load detection (fixes tv/vga detect)

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>
drivers/gpu/drm/i915/intel_display.c