aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/dvo_ch7017.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-30 12:54:00 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-12-30 13:50:43 +0000
commitcc6455f82edd3f9da3b03870d41cde3cb22ad40d (patch)
tree8716b47aa3a5d215f6b6f2d8bf1a768d4e8ea985 /drivers/gpu/drm/i915/dvo_ch7017.c
parentRevert "drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks" (diff)
downloadlinux-dev-cc6455f82edd3f9da3b03870d41cde3cb22ad40d.tar.xz
linux-dev-cc6455f82edd3f9da3b03870d41cde3cb22ad40d.zip
drm/i915/dvo: Report LVDS attached to ch701x as connected
As we have already detected something attached to the chip during initialisation, always report the LVDS connector status as connected during probing. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/i915/dvo_ch7017.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/dvo_ch7017.c b/drivers/gpu/drm/i915/dvo_ch7017.c
index af70337567ce..d3e8c540f778 100644
--- a/drivers/gpu/drm/i915/dvo_ch7017.c
+++ b/drivers/gpu/drm/i915/dvo_ch7017.c
@@ -242,7 +242,7 @@ fail:
static enum drm_connector_status ch7017_detect(struct intel_dvo_device *dvo)
{
- return connector_status_unknown;
+ return connector_status_connected;
}
static enum drm_mode_status ch7017_mode_valid(struct intel_dvo_device *dvo,