aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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 He2-6/+10
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He1-1/+2
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He1-1/+2
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He3-69/+2
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-2/+2
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: 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: 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 ttm_bo_driver.hChristian König1-60/+54
2017-12-06drm/ttm: cleanup coding style in ttm_bo_api.hChristian König1-77/+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-11-29drm/ttm: fix populate_and_map() functions once moreChristian König1-22/+10
2017-10-06drm/ttm: add support for different pool sizesChristian König1-2/+2
2017-10-06drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König1-2/+1
2017-08-29drm/ttm: Remove needless 'extern' on functions in header.Tom St Denis1-6/+6
2017-08-29drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis1-0/+21
2017-08-29drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis1-0/+31
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 Yamada4-7/+11
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-1/+4
2017-04-04drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König1-0/+1
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König2-0/+20
2017-03-30drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom1-1/+4
2017-03-29drm/ttm: decrease ttm bo priority numberRoger.He1-1/+1
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 Torvalds2-19/+14
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önig2-2/+6
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-2/+8
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra1-14/+1
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 Airlie3-5/+5
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König2-0/+25
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 Wilson3-5/+5
2016-09-16drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot1-2/+0
2016-09-14drm/ttm: move placement structures into ttm_placement.hChristian König2-31/+36