Age | Commit message (Expand) | Author |
2007-12-21 | Change drm_bo_type_dc to drm_bo_type_device and comment usage of this value. | Keith Packard |
2007-12-21 | Rename inappropriately named 'mask' fields to 'proposed_flags' instead. | Keith Packard |
2007-12-21 | Use dummy_read_page for unpopulated kernel-allocated ttm pages. | Keith Packard |
2007-12-21 | Move dummy_read_page from drm_ttm_set_user to drm_ttm_create. | Keith Packard |
2007-12-21 | Clean up and document drm_ttm.c APIs. drm_bind_ttm -> drm_ttm_bind. | Keith Packard |
2007-12-15 | Document drm_bo_handle_validate. Match drm_bo_do_validate parameter order. | Keith Packard |
2007-12-15 | Document drm_bo_do_validate. Remove spurious 'do_wait' parameter. | Keith Packard |
2007-12-15 | Make ttm create/destroy APIs consistent. Pass page_flags in create. | Keith Packard |
2007-11-15 | mm fixups. | Thomas Hellstrom |
2007-11-05 | drm/ttm: kernel coding style for bo.c and objects.h | Dave Airlie |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-11-02 | User buffer support. | Thomas Hellstrom |
2007-10-30 | drm/i915: add driver cache flush entry point | Dave Airlie |
2007-10-26 | Buffer flags and masks are 64-bit. | Thomas Hellstrom |
2007-10-25 | Buffer manager: | Thomas Hellstrom |
2007-10-20 | Simple replacement for hardware lock in some cases. | Thomas Hellstrom |
2007-10-19 | No fence_class argument on drmBOSetStatus since it's not | Thomas Hellstrom |
2007-10-17 | Remove the op ioctl, and replace it with a setuser ioctl. | Thomas Hellstrom |
2007-10-17 | Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set... | Thomas Hellstrom |
2007-10-16 | Revert part of earlier commit that caused an unresolved symbol for i915. | Michel Dänzer |
2007-10-16 | Drop destroy ioctls for fences and buffer objects. | Kristian Høgsberg |
2007-10-16 | Take bo type argument out of the ioctl interface. | Kristian Høgsberg |
2007-09-25 | Merge branch 'master' into pre-superioctl-branch | Thomas Hellstrom |
2007-09-25 | drm/ttm: fixup fence class naming and interfaces | Dave Airlie |
2007-09-22 | Add fence error member. | Thomas Hellstrom |
2007-08-16 | Merge branch 'master' into bo-set-pin | Eric Anholt |
2007-08-06 | Export some useful ttm functions to drivers. | Ben Skeggs |
2007-07-26 | Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning. | Eric Anholt |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-16 | drm: remove drm_ref_t | Dave Airlie |
2007-07-16 | drm: detypedef ttm/bo/fence code | Dave Airlie |
2007-07-16 | drm: remove hashtab/sman and object typedefs | Dave Airlie |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie |
2007-07-16 | drm: remove ttm userspace typedefs | Dave Airlie |
2007-07-11 | Merge branch 'master' into cleanup | Dave Airlie |
2007-06-29 | Fence object reference / dereference cleanup. | Thomas Hellstrom |
2007-06-15 | Locking fixes and instrumentation. | Thomas Hellstrom |
2007-06-13 | Make sure we read fence->signaled while spinlocked. | Thomas Hellstrom |
2007-06-12 | Try to make buffer object / fence object ioctl args 64-bit safe. | Thomas Hellstrom |
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 | 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-08 | ttm: complete drm buffer object ioctl split | 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-26 | remove some whitespace violation | Dave Airlie |
2007-04-18 | Simplify the ttm backend interface and the agp ttm backend. | Thomas Hellstrom |