summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: fix ttm_bo_waitChristian König2016-11-091-1/+8
* Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-281-12/+12
|\
| * dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-12/+12
* | drm/ttm: make eviction decision a driver callback v2Christian König2016-10-251-13/+22
|/
* drm/ttm: use ffs in ttm_mem_type_from_placeChristian König2016-09-141-7/+7
* drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer2016-08-081-2/+1
* drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer2016-08-081-2/+1
* drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer2016-08-081-1/+2
* Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-271-1/+0
|\
| * Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter2016-07-191-78/+83
| |\
| * | drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy"Markus Elfring2016-07-191-3/+1
* | | Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-3/+4
|\ \ \ | |_|/ |/| |
| * | drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh2016-07-011-3/+4
| |/
* | drm/ttm: wait for eviction in ttm_bo_force_list_cleanChristian König2016-07-071-0/+18
* | drm/ttm: add the infrastructure for pipelined evictionsChristian König2016-07-071-5/+44
* | drm/ttm: simplify ttm_bo_waitChristian König2016-07-071-33/+4
* | drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König2016-07-071-2/+2
* | drm/ttm: wait for BO idle after the move in ttm_bo_swapoutChristian König2016-07-071-6/+9
* | drm/ttm: drop waiting for idle in ttm_bo_evict.Christian König2016-07-071-10/+1
* | drm/ttm: drop wait for idle in ttm_bo_move_bufferChristian König2016-07-071-14/+0
* | drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König2016-07-071-1/+2
* | drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König2016-07-071-7/+4
* | drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König2016-07-071-2/+0
|/
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-091-13/+4
|\
| * drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tailFlora Cui2016-04-271-13/+4
* | drm/ttm: implement LRU add callbacks v2Christian König2016-05-041-9/+20
* | drm/ttm: add optional LRU removal callback v2Christian König2016-05-041-5/+7
* | drm/ttm: remove unused validation sequenceChristian König2016-05-041-1/+0
* | drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-041-8/+8
* | drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-041-9/+8
* | drm/ttm: don't wait for BO on initial allocationChristian König2016-05-041-6/+12
* | drm/ttm: Fix TTM BO accountingFelix Kuehling2016-05-041-3/+2
|/
* drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König2016-01-131-0/+21
* drm/ttm: fix adding foreign BOs to the swap LRUChristian König2016-01-131-1/+1
* drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König2016-01-131-1/+7
* drm/ttm: Fix memory space allocation v2Thomas Hellstrom2015-09-151-12/+16
* drm/ttm: device address space != CPU address spaceAlex Deucher2015-03-051-1/+1
* drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer2014-10-161-3/+17
* drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer2014-10-161-4/+4
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-301-6/+18
* drm/ttm: use rcu in core ttmMaarten Lankhorst2014-09-021-63/+13
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-021-52/+119
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-011-57/+18
* drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst2014-09-011-13/+12
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-271-54/+39
* ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger2014-07-081-7/+7
* drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König2014-07-081-3/+3
* drm/ttm: Hide the implementation details of reservationThomas Hellstrom2014-04-041-13/+13
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-181-1/+2
|\
| * drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-161-1/+2