summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
...
* drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-271-1/+2
* drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He2017-12-273-69/+2Star
* drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2017-12-151-2/+2
* drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctxRoger He2017-12-151-0/+4
* drm/ttm: add number of bytes moved to the operation contextChristian König2017-12-061-0/+1
* drm/ttm: add context to driver move callback as wellChristian König2017-12-061-4/+2Star
* drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König2017-12-061-2/+1Star
* drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König2017-12-061-3/+2Star
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-4/+16
* drm/ttm: remove cur_placementChristian König2017-12-061-1/+0Star
* drm/ttm: cleanup ttm_bo_driver.hChristian König2017-12-061-60/+54Star
* drm/ttm: cleanup coding style in ttm_bo_api.hChristian König2017-12-061-77/+54Star
* drm/ttm: remove ttm_bo_unreserve_ticketChristian König2017-12-061-13/+0Star
* drm/ttm: user reservation object wrappers v2Christian König2017-12-061-3/+3
* drm/ttm: consistently use reservation_object_unlockChristian König2017-12-061-13/+1Star
* drm/ttm: fix populate_and_map() functions once moreChristian König2017-11-291-22/+10Star
* drm/ttm: add support for different pool sizesChristian König2017-10-061-2/+2
* drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König2017-10-061-2/+1Star
* drm/ttm: Remove needless 'extern' on functions in header.Tom St Denis2017-08-291-6/+6
* drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis2017-08-291-0/+21
* drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis2017-08-291-0/+31
* drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König2017-08-171-2/+3
* drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling2017-07-251-0/+17
* drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-164-7/+11
* Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-101-1/+4
|\
| * drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-301-1/+4
* | drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König2017-04-051-0/+1
* | drm/ttm: add io_mem_pfn callbackChristian König2017-04-052-0/+20
* | drm/ttm: decrease ttm bo priority numberRoger.He2017-03-301-1/+1
* | drm/ttm: add ttm_bo_init_reservedNicolai Hähnle2017-03-301-0/+54
* | drm/ttm: fix the documentation of ttm_bo_initNicolai Hähnle2017-03-301-1/+5
|/
* Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-242-19/+14Star
|\
| * drm/ttm: make TTM_MAX_BO_PRIORITY unsignedNicolai Hähnle2017-02-161-1/+1
| * drm/ttm: revert "add optional LRU removal callback v2"Christian König2017-01-271-6/+0Star
| * drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-9/+0Star
| * drm/ttm: add BO priorities for the LRUsChristian König2017-01-272-2/+6
| * drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle2017-01-271-2/+8
* | locking/atomic, kref: Kill kref_sub()Peter Zijlstra2017-01-141-14/+1Star
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
|/
* Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-283-5/+5
|\
| * dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-253-5/+5
* | drm/ttm: make eviction decision a driver callback v2Christian König2016-10-252-0/+25
* | drm/ttm: fix coding style in ttm_bo_driver.hChristian König2016-10-251-14/+16
|/
* drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot2016-09-161-2/+0Star
* drm/ttm: move placement structures into ttm_placement.hChristian König2016-09-142-31/+36
* drm/ttm: remove unused placement flagsChristian König2016-09-141-11/+0Star
* drm/ttm: rework handling of private mem typesChristian König2016-09-141-14/+2Star
* drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer2016-08-081-3/+1Star
* drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer2016-08-081-2/+1Star
* drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer2016-08-081-1/+2