Merge lp:~linaro-maintainers/ubuntu/oneiric/xorg-server/pvr-omap4-fallback into lp:ubuntu/oneiric/xorg-server

Proposed by Ricardo Salveti
Status: Merged
Merged at revision: 222
Proposed branch: lp:~linaro-maintainers/ubuntu/oneiric/xorg-server/pvr-omap4-fallback
Merge into: lp:ubuntu/oneiric/xorg-server
Diff against target: 50 lines (+12/-7)
2 files modified
debian/changelog (+7/-0)
debian/patches/111_armel-drv-fallbacks.patch (+5/-7)
To merge this branch: bzr merge lp:~linaro-maintainers/ubuntu/oneiric/xorg-server/pvr-omap4-fallback
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+71992@code.launchpad.net

Description of the change

Simple change, just updating debian/patches/112_armel-pvr-drv.patch to include another use case at ARM, when using Ubuntu on a Pandaboard (OMAP 4).

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-07-11 10:03:26 +0000
+++ debian/changelog 2011-08-18 07:25:28 +0000
@@ -1,3 +1,10 @@
1xorg-server (2:1.10.2.902-1ubuntu4) UNRELEASED; urgency=low
2
3 * debian/patches/112_armel-pvr-drv.patch:
4 - Including support for the pvr driver available at OMAP 4 (LP: #828494)
5
6 -- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> Thu, 18 Aug 2011 02:03:31 -0300
7
1xorg-server (2:1.10.2.902-1ubuntu3) oneiric; urgency=low8xorg-server (2:1.10.2.902-1ubuntu3) oneiric; urgency=low
29
3 * debian/patches/220_xi21_always_deliver_raw_events.diff:10 * debian/patches/220_xi21_always_deliver_raw_events.diff:
411
=== modified file 'debian/patches/111_armel-drv-fallbacks.patch'
--- debian/patches/111_armel-drv-fallbacks.patch 2011-04-11 09:51:56 +0000
+++ debian/patches/111_armel-drv-fallbacks.patch 2011-08-18 07:25:28 +0000
@@ -1,11 +1,7 @@
1---
2 hw/xfree86/common/xf86AutoConfig.c | 32 ++++++++++++++++++++++++++++++++
3 1 file changed, 32 insertions(+)
4
5Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c1Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
6===================================================================2===================================================================
7--- xorg-server.orig/hw/xfree86/common/xf86AutoConfig.c 2011-04-09 10:38:10.000000000 +03003--- xorg-server.orig/hw/xfree86/common/xf86AutoConfig.c 2011-08-11 01:50:04 +0000
8+++ xorg-server/hw/xfree86/common/xf86AutoConfig.c 2011-04-09 10:38:10.000000000 +03004+++ xorg-server/hw/xfree86/common/xf86AutoConfig.c 2011-08-11 01:52:08 +0000
9@@ -44,6 +44,12 @@5@@ -44,6 +44,12 @@
10 # include "xf86sbusBus.h"6 # include "xf86sbusBus.h"
11 #endif7 #endif
@@ -48,7 +44,7 @@
48 static void44 static void
49 listPossibleVideoDrivers(char *matches[], int nmatches)45 listPossibleVideoDrivers(char *matches[], int nmatches)
50 {46 {
51@@ -282,6 +310,14 @@47@@ -282,6 +310,16 @@
52 #if !defined(__linux__) && defined(__sparc__)48 #if !defined(__linux__) && defined(__sparc__)
53 matches[i++] = xnfstrdup("wsfb");49 matches[i++] = xnfstrdup("wsfb");
54 #else50 #else
@@ -57,6 +53,8 @@
57+ matches[i++] = xnfstrdup("imx");53+ matches[i++] = xnfstrdup("imx");
58+ else if (test_sysfs_device("dovefb", "dovefb"))54+ else if (test_sysfs_device("dovefb", "dovefb"))
59+ matches[i++] = xnfstrdup("dovefb");55+ matches[i++] = xnfstrdup("dovefb");
56+ else if (test_sysfs_device("omap", "pvr"))
57+ matches[i++] = xnfstrdup("pvr");
60+ else if (test_sysfs_device("omapfb", "omapfb"))58+ else if (test_sysfs_device("omapfb", "omapfb"))
61+ matches[i++] = xnfstrdup("omapfb");59+ matches[i++] = xnfstrdup("omapfb");
62+#endif /* defined(__linux__) && defined(__arm__) */60+#endif /* defined(__linux__) && defined(__arm__) */

Subscribers

People subscribed via source and target branches