Age | Commit message (Expand) | Author |
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 | Fix pinned buffer fence class. | Thomas Hellstrom |
2007-09-22 | Fix drm_bo.c compiling. | Thomas Hellstrom |
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-08-02 | Remove the pinned buffer from the LRU when pinning. | Eric Anholt |
2007-08-02 | Add a couple of doxygen comments from reading the code. | Eric Anholt |
2007-07-26 | Copy the important parts of object_validate into object_create(). | Eric Anholt |
2007-07-26 | Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning. | Eric Anholt |
2007-07-26 | drm/bo: set the req pointer for each buffer to validate | Dave Airlie |
2007-07-26 | drm: fix size argument for copy to/from user | Dave Airlie |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-18 | drm: remove drm_u64_t, replace with uint64_t everwhere | Dave Airlie |
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 | Indentation fixes. | Thomas Hellstrom |
2007-06-15 | Fix refcounting / lock race. | 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-13 | Fix fence object deref race. | Thomas Hellstrom |
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-05-26 | Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls." | 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-08 | drm/ttm: ioctl cleanup for buffer object - user side only | Dave Airlie |
2007-05-06 | drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls. | 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-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 |
2007-04-16 | Require the hardware lock for buffer creation | Thomas Hellstrom |
2007-04-03 | Evicted no-move buffers can get lost if they end up in another | Thomas Hellstrom |
2007-04-03 | Fix an oops when trying to clean a not yet initialized memory type. | Thomas Hellstrom |
2007-03-29 | drm/bo: avoid oops if the memory manager for this type isn't initialised | Dave Airlie |
2007-03-19 | whitespace cleanup pending a kernel merge | Dave Airlie |
2007-02-16 | Simple fence object sample driver for via, based on idling the GPU. | Thomas Hellstrom |
2007-02-15 | Initial support for fence object classes. | Thomas Hellstrom |
2007-02-13 | More bugfixes. | Thomas Hellstrom |
2007-02-12 | Lindent. | Thomas Hellstrom |
2007-02-12 | More bugfixes. | Thomas Hellstrom |