summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: rework resource creation workflow.Gerd Hoffmann2019-03-281-62/+10Star
* drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann2019-03-281-15/+10Star
* 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/+0Star
* 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/+8Star
* 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
* drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma2017-10-021-6/+6
* drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-13/+14
* drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-181-2/+3
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-6/+6
* Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-09-281-16/+8Star
|\
| * drm/virtio: drop virtio_gpu_execbuffer_ioctl() wrappingGustavo Padovan2016-09-201-16/+8Star
* | virtio-gpu: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-191-9/+4Star
|/
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-6/+5Star
* virtio-gpu: mark as a render gpuDave Airlie2015-10-161-9/+9
* virtio-gpu: add 3d/virgl supportGerd Hoffmann2015-10-161-0/+573