aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-29drm/virtio: implement context init: advertise feature to userspaceGurchetan Singh1-0/+6
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh1-0/+34
2021-09-29drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh1-1/+21
2021-09-29drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh1-2/+32
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_allocGurchetan Singh1-4/+5
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois1-5/+91
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-3/+2
2021-03-09drm/virtio: fix possible leak/unlock virtio_gpu_object_arrayxndcn1-1/+1
2020-11-20drm/virtio: suffix create blob call with _ioctl like any ioctlAnthoine Bourgeois1-3/+4
2020-09-29drm/virtio: advertise features to userspaceGurchetan Singh1-1/+10
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann1-0/+136
2020-09-29drm/virtio: implement blob resources: report blob mem to userspaceGurchetan Singh1-0/+3
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh1-4/+31
2020-08-19Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-0/+1
2020-08-07drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()Qi Liu1-0/+1
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+0
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-3/+3
2020-05-08Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-2/+1
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh1-2/+1
2020-04-17virtgpu: pull in uaccess.hMichael S. Tsirkin1-0/+1
2020-04-03drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh1-1/+0
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh1-13/+16
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh1-0/+8
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh1-0/+13
2020-02-25drm/virtio: use consistent names for drm_filesGurchetan Singh1-10/+10
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann1-0/+3
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann1-0/+1
2020-02-13drm/virtio: fix virtio_gpu_execbuffer_ioctl lockingGerd Hoffmann1-10/+10
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host_3d functionsGerd Hoffmann1-19/+3
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley1-2/+2
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann1-3/+3
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann1-3/+2
2019-09-04drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann1-39/+0
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann1-29/+21
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann1-25/+15
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann1-38/+18
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann1-2/+2
2019-09-04drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann1-12/+16
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-2/+2
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-2/+2
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg1-3/+5
2019-06-26drm/virtio: drop DRM_AUTH usage from the driverEmil Velikov1-9/+9
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-9/+9
2019-06-11drm/virtio: Add memory barriers for capset cache.David Riley1-0/+3
2019-06-06drm/virtio: Ensure cached capset entries are valid before copying.David Riley1-2/+1
2019-06-05drm/virtio: use u64_to_user_ptr macroGurchetan Singh1-7/+5
2019-05-31drm/ttm: Make LRU removal optional v2Christian König1-1/+1
2019-05-23drm/virtio: remove irrelevant DRM_UNLOCKED flagEmil Velikov1-9/+9
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann1-62/+10