Age | Commit message (Expand) | Author |
2007-06-15 | Return current sequence number to userspace after blocking wait for vblank. | Michel Dänzer |
2007-06-15 | Fix memory leaks in vblank error paths. | Michel Dänzer |
2007-06-14 | Comment new vblank routines and fixup several issues: | Jesse Barnes |
2007-06-13 | Make sure we read fence->signaled while spinlocked. | Thomas Hellstrom |
2007-06-13 | Fix fence object deref race. | Thomas Hellstrom |
2007-06-12 | Update vblank code: | Jesse Barnes |
2007-06-12 | Initial checkin of vblank rework. Code attempts to reduce the number | Jesse Barnes |
2007-06-12 | Fix some obvious bugs. | Thomas Hellstrom |
2007-06-12 | Try to make buffer object / fence object ioctl args 64-bit safe. | Thomas Hellstrom |
2007-06-10 | use krh's idr mods to remove lists from idr code | Dave Airlie |
2007-06-07 | oops must fix this properly at some point | Dave Airlie |
2007-06-07 | drm: fix radeon setparam alignment issues on 32/64-bit | Dave Airlie |
2007-06-05 | remove include of linux ioctl32.h from drm drivers | Dave Airlie |
2007-06-03 | Revert "drm: add new drm_wait_on function to replace macro" | root |
2007-06-03 | radeon: add support for vblank on crtc2 | Dave Airlie |
2007-06-01 | drm: fixup initialisation of list heads and idr | Dave Airlie |
2007-05-27 | drm: move context handling code to use linux idr | Dave Airlie |
2007-05-27 | drm: convert drawable handling to use Linux idr | Dave Airlie |
2007-05-26 | drm: make sure the drawable code doesn't call malloc(0). | Michel Dänzer |
2007-05-26 | Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls." | Dave Airlie |
2007-05-26 | Revert "drm/ttm: cleanup most of fence ioctl split out" | Dave Airlie |
2007-05-26 | whitespace fixups from kernel | Dave Airlie |
2007-05-26 | ati_pcigart: cut to 80 chars | Dave Airlie |
2007-05-26 | drm/ttm: cleanup most of fence ioctl split out | Dave Airlie |
2007-05-26 | drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls. | Dave Airlie |
2007-05-26 | drm: cleanup use of Linux list handling macros | Dave Airlie |
2007-05-17 | nouveau: don't build the module by default | Stephane Marchesin |
2007-05-08 | ttm: complete drm buffer object ioctl split | Dave Airlie |
2007-05-08 | drm/ttm: remove old fence ioctl | Dave Airlie |
2007-05-08 | drm/ttm: ioctl cleanup for buffer object - user side only | Dave Airlie |
2007-05-06 | s/OJBECTS/OBJECTS/ | Brian |
2007-05-06 | drm/ttm: cleanup most of fence ioctl split out | Dave Airlie |
2007-05-06 | drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls. | Dave Airlie |
2007-05-06 | drm: remove unused define DRM_HAS_TTM | Dave Airlie |
2007-04-28 | drm: add new drm_wait_on function to replace macro | Dave Airlie |
2007-04-28 | remove register usage | Dave Airlie |
2007-04-28 | remove DRM_GETSAREA and replace with drm_getsarea function | Dave Airlie |
2007-04-26 | linux: minor indent. | George Sapountzis |
2007-04-26 | whitespace cleanup | Dave Airlie |
2007-04-26 | remove some whitespace violation | Dave Airlie |
2007-04-26 | drm: nopfn warning on 64-bit | Dave Airlie |
2007-04-26 | drm/ttm: allow drm_buffer_object_create to be used in-kernel | Jesse Barnes |
2007-04-26 | Add new buffer object type for kernel allocations that don't initially have a... | Jesse Barnes |
2007-04-20 | Initialize rwlock using rwlock_init to appease lockdep validator. | Kristian Høgsberg |
2007-04-20 | Avoid a fence timeout problem when a signal is pending. | Thomas Hellstrom |
2007-04-20 | Fix via compile error | Thomas Hellstrom |
2007-04-18 | Simplify the ttm backend interface and the agp ttm backend. | Thomas Hellstrom |
2007-04-17 | Don't always free up memory space when we unpin buffers. | Thomas Hellstrom |
2007-04-17 | Fix buffer object reference problems. | Thomas Hellstrom |
2007-04-17 | Add a code comment. | Thomas Hellstrom |