summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_ioctl.c
AgeCommit message (Expand)Author
2023-11-15drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAMEDmitry Osipenko
2023-11-11drm/uapi: add explicit virtgpu context debug nameGurchetan Singh
2023-11-11drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctlGurchetan Singh
2023-06-03drm/virtio: Refactor and optimize job submission code pathDmitry Osipenko
2023-02-06drm/virtio: exbuf->fence_fd unmodified on interrupted waitRyan Neph
2023-01-10drm/virtio: Fix GEM handle creation UAFRob Clark
2022-09-23virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create()Dan Carpenter
2022-08-25drm/virtio: Fix same-context optimizationRob Clark
2022-06-09virtio-gpu: fix a missing check to avoid NULL dereferenceXiaomeng Tong
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König
2022-03-25drm/virtio: Remove restriction of non-zero blob_flagsRob Clark
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter
2021-11-29drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh
2021-10-29drm/virtio: fix another potential integer overflow on shift of a intColin Ian King
2021-10-29drm/virtio: fix potential integer overflow on shift of a intColin Ian King
2021-09-29drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh
2021-09-29drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh
2021-09-29drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König
2021-03-09drm/virtio: fix possible leak/unlock virtio_gpu_object_arrayxndcn
2020-11-20drm/virtio: suffix create blob call with _ioctl like any ioctlAnthoine Bourgeois
2020-09-29drm/virtio: advertise features to userspaceGurchetan Singh
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: report blob mem to userspaceGurchetan Singh
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh
2020-08-19Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-08-07drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()Qi Liu
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-05-08Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh
2020-04-17virtgpu: pull in uaccess.hMichael S. Tsirkin
2020-04-03drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh
2020-02-25drm/virtio: use consistent names for drm_filesGurchetan Singh
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann
2020-02-13drm/virtio: fix virtio_gpu_execbuffer_ioctl lockingGerd Hoffmann
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-09-04drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann