aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-14drm/ttm: remove unused placement flagsChristian König1-11/+0
2016-09-14drm/ttm: rework handling of private mem typesChristian König1-14/+2
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-08-08drm/ttm: Add interface to export kernel_zone max memory size in ttmKen Wang1-0/+1
2016-07-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König1-0/+9
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-0/+14
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önig2-5/+2
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-07-01drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh1-0/+14
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+9