diff options
2 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/0001-uxa-fix-the-call-to-PixmapSyncDirtyHelper-broken-by-.patch b/meta/recipes-graphics/xorg-driver/xf86-video-intel/0001-uxa-fix-the-call-to-PixmapSyncDirtyHelper-broken-by-.patch new file mode 100644 index 0000000000..29924bb90c --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel/0001-uxa-fix-the-call-to-PixmapSyncDirtyHelper-broken-by-.patch | |||
@@ -0,0 +1,30 @@ | |||
1 | From 2c5063938cc809f624e56efd4673041fa8141e81 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Peres <martin.peres@linux.intel.com> | ||
3 | Date: Thu, 9 Jul 2015 11:26:38 +0300 | ||
4 | Subject: [PATCH] uxa: fix the call to PixmapSyncDirtyHelper, broken by | ||
5 | xserver's 90db5ed | ||
6 | |||
7 | [ickle: switch to HAS_DIRTYTRACKING_ROTATION as suggested by Dave Airlie] | ||
8 | Signed-off-by: Martin Peres <martin.peres@linux.intel.com> | ||
9 | |||
10 | Upstream-Status: Backport | ||
11 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
12 | --- | ||
13 | src/compat-api.h | 4 ++++ | ||
14 | 1 file changed, 4 insertions(+) | ||
15 | |||
16 | diff --git a/src/compat-api.h b/src/compat-api.h | ||
17 | index aa93bee..293e9d7 100644 | ||
18 | --- a/src/compat-api.h | ||
19 | +++ b/src/compat-api.h | ||
20 | @@ -247,3 +247,7 @@ static inline void FreePixmap(PixmapPtr pixmap) | ||
21 | #endif | ||
22 | |||
23 | #endif | ||
24 | + | ||
25 | +#if HAS_DIRTYTRACKING_ROTATION | ||
26 | +#define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d) | ||
27 | +#endif | ||
28 | -- | ||
29 | 2.5.0 | ||
30 | |||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb index a2f145659b..f4125565c7 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb | |||
@@ -13,6 +13,7 @@ SRC_URI += "file://disable-x11-dri3.patch \ | |||
13 | file://always_include_xorg_server.h.patch \ | 13 | file://always_include_xorg_server.h.patch \ |
14 | file://sna-Protect-against-ABI-breakage-in-recent-versions-.patch \ | 14 | file://sna-Protect-against-ABI-breakage-in-recent-versions-.patch \ |
15 | file://udev-fstat.patch \ | 15 | file://udev-fstat.patch \ |
16 | file://0001-uxa-fix-the-call-to-PixmapSyncDirtyHelper-broken-by-.patch \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | SRC_URI[md5sum] = "fa196a66e52c0c624fe5d350af7a5e7b" | 19 | SRC_URI[md5sum] = "fa196a66e52c0c624fe5d350af7a5e7b" |