summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_ioctl.c
AgeCommit message (Expand)Author
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann
2019-09-04drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-06-26drm/virtio: drop DRM_AUTH usage from the driverEmil Velikov
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-06-11drm/virtio: Add memory barriers for capset cache.David Riley
2019-06-06drm/virtio: Ensure cached capset entries are valid before copying.David Riley
2019-06-05drm/virtio: use u64_to_user_ptr macroGurchetan Singh
2019-05-31drm/ttm: Make LRU removal optional v2Christian König
2019-05-23drm/virtio: remove irrelevant DRM_UNLOCKED flagEmil Velikov
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann
2018-11-14drm/virtio: add in/out fence support for explicit synchronizationRobert Foss
2018-11-14drm/virtio: add uapi for in and out explicit fencesRobert Foss
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann
2018-10-29drm/virtio: track created object stateGerd Hoffmann
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-02-27drm/virtio: Add spaces around operatorsRodrigo Siqueira
2018-02-27drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira
2018-02-27virtio-gpu: fix ioctl and expose the fixed status to userspace.Dave Airlie
2018-02-01drm/virtio: Don't return invalid caps on timeoutTomeu Vizoso
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-10-30drm: virtio: replace reference/unreference with get/putAastha Gupta
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-09-28Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-nextDave Airlie
2016-09-20drm/virtio: drop virtio_gpu_execbuffer_ioctl() wrappingGustavo Padovan
2016-08-19virtio-gpu: Use memdup_user() rather than duplicating its implementationMarkus Elfring
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2015-10-16virtio-gpu: mark as a render gpuDave Airlie
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann