aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+2
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König1-0/+9
2018-03-14drm/ttm: move ttm_tt defines into ttm_tt.hChristian König1-236/+1
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König1-0/+11
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-13/+4
2018-02-26drm/ttm: drop ttm->globChristian König1-1/+0
2018-02-26drm/ttm: drop bo->globChristian König1-2/+2
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König1-0/+9
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky1-0/+4
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He1-1/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He1-1/+0
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-2/+2
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-4/+2
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König1-2/+1
2017-12-06drm/ttm: cleanup ttm_bo_driver.hChristian König1-60/+54
2017-12-06drm/ttm: remove ttm_bo_unreserve_ticketChristian König1-13/+0
2017-12-06drm/ttm: user reservation object wrappers v2Christian König1-3/+3
2017-12-06drm/ttm: consistently use reservation_object_unlockChristian König1-13/+1
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-2/+3
2017-07-25drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling1-0/+17
2017-05-16drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-4/+5
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+9
2017-03-29drm/ttm: decrease ttm bo priority numberRoger.He1-1/+1
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linuxLinus 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/drm-intel into drm-nextDave 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