aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-04drm/ttm: add optional LRU removal callback v2Christian König1-5/+7
2016-05-04drm/ttm: remove unused validation sequenceChristian König1-1/+0
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-8/+8
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-9/+8
2016-05-04drm/ttm: don't wait for BO on initial allocationChristian König1-6/+12
2016-05-04drm/ttm: Fix TTM BO accountingFelix Kuehling1-3/+2
2016-04-27drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tailFlora Cui1-13/+4
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König1-0/+21
2016-01-13drm/ttm: fix adding foreign BOs to the swap LRUChristian König1-1/+1
2016-01-13drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König1-1/+7
2015-09-15drm/ttm: Fix memory space allocation v2Thomas Hellstrom1-12/+16
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher1-1/+1
2014-10-16drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer1-3/+17
2014-10-16drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer1-4/+4
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-6/+18
2014-09-02drm/ttm: use rcu in core ttmMaarten Lankhorst1-63/+13
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-52/+119
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-57/+18
2014-09-01drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst1-13/+12
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-54/+39
2014-07-08ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger1-7/+7
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König1-3/+3
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom1-13/+13
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-nextDave Airlie1-1/+2
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-1/+2
2014-03-12drm/ttm: don't oops if no invalidate_caches()Rob Clark1-3/+5
2014-01-08drivers: gpu: Mark function as static in ttm_bo.cRashika Kheria1-1/+1
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom1-1/+34
2013-11-06drm/ttm: Fix memory type compatibility checkThomas Hellstrom1-12/+20
2013-11-06drm/ttm: Make NO_EVICT bos available to shrinkers pending destructionThomas Hellstrom1-1/+13
2013-08-07drm/ttm: inline drm_bo_setup_vm()David Herrmann1-20/+2
2013-07-25drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann1-10/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-74/+15
2013-07-02drm: make drm_mm_init() return voidDavid Herrmann1-5/+1
2013-06-28drm/ttm: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-4/+4
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst1-97/+8
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst1-140/+50
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-18/+32
2013-02-08Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-nextDave Airlie1-20/+83
2013-01-21ttm: on move memory failure don't leave a node danglingDave Airlie1-0/+1
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst1-2/+2
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst1-0/+47
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst1-19/+35
2012-12-20drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst1-1/+1
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-22/+24
2012-12-10drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2Maarten Lankhorst1-31/+11
2012-12-10drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2Maarten Lankhorst1-30/+14
2012-12-10drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3Maarten Lankhorst1-47/+76
2012-12-10drm/ttm: change fence_lock to inner lockMaarten Lankhorst1-20/+11
2012-11-28drm/ttm: Optimize vm locking using kref_get_unless_zero v3Thomas Hellstrom1-4/+1