summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-force-plain-mode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-force-plain-mode.patch')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-force-plain-mode.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-force-plain-mode.patch b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-force-plain-mode.patch
deleted file mode 100644
index bb298b0e6d..0000000000
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-force-plain-mode.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1commit d28a36bbadc360a9409bf9832f1d4171d7c33dad
2Author: Koen Kooi <koen@dominion.thruhere.net>
3Date: Wed Jan 26 13:20:20 2011 +0100
4
5 force 'plain' mode
6
7 The new DSS mode breaks XV, so force plain mode
8
9 Upstream-Status: Pending
10
11 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12
13diff --git a/src/omapfb-driver.c b/src/omapfb-driver.c
14index 018e040..48aa09c 100644
15--- a/src/omapfb-driver.c
16+++ b/src/omapfb-driver.c
17@@ -326,7 +326,7 @@ OMAPFBPreInit(ScrnInfoPtr pScrn, int flags)
18 OMAPFBProbeController(ofb->ctrl_name);
19
20 /* Do we have the DSS kernel API? */
21- if (stat(SYSFS_DSS_DIR, &st) == 0) {
22+ if (0) { //stat(SYSFS_DSS_DIR, &st) == 0) {
23 ofb->dss = TRUE;
24 } else {
25 ofb->dss = FALSE;