summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2017-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer
2017-10-31drm/ttm:fix memory leak due to individualizeMonk Liu
2017-09-13drm/ttm: fix memory leak while individualizing BOsChristian König
2017-09-12drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König
2017-08-29drm/ttm:fix wrong decoding of bo_countMonk Liu
2017-08-18drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König
2017-08-17drm/ttm: individualize BO reservation obj when they are freedChristian König
2017-08-17drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König
2017-07-03drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks
2017-04-28drm/ttm: cleanup unuse ret valueHuang Rui
2017-04-04drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König
2017-04-04drm/ttm: cleanup and optimize ttm_bo_mem_compat v2Christian König
2017-03-29drm/ttm: add ttm_bo_init_reservedNicolai Hähnle
2017-03-29drm/ttm: never add BO that failed to validate to the LRU listNicolai Hähnle
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-01-27drm/ttm: revert "add optional LRU removal callback v2"Christian König
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König
2017-01-27drm/ttm: add BO priorities for the LRUsChristian König
2017-01-27drm/ttm: remove allow_errors parameter from ttm_bo_force_list_cleanChristian König
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle
2017-01-27drm/ttm: Make sure BOs being swapped out are cacheableMichel Dänzer
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-11-09drm/ttm: fix ttm_bo_waitChristian König
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-09-14drm/ttm: use ffs in ttm_mem_type_from_placeChristian König
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer
2016-08-08drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer
2016-07-27Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter
2016-07-19drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy"Markus Elfring
2016-07-07drm/ttm: wait for eviction in ttm_bo_force_list_cleanChristian König
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König
2016-07-07drm/ttm: simplify ttm_bo_waitChristian König
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König
2016-07-07drm/ttm: wait for BO idle after the move in ttm_bo_swapoutChristian König
2016-07-07drm/ttm: drop waiting for idle in ttm_bo_evict.Christian König
2016-07-07drm/ttm: drop wait for idle in ttm_bo_move_bufferChristian König
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König
2016-07-07drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König
2016-07-01drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh