Age | Commit message (Expand) | Author |
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 |
2007-02-12 | Cleanup and fix support for pinned buffers. | Thomas Hellstrom |
2007-02-10 | Various bugfixes. | Thomas Hellstrom |
2007-02-09 | Reinstate some LRU handling. | Thomas Hellstrom |
2007-02-09 | Remove some code that should have gone in | Thomas Hellstrom |
2007-02-09 | Fix copyright statements. | Thomas Hellstrom |
2007-02-09 | Fix evict_mutex locking range. | Thomas Hellstrom |
2007-02-08 | Add an accelerated buffer copy cleanup helper. | Thomas Hellstrom |
2007-02-08 | Don't create a ttm just to copy from. | Thomas Hellstrom |
2007-02-08 | A minor function interface change and some memcpy bugfixing. | Thomas Hellstrom |
2007-02-08 | Simplify external ttm page allocation. | Thomas Hellstrom |
2007-02-08 | Update memory compatibility tests. | Thomas Hellstrom |
2007-02-07 | Checkpoint commit. | Thomas Hellstrom |
2007-02-07 | Fix a stray unlock_kernel() in drm_vm.c | Thomas Hellstrom |
2007-02-06 | Simplify pci map vs no pci map choice. | Thomas Hellstrom |
2007-02-06 | Implement a drm_mem_reg_t substructure in the buffer object type. | Thomas Hellstrom |
2007-02-06 | Implement a policy for selecting memory types. | Thomas Hellstrom |
2007-02-02 | Make also later kernels work with buffer object vm | Thomas Hellstrom |
2007-02-02 | Make vm handle buffer objects instead of ttm objects. | Thomas Hellstrom |
2007-01-31 | memory manager: Make device driver aware of different memory types. | Thomas Hellstrom |
2007-01-31 | Fix an error-path oops. | Thomas Hellstrom |
2007-01-30 | Add a buffer object transfer function. | Thomas Hellstrom |
2007-01-30 | Clean up buffer object destruction somewhat. | Thomas Hellstrom |
2007-01-29 | Use pre-defined list_splice function. | Thomas Hellstrom |
2007-01-29 | s/buf/bo/ for consistency. | Thomas Hellstrom |