1 From cc6455f82edd3f9da3b03870d41cde3cb22ad40d Mon Sep 17 00:00:00 2001
2 From: Chris Wilson <chris@chris-wilson.co.uk>
3 Date: Thu, 30 Dec 2010 12:54:00 +0000
4 Subject: [PATCH 34/66] drm/i915/dvo: Report LVDS attached to ch701x as connected
6 As we have already detected something attached to the chip during
7 initialisation, always report the LVDS connector status as connected
10 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
12 drivers/gpu/drm/i915/dvo_ch7017.c | 2 +-
13 1 files changed, 1 insertions(+), 1 deletions(-)
15 diff --git a/drivers/gpu/drm/i915/dvo_ch7017.c b/drivers/gpu/drm/i915/dvo_ch7017.c
16 index af70337..d3e8c54 100644
17 --- a/drivers/gpu/drm/i915/dvo_ch7017.c
18 +++ b/drivers/gpu/drm/i915/dvo_ch7017.c
19 @@ -242,7 +242,7 @@ fail:
21 static enum drm_connector_status ch7017_detect(struct intel_dvo_device *dvo)
23 - return connector_status_unknown;
24 + return connector_status_connected;
27 static enum drm_mode_status ch7017_mode_valid(struct intel_dvo_device *dvo,