The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-video-nv / 0001-mibstore.patch
1 From fc78fe98222b0204b8a2872a529763d6fe5048da Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Tue, 25 Sep 2012 12:54:49 +0000
4 Subject: Remove mibstore.h
5
6 Signed-off-by: Adam Jackson <ajax@redhat.com>
7 ---
8 Fetch from:
9 http://cgit.freedesktop.org/xorg/driver/xf86-video-nv/commit/?id=fc78fe98222b0204b8a2872a529763d6fe5048da
10
11 Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
12
13 diff --git a/src/g80_driver.c b/src/g80_driver.c
14 index cc4e197..719b96c 100644
15 --- a/src/g80_driver.c
16 +++ b/src/g80_driver.c
17 @@ -34,7 +34,6 @@
18  #include <xf86Resources.h>
19  #endif
20  #include <mipointer.h>
21 -#include <mibstore.h>
22  #include <micmap.h>
23  #include <xf86cmap.h>
24  #include <fb.h>
25 @@ -833,7 +832,6 @@ G80ScreenInit(SCREEN_INIT_ARGS_DECL)
26          }
27      }
28  
29 -    miInitializeBackingStore(pScreen);
30      xf86SetBackingStore(pScreen);
31      xf86SetSilkenMouse(pScreen);
32  
33 diff --git a/src/nv_driver.c b/src/nv_driver.c
34 index 6dad6e5..8f35334 100644
35 --- a/src/nv_driver.c
36 +++ b/src/nv_driver.c
37 @@ -2550,7 +2550,6 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL)
38      if (!pNv->NoAccel)
39         NVAccelInit(pScreen);
40      
41 -    miInitializeBackingStore(pScreen);
42      xf86SetBackingStore(pScreen);
43      xf86SetSilkenMouse(pScreen);
44  
45 diff --git a/src/nv_include.h b/src/nv_include.h
46 index fb190bf..f174eef 100644
47 --- a/src/nv_include.h
48 +++ b/src/nv_include.h
49 @@ -24,9 +24,6 @@
50  /* All drivers initialising the SW cursor need this */
51  #include "mipointer.h"
52  
53 -/* All drivers implementing backing store need this */
54 -#include "mibstore.h"
55 -
56  #include "micmap.h"
57  
58  #include "xf86DDC.h"
59 diff --git a/src/riva_driver.c b/src/riva_driver.c
60 index e0667ef..759501e 100644
61 --- a/src/riva_driver.c
62 +++ b/src/riva_driver.c
63 @@ -1168,7 +1168,6 @@ RivaScreenInit(SCREEN_INIT_ARGS_DECL)
64      if (!pRiva->NoAccel)
65         RivaAccelInit(pScreen);
66      
67 -    miInitializeBackingStore(pScreen);
68      xf86SetBackingStore(pScreen);
69      xf86SetSilkenMouse(pScreen);
70  
71 diff --git a/src/riva_include.h b/src/riva_include.h
72 index f2c5302..c7aeef7 100644
73 --- a/src/riva_include.h
74 +++ b/src/riva_include.h
75 @@ -22,9 +22,6 @@
76  /* All drivers initialising the SW cursor need this */
77  #include "mipointer.h"
78  
79 -/* All drivers implementing backing store need this */
80 -#include "mibstore.h"
81 -
82  #include "micmap.h"
83  
84  #include "xf86DDC.h"
85 --
86 cgit v0.9.0.2-2-gbebe