aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15drm/virtio: Create Dumb BOs as guest Blobs (v3)Vivek Kasireddy1-0/+8
2021-01-11drm/virtio: make sure context is created in gem openChia-I Wu1-3/+5
2020-08-17drm/virtio: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+1
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+7
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-3/+3
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh1-0/+3
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh1-1/+2
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh1-5/+5
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann1-0/+2
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh1-3/+1
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann1-0/+27
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann1-19/+4
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann1-12/+4
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann1-13/+11
2019-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann1-0/+93
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann1-2/+2
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg1-1/+3
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann1-14/+5
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann1-4/+4
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann1-7/+9
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann1-1/+0
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann1-2/+2
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_create()Gerd Hoffmann1-5/+3
2018-10-29drm/virtio: track created object stateGerd Hoffmann1-1/+2
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann1-2/+5
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira1-0/+1
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma1-2/+2
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-7/+0
2017-04-04drm: virtio: fix virtio_gpu_mode_dumb_createGerd Hoffmann1-2/+4
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann1-0/+41
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+140