Age | Commit message (Expand) | Author |
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 |
2007-01-29 | Some cleanup. A buffer object should only have one active memory type. | Thomas Hellstrom |
2007-01-01 | make build against 2.6.20 hopefully | Dave Airlie |
2006-10-27 | Last minute changes to support multi-page size buffer offset alignments. | Thomas Hellstrom |
2006-10-19 | Make sure delayed delete list is empty on lastclose. | Thomas Hellstrom |
2006-10-17 | Remove max number of locked pages check and call, since | Thomas Hellstrom |
2006-10-17 | Lindent. | Thomas Hellstrom |
2006-10-17 | Add memory usage accounting to avoid DOS problems. | Thomas Hellstrom |
2006-10-17 | Implement mm_lock and mm_unlock functions. | Thomas Hellstrom |
2006-10-17 | Remove the memory manager parameter from the put_block function, as this | Thomas Hellstrom |
2006-10-17 | Extend generality for more memory types. | Thomas Hellstrom |
2006-10-12 | Bugfixes. | Thomas Hellstrom |
2006-10-12 | Simplify the AGP backend interface somewhat. | Thomas Hellstrom |
2006-10-11 | Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is that | Thomas Hellstrom |
2006-10-11 | Big update: | Thomas Hellstrom |
2006-09-29 | Fix buffer manager takedown error. | Thomas Hellstrom |
2006-09-27 | Fix racy buffer object destruction. | Thomas Hellstrom |
2006-09-27 | Fix tt fixed size that slipped through in previous commit. | Thomas Hellstrom |
2006-09-27 | Adapt to architecture-specific hooks for gatt pages. | Thomas Hellstrom |
2006-09-25 | Add /proc filesystem buffer / fence object accounting. | Thomas Hellstrom |
2006-09-18 | Alternative implementation of page table zeroing using zap page_range. | Thomas Hellstrom |
2006-09-15 | Allow a "native type" to be associated with a fence sequence. | Thomas Hellstrom |