search for: nouveau_drmif

Displaying 4 results from an estimated 4 matches for "nouveau_drmif".

Did you mean: nouveau_drm
2009 Jan 29
1
git compile failure
...nclude/X11/dri -g -O2 -Wall -minline-all-stringops -D_XOPEN_SOURCE=500 -I -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/X11/dri -MT nouveau_device.lo -MD -MP -MF .deps/nouveau_device.Tpo -c nouveau_device.c -fPIC -DPIC -o .libs/nouveau_device.o In file included from nouveau_device.c:27: nouveau_drmif.h:47: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?int? nouveau_drmif.h:51: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?int? nouveau_drmif.h:54: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?void? nouveau_drmif.h:57: error: expected ?=?, ?,?,...
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
...S = \ nouveau_notifier.c \ nouveau_bo.c \ nouveau_resource.c \ - nouveau_private.h \ nouveau_reloc.c libdrm_nouveaucommonincludedir = ${includedir}/nouveau @@ -38,5 +37,8 @@ libdrm_nouveauincludedir = ${includedir}/drm libdrm_nouveauinclude_HEADERS = \ nouveau_drmif.h +noinst_HEADERS = \ + nouveau_private.h + pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = libdrm_nouveau.pc -- 1.6.3.3
2012 May 23
5
[Bug 50280] New: Mesa 8.0.3 fails to build dri/nouveau against libdrm 2.4.34
...149: warning: implicit declaration of function ?nouveau_bo_map? nouveau_fbo.c:151: error: dereferencing pointer to incomplete type nouveau_fbo.c: In function ?nouveau_renderbuffer_unmap?: nouveau_fbo.c:172: warning: implicit declaration of function ?nouveau_bo_unmap? nouveau_screen.c:31:27: error: nouveau_drmif.h: No such file or directory In file included from nouveau_context.c:28: nouveau_driver.h:41:28: error: nouveau_device.h: No such file or directory nouveau_driver.h:42:27: error: nouveau_grobj.h: No such file or directory nouveau_driver.h:43:29: error: nouveau_channel.h: No such file or directory n...
2010 Aug 06
4
nv vpe video decoder
Hello, I have my work on the nv vpe video decoder in a functional state. In case you didn't know this decoder accelerates mpeg2 video at the idct/mc level. I have verified that it works on nv40 hardware. I believe it works on nv30 hardware (and maybe some earlier hardware), but I cannot verify since I have none. I will reply with patches against the kernel, drm, ddx and mesa for