summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh2020-02-251-13/+16
* drm/virtio: track whether or not a context has been initiatedGurchetan Singh2020-02-251-0/+8
* drm/virtio: factor out context create hypercallGurchetan Singh2020-02-251-0/+13
* drm/virtio: use consistent names for drm_filesGurchetan Singh2020-02-251-10/+10
* drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann2020-02-171-0/+3
* drm/virtio: batch plane updates (pageflip)Gerd Hoffmann2020-02-171-0/+1
* drm/virtio: fix virtio_gpu_execbuffer_ioctl lockingGerd Hoffmann2020-02-131-10/+10
* drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann2019-11-201-19/+3
* drm/virtio: Use vmalloc for command buffer allocations.David Riley2019-09-121-2/+2
* drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann2019-09-041-3/+3
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-041-3/+2
* drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann2019-09-041-39/+0
* drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann2019-09-041-29/+21
* drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann2019-09-041-25/+15
* drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann2019-09-041-38/+18
* drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann2019-09-041-2/+2
* drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann2019-09-041-12/+16
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-2/+2
* drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-2/+2
* drm/virtgpu: drop use of drmP.hSam Ravnborg2019-07-151-3/+5
* drm/virtio: drop DRM_AUTH usage from the driverEmil Velikov2019-06-261-9/+9
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-9/+9
|\
| * drm/virtio: Add memory barriers for capset cache.David Riley2019-06-111-0/+3
| * drm/virtio: Ensure cached capset entries are valid before copying.David Riley2019-06-061-2/+1
| * drm/virtio: use u64_to_user_ptr macroGurchetan Singh2019-06-051-7/+5
* | drm/ttm: Make LRU removal optional v2Christian König2019-05-311-1/+1
|/
* drm/virtio: remove irrelevant DRM_UNLOCKED flagEmil Velikov2019-05-231-9/+9
* drm/virtio: rework resource creation workflow.Gerd Hoffmann2019-03-281-62/+10
* drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann2019-03-281-15/+10
* drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann2019-03-281-2/+4
* drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann2019-03-281-5/+5
* drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann2019-01-081-1/+1
* drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann2018-11-291-1/+1
* drm/virtio: fence: pass plain pointerGerd Hoffmann2018-11-291-4/+4
* drm/virtio: add in/out fence support for explicit synchronizationRobert Foss2018-11-141-17/+64
* drm/virtio: add uapi for in and out explicit fencesRobert Foss2018-11-141-0/+5
* drm/virtio: add virtio_gpu_alloc_fence()Robert Foss2018-11-141-2/+28
* drm/virtio: fix resource id handlingGerd Hoffmann2018-10-291-1/+0
* drm/virtio: drop resource_id argument.Gerd Hoffmann2018-10-291-3/+3
* drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann2018-10-291-16/+8
* drm/virtio: track created object stateGerd Hoffmann2018-10-291-2/+2
* drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann2018-09-251-2/+2
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-6/+11
|\
| * virtio-gpu: fix ioctl and expose the fixed status to userspace.Dave Airlie2018-02-271-6/+11
* | drm/virtio: Add spaces around operatorsRodrigo Siqueira2018-02-271-9/+9
* | drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira2018-02-271-1/+2
* | drm/virtio: Add blank line after variable declarationsRodrigo Siqueira2018-02-271-0/+2
* | drm/virtio: Don't return invalid caps on timeoutTomeu Vizoso2018-02-011-0/+2
|/
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-5/+6
* drm: virtio: replace reference/unreference with get/putAastha Gupta2017-10-301-1/+1