summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2017-12-151-4/+2
* drm/ttm: enable eviction for Per-VM-BORoger He2017-12-151-6/+5
* drm/ttm: init locked again to prevent incorrect unlockRoger He2017-12-141-0/+1
* drm/ttm: add number of bytes moved to the operation contextChristian König2017-12-061-0/+1
* drm/ttm: add context to driver move callback as wellChristian König2017-12-061-2/+1
* drm/ttm: use the operation context inside TTMChristian König2017-12-061-38/+29
* drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König2017-12-061-11/+11
* drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König2017-12-061-7/+5
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-7/+9
* drm/ttm: remove cur_placementChristian König2017-12-061-3/+2
* drm/ttm: completely rework ttm_bo_delayed_deleteChristian König2017-12-061-49/+23
* drm/ttm: fix ttm_mem_evict_first once moreChristian König2017-12-061-2/+5
* drm/ttm: optimize ttm_mem_evict_first v5Christian König2017-12-061-21/+33
* drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v3Christian König2017-12-061-24/+27
* drm/ttm: user reservation object wrappers v2Christian König2017-12-061-7/+9
* drm/ttm: consistently use reservation_object_unlockChristian König2017-12-061-6/+7
* drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_useChristian König2017-12-061-2/+2
* drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer2017-11-041-12/+4
* drm/ttm:fix memory leak due to individualizeMonk Liu2017-10-311-1/+4
* drm/ttm: fix memory leak while individualizing BOsChristian König2017-09-131-0/+2
* drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König2017-09-121-15/+17
* drm/ttm:fix wrong decoding of bo_countMonk Liu2017-08-291-2/+2
* drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König2017-08-181-1/+1
* drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König2017-08-171-1/+2
* drm/ttm: individualize BO reservation obj when they are freedChristian König2017-08-171-7/+47
* drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König2017-08-171-7/+0
* drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks2017-07-031-1/+3
* drm/ttm: cleanup unuse ret valueHuang Rui2017-04-281-2/+1
* drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König2017-04-041-1/+3
* drm/ttm: cleanup and optimize ttm_bo_mem_compat v2Christian König2017-04-041-20/+25
* 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