Age | Commit message (Expand) | Author | Files | Lines |
2024-11-18 | drm/virtio: Use generic dumb_map_offset implementation | Peter Shkenev | 1 | -3/+3 |
2023-11-15 | drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAME | Dmitry Osipenko | 1 | -0/+1 |
2023-11-11 | drm/uapi: add explicit virtgpu context debug name | Gurchetan Singh | 1 | -6/+30 |
2023-11-11 | drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctl | Gurchetan Singh | 1 | -2/+2 |
2023-06-03 | drm/virtio: Refactor and optimize job submission code path | Dmitry Osipenko | 1 | -182/+0 |
2023-02-06 | drm/virtio: exbuf->fence_fd unmodified on interrupted wait | Ryan Neph | 1 | -4/+1 |
2023-01-10 | drm/virtio: Fix GEM handle creation UAF | Rob Clark | 1 | -2/+17 |
2022-09-23 | virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create() | Dan Carpenter | 1 | -1/+1 |
2022-08-25 | drm/virtio: Fix same-context optimization | Rob Clark | 1 | -1/+1 |
2022-06-09 | virtio-gpu: fix a missing check to avoid NULL dereference | Xiaomeng Tong | 1 | -2/+4 |
2022-04-07 | dma-buf: add enum dma_resv_usage v4 | Christian König | 1 | -2/+3 |
2022-03-25 | drm/virtio: Remove restriction of non-zero blob_flags | Rob Clark | 1 | -2/+1 |
2021-12-14 | Merge v5.16-rc5 into drm-next | Daniel Vetter | 1 | -1/+1 |
2021-11-29 | drm/virtgpu api: define a dummy fence signaled event | Gurchetan Singh | 1 | -1/+1 |
2021-10-29 | drm/virtio: fix another potential integer overflow on shift of a int | Colin Ian King | 1 | -1/+1 |
2021-10-29 | drm/virtio: fix potential integer overflow on shift of a int | Colin Ian King | 1 | -1/+1 |
2021-09-29 | drm/virtio: implement context init: advertise feature to userspace | Gurchetan Singh | 1 | -0/+6 |
2021-09-29 | drm/virtio: implement context init: add virtio_gpu_fence_event | Gurchetan Singh | 1 | -0/+34 |
2021-09-29 | drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK | Gurchetan Singh | 1 | -1/+21 |
2021-09-29 | drm/virtio: implement context init: allocate an array of fence contexts | Gurchetan Singh | 1 | -2/+32 |
2021-09-29 | drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti... | Gurchetan Singh | 1 | -4/+5 |
2021-09-29 | drm/virtio: implement context init: support init ioctl | Anthoine Bourgeois | 1 | -5/+91 |
2021-06-06 | dma-buf: drop the _rcu postfix on function names v3 | Christian König | 1 | -3/+2 |
2021-03-09 | drm/virtio: fix possible leak/unlock virtio_gpu_object_array | xndcn | 1 | -1/+1 |
2020-11-20 | drm/virtio: suffix create blob call with _ioctl like any ioctl | Anthoine Bourgeois | 1 | -3/+4 |
2020-09-29 | drm/virtio: advertise features to userspace | Gurchetan Singh | 1 | -1/+10 |
2020-09-29 | drm/virtio: implement blob resources: resource create blob ioctl | Gerd Hoffmann | 1 | -0/+136 |
2020-09-29 | drm/virtio: implement blob resources: report blob mem to userspace | Gurchetan Singh | 1 | -0/+3 |
2020-09-29 | drm/virtio: implement blob resources: fix stride discrepancy | Gurchetan Singh | 1 | -4/+31 |
2020-08-19 | Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 1 | -0/+1 |
2020-08-07 | drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl() | Qi Liu | 1 | -0/+1 |
2020-06-24 | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -3/+3 |
2020-06-02 | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+0 |
2020-05-19 | drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlocked | Emil Velikov | 1 | -3/+3 |
2020-05-08 | Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 1 | -2/+1 |
2020-05-04 | drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode | Gurchetan Singh | 1 | -2/+1 |
2020-04-17 | virtgpu: pull in uaccess.h | Michael S. Tsirkin | 1 | -0/+1 |
2020-04-03 | drm/virtio: delete notify after virtio_gpu_cmd_context_create | Gurchetan Singh | 1 | -1/+0 |
2020-02-25 | drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl | Gurchetan Singh | 1 | -13/+16 |
2020-02-25 | drm/virtio: track whether or not a context has been initiated | Gurchetan Singh | 1 | -0/+8 |
2020-02-25 | drm/virtio: factor out context create hypercall | Gurchetan Singh | 1 | -0/+13 |
2020-02-25 | drm/virtio: use consistent names for drm_files | Gurchetan Singh | 1 | -10/+10 |
2020-02-17 | drm/virtio: move remaining virtio_gpu_notify calls | Gerd Hoffmann | 1 | -0/+3 |
2020-02-17 | drm/virtio: batch plane updates (pageflip) | Gerd Hoffmann | 1 | -0/+1 |
2020-02-13 | drm/virtio: fix virtio_gpu_execbuffer_ioctl locking | Gerd Hoffmann | 1 | -10/+10 |
2019-11-20 | drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host... | Gerd Hoffmann | 1 | -19/+3 |
2019-09-12 | drm/virtio: Use vmalloc for command buffer allocations. | David Riley | 1 | -2/+2 |
2019-09-04 | drm/virtio: remove virtio_gpu_alloc_object | Gerd Hoffmann | 1 | -3/+3 |
2019-09-04 | drm/virtio: switch from ttm to gem shmem helpers | Gerd Hoffmann | 1 | -3/+2 |
2019-09-04 | drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list | Gerd Hoffmann | 1 | -39/+0 |