aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13drm/ttm: fix memory leak while individualizing BOsChristian König1-0/+2
2017-09-12drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König1-15/+17
2017-08-29drm/ttm:fix wrong decoding of bo_countMonk Liu1-2/+2
2017-08-18drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König1-1/+1
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-1/+2
2017-08-17drm/ttm: individualize BO reservation obj when they are freedChristian König1-7/+47
2017-08-17drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König1-7/+0
2017-07-03drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks1-1/+3
2017-04-28drm/ttm: cleanup unuse ret valueHuang Rui1-2/+1
2017-04-04drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König1-1/+3
2017-04-04drm/ttm: cleanup and optimize ttm_bo_mem_compat v2Christian König1-20/+25
2017-03-29drm/ttm: add ttm_bo_init_reservedNicolai Hähnle1-15/+44
2017-03-29drm/ttm: never add BO that failed to validate to the LRU listNicolai Hähnle1-5/+7
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+1
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-1/+1
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-64/+65
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-60/+63
2017-01-27drm/ttm: revert "add optional LRU removal callback v2"Christian König1-8/+5
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-14/+5
2017-01-27drm/ttm: add BO priorities for the LRUsChristian König1-23/+44
2017-01-27drm/ttm: remove allow_errors parameter from ttm_bo_force_list_cleanChristian König1-17/+11
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-4/+4
2017-01-27drm/ttm: Make sure BOs being swapped out are cacheableMichel Dänzer1-2/+2
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra1-43/+16
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
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