summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch')
-rw-r--r--recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch b/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch
new file mode 100644
index 0000000..1bdfaf9
--- /dev/null
+++ b/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch
@@ -0,0 +1,36 @@
1mibstore functions are no longer supported in the X server.
2This patch removes them from this driver, following the pattern in
3 http://patches.openembedded.org/patch/46133/
4
5This checkin shows when/where the changes to the X server were made
6that deleted the header mibstore.h and mentions the reasons.
7 http://lists.x.org/archives/xorg-devel/2012-September/033575.html
8
9Upstream-Status: Pending
10Signed-off-by: Gary Thomas <gary@mlbassoc.com>
11--
12
13Index: xserver-xorg-video-imx-viv-12.09.01/src/vivante_util/vivante_common.h
14===================================================================
15--- xserver-xorg-video-imx-viv-12.09.01.orig/src/vivante_util/vivante_common.h
16+++ xserver-xorg-video-imx-viv-12.09.01/src/vivante_util/vivante_common.h
17@@ -48,7 +48,6 @@ extern "C" {
18
19
20 #include "mipointer.h"
21-#include "mibstore.h"
22 #include "micmap.h"
23 #include "mipointrst.h"
24 #include "inputstr.h"
25Index: xserver-xorg-video-imx-viv-12.09.01/src/vivante_fbdev/vivante_fbdev_driver.c
26===================================================================
27--- xserver-xorg-video-imx-viv-12.09.01.orig/src/vivante_fbdev/vivante_fbdev_driver.c
28+++ xserver-xorg-video-imx-viv-12.09.01/src/vivante_fbdev/vivante_fbdev_driver.c
29@@ -746,7 +746,6 @@ VivScreenInit(SCREEN_INIT_ARGS_DECL) {
30
31
32 xf86SetBlackWhitePixels(pScreen);
33- miInitializeBackingStore(pScreen);
34 xf86SetBackingStore(pScreen);
35
36 pScrn->vtSema = TRUE;