projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfbbce
)
drm/i915/dvo: Report LVDS attached to ch701x as connected
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 30 Dec 2010 12:54:00 +0000
(12:54 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 30 Dec 2010 13:50:43 +0000
(13:50 +0000)
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>
drivers/gpu/drm/i915/dvo_ch7017.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/dvo_ch7017.c
b/drivers/gpu/drm/i915/dvo_ch7017.c
index af70337567ce35a0167ffb193d8b1ffae769fedd..d3e8c540f778d01ef97437c3643acbd690716546 100644
(file)
--- 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,