summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_ioctl.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-1/+0
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-3/+3
2020-05-08Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-2/+1
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh-2/+1
2020-04-17virtgpu: pull in uaccess.hMichael S. Tsirkin-0/+1
2020-04-03drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh-1/+0
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh-13/+16
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh-0/+8
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh-0/+13
2020-02-25drm/virtio: use consistent names for drm_filesGurchetan Singh-10/+10
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann-0/+3
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann-0/+1
2020-02-13drm/virtio: fix virtio_gpu_execbuffer_ioctl lockingGerd Hoffmann-10/+10
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann-19/+3
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley-2/+2
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann-3/+3
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann-3/+2
2019-09-04drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann-39/+0
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann-29/+21
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann-25/+15
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann-38/+18
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann-2/+2
2019-09-04drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann-12/+16
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König-2/+2
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann-2/+2
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg-3/+5
2019-06-26drm/virtio: drop DRM_AUTH usage from the driverEmil Velikov-9/+9
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-9/+9
2019-06-11drm/virtio: Add memory barriers for capset cache.David Riley-0/+3
2019-06-06drm/virtio: Ensure cached capset entries are valid before copying.David Riley-2/+1
2019-06-05drm/virtio: use u64_to_user_ptr macroGurchetan Singh-7/+5
2019-05-31drm/ttm: Make LRU removal optional v2Christian König-1/+1
2019-05-23drm/virtio: remove irrelevant DRM_UNLOCKED flagEmil Velikov-9/+9
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann-62/+10
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann-15/+10
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann-2/+4
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann-5/+5
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann-1/+1
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann-1/+1
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann-4/+4
2018-11-14drm/virtio: add in/out fence support for explicit synchronizationRobert Foss-17/+64
2018-11-14drm/virtio: add uapi for in and out explicit fencesRobert Foss-0/+5
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss-2/+28
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann-1/+0
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann-3/+3
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann-16/+8
2018-10-29drm/virtio: track created object stateGerd Hoffmann-2/+2
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann-2/+2
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie-6/+11