Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-25 | libdrm/nouveau: fix typo in nouveau_device_close() | Ben Skeggs | |
2009-03-20 | libdrm/nouveau: ask the kernel for vram/gart aperture sizes | Ben Skeggs | |
2009-03-20 | libdrm/nouveau: remove unneccesary null ptr checks | Ben Skeggs | |
2009-03-20 | libdrm/nouveau: incr refcount on ref fence before decr on old fence | Ben Skeggs | |
2009-03-20 | libdrm/nouveau: unref fences when deleting bo | Maarten Maathuis | |
- This was causing a significant memory leak. | |||
2009-03-18 | libdrm/nouveau: implement bo_handle_get for !mm_enabled | Ben Skeggs | |
bo_handle_ref on !mm_enabled treats handle as an offset, make bo_handle_get do the same rather than failing. | |||
2009-03-16 | libdrm_nouveau: The handle that is passed to mmap needs to be drm_handle_t | Robert Noland | |
drm_handle_t is defined to be a u32 on linux and a u64 on everything else. This addresses an issue on FreeBSD amd64 where the map offsets may be greater than 32bits. When the handle is cast to 32bit, mmap cannot match the requested map and causes X to crash. This should be a NOOP on linux since drm_handle_t is always 32bit. Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2009-02-24 | nouveau: Dist nouvea_dma.h as well. | Kristian Høgsberg | |
Oops. Disting is hard. | |||
2009-02-24 | nouveau: Also dist nouveau_private.h. | Kristian Høgsberg | |
2009-02-20 | libdrm/nouveau: free drmVersion after we're done with it | Ben Skeggs | |
2009-02-20 | libdrm/nouveau: fix dma debugging | Ben Skeggs | |
2009-02-11 | nouveau: fix type warnings: void* arith, un/signed | Pekka Paalanen | |
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-05 | nouveau: fix some issues where buffer objects never get freed | Ben Skeggs | |
2009-02-04 | nouveau: install libdrm_nouveau with libdrm | Ben Skeggs | |