summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_gem.c
AgeCommit message (Expand)AuthorLines
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-3/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-6/+7
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-3/+3
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh-0/+3
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh-1/+2
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh-5/+5
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann-0/+2
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh-3/+1
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann-0/+27
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann-19/+4
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann-12/+4
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann-13/+11
2019-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann-0/+93
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann-2/+2
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg-1/+3
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann-14/+5
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann-4/+4
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann-7/+9
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann-1/+0
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann-2/+2
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann-5/+3
2018-10-29drm/virtio: track created object stateGerd Hoffmann-1/+2
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann-2/+5
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira-0/+1
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma-2/+2
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes-7/+0
2017-04-04drm: virtio: fix virtio_gpu_mode_dumb_createGerd Hoffmann-2/+4
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson-1/+1
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann-0/+41
2015-06-03Add virtio gpu driver.Dave Airlie-0/+140