summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+3
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-3/+1
2018-02-27drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira1-1/+1
2018-02-27drm/virtio: Remove return from void functionRodrigo Siqueira1-2/+0
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-4/+2
2018-02-26drm/virtio: remove ttm_pool_* wrappersChristian König1-16/+0
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-27drm/virtio: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-4/+3
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-1/+1
2017-07-03drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.Arvind Yadav1-1/+1
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-5/+5
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-4/+3
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-0/+1
2016-12-18drm/ttm: use designated initializersKees Cook1-5/+5
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König1-0/+6
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+2
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann1-0/+1
2015-06-11drm/virtio: remove some dead codeDan Carpenter1-2/+0
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+469