summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_object.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Use IDAs more efficientlyMatthew Wilcox2018-11-141-3/+3
* drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox2018-11-141-2/+11
* drm/virtio: Replace IDRs with IDAsMatthew Wilcox2018-10-291-10/+2Star
* drm/virtio: fix resource id handlingGerd Hoffmann2018-10-291-0/+23
* drm/virtio: track created object stateGerd Hoffmann2018-10-291-1/+1
* virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia2018-09-261-8/+3Star
* virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia2018-09-261-0/+8
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-271-1/+1
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-1/+5
* drm/virtio: don't leak bo on drm_gem_object_init failureGerd Hoffmann2017-04-071-1/+3
* drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-051-1/+1
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-051-1/+1
* virtio-gpu: don't free things on ttm_bo_init failureDave Airlie2015-10-161-8/+3Star
* Add virtio gpu driver.Dave Airlie2015-06-031-0/+170