summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create()Dan Carpenter2022-09-231-1/+1
* drm/virtio: Fix same-context optimizationRob Clark2022-08-251-1/+1
* virtio-gpu: fix a missing check to avoid NULL dereferenceXiaomeng Tong2022-06-091-2/+4
* dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-2/+3
* drm/virtio: Remove restriction of non-zero blob_flagsRob Clark2022-03-251-2/+1
* Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-141-1/+1
|\
| * drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh2021-11-291-1/+1
* | drm/virtio: fix another potential integer overflow on shift of a intColin Ian King2021-10-291-1/+1
* | drm/virtio: fix potential integer overflow on shift of a intColin Ian King2021-10-291-1/+1
|/
* drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh2021-09-291-0/+6
* drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh2021-09-291-0/+34
* drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh2021-09-291-1/+21
* drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh2021-09-291-2/+32
* drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh2021-09-291-4/+5
* drm/virtio: implement context init: support init ioctlAnthoine Bourgeois2021-09-291-5/+91
* dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-3/+2
* drm/virtio: fix possible leak/unlock virtio_gpu_object_arrayxndcn2021-03-091-1/+1
* drm/virtio: suffix create blob call with _ioctl like any ioctlAnthoine Bourgeois2020-11-201-3/+4
* drm/virtio: advertise features to userspaceGurchetan Singh2020-09-291-1/+10
* drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann2020-09-291-0/+136
* drm/virtio: implement blob resources: report blob mem to userspaceGurchetan Singh2020-09-291-0/+3
* drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh2020-09-291-4/+31
* Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-08-191-0/+1
|\
| * drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()Qi Liu2020-08-071-0/+1
* | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-3/+3
|\ \ | |/ |/|
| * drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-3/+3
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-1/+0
|\|
| * drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh2020-04-031-1/+0
* | Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-081-2/+1
|\ \
| * | drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh2020-05-041-2/+1
| |/
* / virtgpu: pull in uaccess.hMichael S. Tsirkin2020-04-171-0/+1
|/
* 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