summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2024-07-305-20/+17
|\
| * Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-5/+4
| |\
| | * virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-1/+1
| | * virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko2024-07-171-5/+4
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-05-272-2/+1
| |\|
| * | drm/virtio: switch to struct drm_edidJani Nikula2024-05-133-13/+11
| * | drm/virtio: Use fbdev-shmemThomas Zimmermann2024-05-021-2/+2
* | | drm/virtio: Fix type of dma-fence context variableDmitry Osipenko2024-07-241-1/+1
| |/ |/|
* | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-231-1/+1
|\ \
| * | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-1/+1
| |/
* / drm/virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
|/
* Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2024-02-051-3/+3
|\
| * drm/virtio: Spelling fixesAndy Shevchenko2024-01-031-3/+3
* | drm/virtio: Set segment size for virtio_gpu deviceSebastian Ott2024-01-291-0/+1
|/
* drm/virtio: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas2023-11-241-0/+10
* drm/virtio: Use the hotspot properties from cursor planesZack Rusin2023-11-241-4/+4
* drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin2023-11-241-1/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-152-2/+1
|\
| * Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-031-1/+1
| |\
| | * drm/virtio: Use pci_is_vga() to identify VGA devicesSui Jingfeng2023-10-071-1/+1
| * | BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-231-1/+0
| |\ \
| | * | drm/virtio: clean out_fence on complete_submitJosé Pekkarinen2023-09-201-1/+0
| | |/
* | | drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAMEDmitry Osipenko2023-11-151-0/+1
* | | drm/uapi: add explicit virtgpu context debug nameGurchetan Singh2023-11-112-6/+35
* | | drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctlGurchetan Singh2023-11-111-2/+2
|/ /
* | drm/virtio: Annotate struct virtio_gpu_object_array with __counted_byKees Cook2023-10-051-1/+1
* | drm/virtio: Remove unused function declarationsYue Haibing2023-09-021-7/+0
|/
* drm/virtio: Support sync objectsDmitry Osipenko2023-08-012-1/+226
* drm/virtio: Conditionally allocate virtio_gpu_fenceGurchetan Singh2023-07-091-12/+20
* drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann2023-06-191-1/+0
* drm/virtio: Wait for each dma-fence of in-fence array individuallyDmitry Osipenko2023-06-031-2/+18
* drm/virtio: Refactor and optimize job submission code pathDmitry Osipenko2023-06-034-183/+300
* Merge v6.3-rc4 into drm-nextDaniel Vetter2023-03-291-2/+2
|\
| * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-03-134-15/+29
| |\
| * | drm/virtio: Pass correct device to dma_sync_sgtable_for_device()Oleksandr Tyshchenko2023-02-271-2/+2
* | | drm/virtio: Enable fb damage clips property for the primary planeJavier Martinez Canillas2023-03-131-0/+4
* | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-132-5/+2
|\ \ \ | | |/ | |/|
| * | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-1/+1
| |\ \
| | * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-1/+1
| * | | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-233-14/+28
| |\ \ \ | | |_|/ | |/| |
| * | | drm/virtio: exbuf->fence_fd unmodified on interrupted waitRyan Neph2023-02-061-4/+1
| | |/ | |/|
* | | drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS optionDmitry Osipenko2023-03-061-8/+10
* | | drm/virtio: Add option to disable KMS supportRob Clark2023-03-034-9/+35
* | | drm/virtio: use strscpy() to instead of strncpy()Xu Panda2023-02-271-2/+1
| |/ |/|
* | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-312-4/+21
|\|
| * drm/virtio: Fix GEM handle creation UAFRob Clark2023-01-101-2/+17
| * Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2023-01-032-1/+1
| |\
| * | drm/virtio: Fix memory leak in virtio_gpu_object_create()Xiu Jianfeng2023-01-021-2/+4
* | | drm/virtio: Spiff out cmd queue/response tracesRob Clark2023-01-023-14/+28
| |/ |/|