summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: add ttm_bo_init_reservedNicolai Hähnle2017-03-291-15/+44
* drm/ttm: never add BO that failed to validate to the LRU listNicolai Hähnle2017-03-291-5/+7
* Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-071-1/+1
|\
| * gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-011-1/+1
* | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-231-64/+65
|\ \ | |/
| * Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-011-60/+63
| |\
| | * drm/ttm: revert "add optional LRU removal callback v2"Christian König2017-01-271-8/+5
| | * drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-14/+5
| | * drm/ttm: add BO priorities for the LRUsChristian König2017-01-271-23/+44
| | * drm/ttm: remove allow_errors parameter from ttm_bo_force_list_cleanChristian König2017-01-271-17/+11
| | * drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle2017-01-271-4/+4
| * | drm/ttm: Make sure BOs being swapped out are cacheableMichel Dänzer2017-01-271-2/+2
| |/
* | locking/atomic, kref: Kill kref_sub()Peter Zijlstra2017-01-141-43/+16
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
|/
* 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
OpenPOWER on IntegriCloud