drm/nouveau
Rob Clark c09dcbc736 fix compile error on 32bit systems
4c2766b (drm_mmap/drm_unmap) brought this error for every .c file that
was not #including config.h:

  In file included from private.h:4:0,
                   from abi16.c:29:
  ../libdrm.h: In function 'drm_munmap':
  ../libdrm.h:81:4: error: size of unnamed array is negative

Signed-off-by: Rob Clark <robdclark@gmail.com>
2014-09-28 14:30:07 -04:00
..
Android.mk nouveau: add Android build support 2014-09-01 16:06:02 +01:00
Makefile.am automake: pick up all files for distribution. 2014-09-28 17:09:34 +01:00
Makefile.sources libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources 2014-09-01 16:06:01 +01:00
abi16.c fix compile error on 32bit systems 2014-09-28 14:30:07 -04:00
bufctx.c nouveau: Only export public functions. 2014-08-04 09:22:00 +02:00
libdrm_nouveau.pc.in nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc 2013-01-16 14:29:35 +01:00
nouveau.c nouveau: use drm_mmap/drm_munmap wrappers 2014-09-28 17:09:34 +01:00
nouveau.h nouveau: expose channel engine selection on kepler chipsets 2013-01-16 19:48:49 +10:00
private.h nouveau: Only export public functions. 2014-08-04 09:22:00 +02:00
pushbuf.c nouveau: Only export public functions. 2014-08-04 09:22:00 +02:00