summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap/linus/0034-drm-i915-dvo-Report-LVDS-attached-to-ch701x-as-conne.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap/linus/0034-drm-i915-dvo-Report-LVDS-attached-to-ch701x-as-conne.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap/linus/0034-drm-i915-dvo-Report-LVDS-attached-to-ch701x-as-conne.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap/linus/0034-drm-i915-dvo-Report-LVDS-attached-to-ch701x-as-conne.patch b/extras/recipes-kernel/linux/linux-omap/linus/0034-drm-i915-dvo-Report-LVDS-attached-to-ch701x-as-conne.patch
new file mode 100644
index 00000000..8747c9f2
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap/linus/0034-drm-i915-dvo-Report-LVDS-attached-to-ch701x-as-conne.patch
@@ -0,0 +1,30 @@
1From a5cbe1d2c6eede52b1773eefcff8e3c1c171b99b Mon Sep 17 00:00:00 2001
2From: Chris Wilson <chris@chris-wilson.co.uk>
3Date: Thu, 30 Dec 2010 12:54:00 +0000
4Subject: [PATCH 34/65] drm/i915/dvo: Report LVDS attached to ch701x as connected
5
6As we have already detected something attached to the chip during
7initialisation, always report the LVDS connector status as connected
8during probing.
9
10Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
11---
12 drivers/gpu/drm/i915/dvo_ch7017.c | 2 +-
13 1 files changed, 1 insertions(+), 1 deletions(-)
14
15diff --git a/drivers/gpu/drm/i915/dvo_ch7017.c b/drivers/gpu/drm/i915/dvo_ch7017.c
16index 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:
20
21 static enum drm_connector_status ch7017_detect(struct intel_dvo_device *dvo)
22 {
23- return connector_status_unknown;
24+ return connector_status_connected;
25 }
26
27 static enum drm_mode_status ch7017_mode_valid(struct intel_dvo_device *dvo,
28--
291.6.6.1
30