aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-09drm/ttm: fix ttm_bo_waitChristian König1-1/+8
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-12/+12
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-13/+22
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-12/+12
2016-09-14drm/ttm: use ffs in ttm_mem_type_from_placeChristian König1-7/+7
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer1-2/+1
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer1-2/+1
2016-08-08drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer1-1/+2
2016-07-27Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+0
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-3/+4
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter1-78/+83
2016-07-19drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy"Markus Elfring1-3/+1
2016-07-07drm/ttm: wait for eviction in ttm_bo_force_list_cleanChristian König1-0/+18
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König1-5/+44
2016-07-07drm/ttm: simplify ttm_bo_waitChristian König1-33/+4
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König1-2/+2
2016-07-07drm/ttm: wait for BO idle after the move in ttm_bo_swapoutChristian König1-6/+9
2016-07-07drm/ttm: drop waiting for idle in ttm_bo_evict.Christian König1-10/+1
2016-07-07drm/ttm: drop wait for idle in ttm_bo_move_bufferChristian König1-14/+0
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König1-1/+2
2016-07-07drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König1-7/+4
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König1-2/+0
2016-07-01drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh1-3/+4
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-13/+4
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-9/+20
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