search for: de55570

Displaying 3 results from an estimated 3 matches for "de55570".

Did you mean: d55557
2019 Jan 21
2
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
...Start, pScrn->virtualX, ^~~~~~~~~~~~~ fbScreenInit (See xserver 706e6d9cd074da606016ed4ecff51e9c2a822087) Signed-off-by: Rhys Kidd <rhyskidd at gmail.com> --- src/nv_include.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nv_include.h b/src/nv_include.h index de55570..6fdeeab 100644 --- a/src/nv_include.h +++ b/src/nv_include.h @@ -38,6 +38,7 @@ #include "dixstruct.h" #include "scrnintstr.h" +#define FB_ACCESS_WRAPPER #include "fb.h" #include "xf86cmap.h" -- 2.19.1
2019 Jan 23
0
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
...t; fbScreenInit > > (See xserver 706e6d9cd074da606016ed4ecff51e9c2a822087) > > Signed-off-by: Rhys Kidd <rhyskidd at gmail.com> > --- > src/nv_include.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/nv_include.h b/src/nv_include.h > index de55570..6fdeeab 100644 > --- a/src/nv_include.h > +++ b/src/nv_include.h > @@ -38,6 +38,7 @@ > #include "dixstruct.h" > #include "scrnintstr.h" > > +#define FB_ACCESS_WRAPPER > #include "fb.h" > > #include "xf86cmap.h" > -- >...
2014 Oct 29
1
[PATCH] Remove sarea header
This isn't needed any longer (DRI1 is gone) so let's remove this as well. Signed-off-by: Stéphane Marchesin <marcheu at chromium.org> --- src/nv_include.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nv_include.h b/src/nv_include.h index de55570..eee8c5d 100644 --- a/src/nv_include.h +++ b/src/nv_include.h @@ -69,6 +69,5 @@ #include "nv_type.h" #include "nv_proto.h" #include "nv_dma.h" -#include "sarea.h" #endif /* __NV_INCLUDE_H__ */ -- 2.1.0.rc2.206.gedb03e5