Age | Commit message (Expand) | Author |
2014-10-16 | drm/ttm: Don't evict BOs outside of the requested placement range | Michel Dänzer |
2014-10-16 | drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compat | Michel Dänzer |
2014-09-30 | drm/ttm: add reservation_object as argument to ttm_bo_init | Maarten Lankhorst |
2014-09-02 | drm/ttm: use rcu in core ttm | Maarten Lankhorst |
2014-09-02 | drm/ttm: flip the switch, and convert to dma_fence | Maarten Lankhorst |
2014-09-01 | drm/ttm: kill fence_lock | Maarten Lankhorst |
2014-09-01 | drm/ttm: call ttm_bo_wait while inside a reservation | Maarten Lankhorst |
2014-08-27 | drm/ttm: move fpfn and lpfn into each placement v2 | Christian König |
2014-07-08 | ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg. | Martin Kepplinger |
2014-07-08 | drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2 | Christian König |
2014-04-04 | drm/ttm: Hide the implementation details of reservation | Thomas Hellstrom |
2014-03-18 | Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr... | Dave Airlie |
2014-03-16 | drm: init TTM dev_mapping in ttm_bo_device_init() | David Herrmann |
2014-03-12 | drm/ttm: don't oops if no invalidate_caches() | Rob Clark |
2014-01-08 | drivers: gpu: Mark function as static in ttm_bo.c | Rashika Kheria |
2013-11-20 | drm/ttm: Remove set_need_resched from the ttm fault handler | Thomas Hellstrom |
2013-11-06 | drm/ttm: Fix memory type compatibility check | Thomas Hellstrom |
2013-11-06 | drm/ttm: Make NO_EVICT bos available to shrinkers pending destruction | Thomas Hellstrom |
2013-08-07 | drm/ttm: inline drm_bo_setup_vm() | David Herrmann |
2013-07-25 | drm/vma: provide drm_vma_node_unmap() helper | David Herrmann |
2013-07-25 | drm/ttm: convert to unified vma offset manager | David Herrmann |
2013-07-02 | drm: make drm_mm_init() return void | David Herrmann |
2013-06-28 | drm/ttm: get rid of ttm_bo_is_reserved usage | Maarten Lankhorst |
2013-06-28 | drm/ttm: inline ttm_bo_reserve and related calls | Maarten Lankhorst |
2013-06-28 | drm/ttm: convert to the reservation api | Maarten Lankhorst |
2013-06-28 | drm/ttm: make ttm reservation calls behave like reservation calls | Maarten Lankhorst |
2013-02-08 | Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux ... | Dave Airlie |
2013-01-21 | ttm: on move memory failure don't leave a node dangling | Dave Airlie |
2013-01-15 | drm/ttm: unexport ttm_bo_wait_unreserved | Maarten Lankhorst |
2013-01-15 | drm/ttm: add ttm_bo_reserve_slowpath | Maarten Lankhorst |
2013-01-15 | drm/ttm: remove lru_lock around ttm_bo_reserve | Maarten Lankhorst |
2012-12-20 | drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling | Maarten Lankhorst |
2012-12-10 | drm/ttm: remove no_wait_reserve, v3 | Maarten Lankhorst |
2012-12-10 | drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2 | Maarten Lankhorst |
2012-12-10 | drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2 | Maarten Lankhorst |
2012-12-10 | drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3 | Maarten Lankhorst |
2012-12-10 | drm/ttm: change fence_lock to inner lock | Maarten Lankhorst |
2012-11-28 | drm/ttm: Optimize vm locking using kref_get_unless_zero v3 | Thomas Hellstrom |
2012-11-20 | drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations | Maarten Lankhorst |
2012-11-20 | drm/ttm: Optimize reservation slightly | Thomas Hellstrom |
2012-11-20 | drm/ttm: remove sync_arg from driver functions | Maarten Lankhorst |
2012-11-20 | drm/ttm: remove sync_obj_arg member | Maarten Lankhorst |
2012-11-20 | drm/ttm: remove ttm_bo_device->nice_mode | Marcin Slusarz |
2012-11-20 | drm/ttm: remove ttm_buffer_object->buffer_start | Marcin Slusarz |
2012-11-07 | drm/ttm: add ttm_bo_is_reserved | Maarten Lankhorst |
2012-10-23 | drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs() | Thomas Hellstrom |
2012-10-23 | drm/ttm: Fix a theoretical race | Thomas Hellstrom |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells |
2012-06-12 | drm/ttm: Fix buffer object metadata accounting regression v2 | Thomas Hellstrom |
2012-06-01 | drm/ttm: Fix spinlock imbalance | Thomas Hellstrom |