drm/libdrm/nouveau
Pekka Paalanen 2d2f105f79 nouveau: fix type warnings: void* arith, un/signed
nouveau_notifier.c had two places where void* was used in arithmetic,
fixed by using char*.

nouveau_dma_wait(), nouveau_notifier_wait_status() and
nouveau_resource_alloc() had signed/unsigned comparison warnings, fixed
by changing the function parameter into an unsigned type.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
2009-02-11 23:48:49 +02:00
..
Makefile.am nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
libdrm_nouveau.pc.in nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_bo.c nouveau: fix some issues where buffer objects never get freed 2009-02-05 23:17:05 +10:00
nouveau_bo.h nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_channel.c nouveau: fix some issues where buffer objects never get freed 2009-02-05 23:17:05 +10:00
nouveau_channel.h nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_class.h nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_device.c nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_device.h nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_dma.c nouveau: fix type warnings: void* arith, un/signed 2009-02-11 23:48:49 +02:00
nouveau_dma.h nouveau: fix type warnings: void* arith, un/signed 2009-02-11 23:48:49 +02:00
nouveau_drmif.h nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_fence.c nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_grobj.c nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_grobj.h nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_notifier.c nouveau: fix type warnings: void* arith, un/signed 2009-02-11 23:48:49 +02:00
nouveau_notifier.h nouveau: fix type warnings: void* arith, un/signed 2009-02-11 23:48:49 +02:00
nouveau_private.h nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_pushbuf.c nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_pushbuf.h nouveau: install libdrm_nouveau with libdrm 2009-02-04 14:32:31 +10:00
nouveau_resource.c nouveau: fix type warnings: void* arith, un/signed 2009-02-11 23:48:49 +02:00
nouveau_resource.h nouveau: fix type warnings: void* arith, un/signed 2009-02-11 23:48:49 +02:00