summaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_bo_driver.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds1-19/+12
2017-02-16drm/ttm: make TTM_MAX_BO_PRIORITY unsignedNicolai Hähnle1-1/+1
2017-01-27drm/ttm: revert "add optional LRU removal callback v2"Christian König1-6/+0
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-9/+0
2017-01-27drm/ttm: add BO priorities for the LRUsChristian König1-2/+4
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-2/+8
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-3/+3
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+12
2016-10-25drm/ttm: fix coding style in ttm_bo_driver.hChristian König1-14/+16
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-3/+3
2016-09-16drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot1-2/+0
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer1-3/+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-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König1-0/+9
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König1-0/+24
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König1-3/+0
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König1-3/+1
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König1-1/+3
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König1-9/+0
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+9
2016-05-04drm/ttm: add optional LRU removal callback v2Christian König1-0/+6
2016-05-04drm/ttm: remove unused validation sequenceChristian König1-2/+0
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-9/+5
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter1-2/+1
2015-12-15drm/ttm: fix documentation of ttm_bo_reserveNicolai Hähnle1-2/+2
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher1-1/+1
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-24/+2
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-3/+0
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-2/+1
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot1-0/+2
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König1-0/+2
2014-07-08drm/ttm: remove declaration of ttm_tt_cache_flushAlexandre Courbot1-12/+0
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom1-18/+29
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-0/+2
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom1-0/+9
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-5/+5
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst1-70/+105
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-9/+23
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie1-0/+4
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst1-12/+0
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst1-0/+30
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst1-15/+4
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-12/+7
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst1-14/+0
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst1-3/+3
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst1-3/+0
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz1-3/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells1-8/+8