From: Chris Wilson Date: Thu, 30 Dec 2010 12:54:00 +0000 (+0000) Subject: drm/i915/dvo: Report LVDS attached to ch701x as connected X-Git-Tag: v2.6.37~14^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc6455f82edd3f9da3b03870d41cde3cb22ad40d;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 --- diff --git a/drivers/gpu/drm/i915/dvo_ch7017.c b/drivers/gpu/drm/i915/dvo_ch7017.c index af70337..d3e8c54 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,