commit | 03d6069912babc07a3da20e715dd6a5dc8f0f867 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Fri Jun 05 18:19:56 2009 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Jun 09 15:20:55 2009 -0700 |
tree | f12ea01a80573b4bd88a30b7da44ec1012f371be | |
parent | 2939e1f5331455d17a4a704dd6210e1474002545 [diff] |
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>