aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_ttm.c
AgeCommit message (Expand)Author
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-03-28drm/virtio: move virtio_gpu_object_{attach, detach} calls.Gerd Hoffmann
2019-03-28drm/virtio: remove set but not used variable 'vgdev'YueHaibing
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann
2018-09-05drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann
2018-08-08gpu: drm: virtio: code cleanupSouptick Joarder
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2018-02-27drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira
2018-02-27drm/virtio: Remove return from void functionRodrigo Siqueira
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-26drm/virtio: remove ttm_pool_* wrappersChristian König
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/virtio: remove the default io_mem_pfn setTan Xiaojun
2017-12-06drm/ttm: add context to driver move callback as wellChristian König
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König
2017-07-03drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.Arvind Yadav
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle
2016-12-18drm/ttm: use designated initializersKees Cook
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann
2015-06-11drm/virtio: remove some dead codeDan Carpenter
2015-06-03Add virtio gpu driver.Dave Airlie