Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-11 | nouveau: fix type warnings: void* arith, un/signed | Pekka Paalanen | 1 | -1/+1 | |
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-04 | nouveau: install libdrm_nouveau with libdrm | Ben Skeggs | 1 | -0/+48 | |