summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2017-07-27drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks
2017-03-15drm/ttm: Make sure BOs being swapped out are cacheableMichel Dänzer
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
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie
2016-05-05drm/ttm: implement LRU add callbacks v2Christian König
2016-05-05drm/ttm: add optional LRU removal callback v2Christian König
2016-05-05drm/ttm: remove unused validation sequenceChristian König
2016-05-05drm/ttm: remove lazy parameter from ttm_bo_waitChristian König
2016-05-05drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König
2016-05-05drm/ttm: don't wait for BO on initial allocationChristian König
2016-05-05drm/ttm: Fix TTM BO accountingFelix Kuehling
2016-04-27drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tailFlora Cui
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König
2016-01-13drm/ttm: fix adding foreign BOs to the swap LRUChristian König
2016-01-13drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König
2015-09-15drm/ttm: Fix memory space allocation v2Thomas Hellstrom
2015-03-04drm/ttm: device address space != CPU address spaceAlex Deucher
2014-10-16drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer
2014-10-16drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
2014-09-02drm/ttm: use rcu in core ttmMaarten Lankhorst
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst
2014-09-01drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-07-08ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-03-12drm/ttm: don't oops if no invalidate_caches()Rob Clark
2014-01-08drivers: gpu: Mark function as static in ttm_bo.cRashika Kheria