aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_ttm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+1
2019-03-28drm/virtio: move virtio_gpu_object_{attach, detach} calls.Gerd Hoffmann1-68/+24
2019-03-28drm/virtio: remove set but not used variable 'vgdev'YueHaibing1-6/+0
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-2/+0
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-62/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-35/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-27/+0
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann1-2/+1
2018-09-05drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann1-2/+1
2018-08-08gpu: drm: virtio: code cleanupSouptick Joarder1-35/+1
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/drm-misc into drm-nextDave 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