aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 lazy parameter from ttm_bo_waitChristian König1-1/+1
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-9/+5
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie1-1/+1
2016-04-04drm/ttm: use phys_addr_t for ttm_bus_placementAlex Deucher1-1/+1
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter1-2/+1
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König1-0/+10
2015-12-15drm/ttm: fix documentation of ttm_bo_reserveNicolai Hähnle1-2/+2
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher2-2/+2
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König1-1/+8