Displaying 3 results from an estimated 3 matches for "xf86cmap".
Did you mean:
x86cmp
2009 May 03
0
Crash with Xinerama enabled [patch]
...0xbb85b370 in __opendir2 () from /usr/lib/libc.so.12
#6 0xbb5d0294 in NVLoadPalette (pScrn=0xbb646000, numColors=256,
indices=0xbb611c00, colors=0xbb649800, pVisual=0xbb62f5b0)
at nv_driver.c:1890
#7 0x080b4962 in CMapRefreshColors (pmap=0xbb6b6000, defs=256,
indices=0xbb611c00) at xf86cmap.c:644
#8 0x080b4ddc in CMapReinstallMap (pmap=0xbb6b6000) at xf86cmap.c:517
#9 0x080b5db9 in xf86HandleColormaps (pScreen=0xbb6344e0, maxColors=256,
sigRGBbits=8, loadPalette=0xbb5d018c <NVLoadPalette>, setOverscan=0,
flags=<value optimized out>) at xf86cmap.c:216
#10 0xbb5d...
2019 Jan 21
2
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
...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
...v_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
>
> _______________________________________________
> Nouveau mailing list
> Nouveau at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/nouveau