aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_api.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann1-1/+24
2018-03-22drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom1-0/+4
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-15/+1
2018-02-26drm/ttm: drop bo->globChristian König1-1/+2
2018-02-26drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He1-1/+3
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He1-2/+5
2018-01-10drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun1-11/+0
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He1-1/+2
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He1-0/+1
2017-12-15drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctxRoger He1-0/+4
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König1-0/+1
2017-12-06drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König1-3/+2
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-4/+16
2017-12-06drm/ttm: remove cur_placementChristian König1-1/+0
2017-12-06drm/ttm: cleanup coding style in ttm_bo_api.hChristian König1-77/+54
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+11
2017-03-29drm/ttm: add ttm_bo_init_reservedNicolai Hähnle1-0/+54
2017-03-29drm/ttm: fix the documentation of ttm_bo_initNicolai Hähnle1-1/+5
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2017-01-27drm/ttm: add BO priorities for the LRUsChristian König1-0/+2
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra1-14/+1
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-1/+1
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+13
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-1/+1
2016-09-14drm/ttm: move placement structures into ttm_placement.hChristian König1-31/+1
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-0/+14
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König1-2/+2
2016-07-01drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh1-0/+14
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-1/+1
2016-04-04drm/ttm: use phys_addr_t for ttm_bus_placementAlex Deucher1-1/+1
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König1-0/+10
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher1-1/+1
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-0/+2
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-2/+0
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-4/+1
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-22/+18
2014-05-26drm/ttm: fix kerneldoc of ttm_bo_createAlexandre Courbot1-3/+2
2013-11-20drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom1-1/+3
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-12/+3
2013-06-28drm/ttm: get rid of ttm_bo_is_reservedMaarten Lankhorst1-14/+0
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst1-19/+6
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-1/+1
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-2/+1
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst1-2/+3
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst1-2/+0
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz1-9/+0
2012-11-07drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst1-0/+14
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-1/+1
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-1/+8
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse1-1/+18