summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
5 daysdrm/virtio: New fence for every plane updateDongwon Kim2-19/+46
5 daysdrm/virtio: Use drm_gem_plane_helper_prepare_fb()Dongwon Kim1-0/+4
5 daysdrm/virtio: Don't create a context with default param if context_init is supp...Pierre-Eric Pelloux-Prayer1-3/+5
5 daysdrm/virtio: Use generic dumb_map_offset implementationPeter Shkenev4-22/+3
8 daysdrm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-10-14drm/virtgpu: Use video aperture helpersThomas Zimmermann1-2/+2
2024-09-26drm/virtgpu: Run DRM default client setupThomas Zimmermann2-1/+6
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard5-20/+17
2024-07-24drm/virtio: Fix type of dma-fence context variableDmitry Osipenko1-1/+1
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+4
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-5/+4
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard2-2/+1
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-1/+1
2024-05-22drm/virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-13drm/virtio: switch to struct drm_edidJani Nikula3-13/+11
2024-05-02drm/virtio: Use fbdev-shmemThomas Zimmermann1-2/+2
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2024-01-29drm/virtio: Set segment size for virtio_gpu deviceSebastian Ott1-0/+1
2024-01-03drm/virtio: Spelling fixesAndy Shevchenko1-3/+3
2023-11-24drm/virtio: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas1-0/+10
2023-11-24drm/virtio: Use the hotspot properties from cursor planesZack Rusin1-4/+4
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin1-1/+1
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard2-2/+1
2023-11-15drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAMEDmitry Osipenko1-0/+1
2023-11-11drm/uapi: add explicit virtgpu context debug nameGurchetan Singh2-6/+35
2023-11-11drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctlGurchetan Singh1-2/+2
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie1-1/+0
2023-10-06drm/virtio: Use pci_is_vga() to identify VGA devicesSui Jingfeng1-1/+1
2023-10-05drm/virtio: Annotate struct virtio_gpu_object_array with __counted_byKees Cook1-1/+1
2023-09-21drm/virtio: clean out_fence on complete_submitJosé Pekkarinen1-1/+0
2023-09-02drm/virtio: Remove unused function declarationsYue Haibing1-7/+0
2023-08-01drm/virtio: Support sync objectsDmitry Osipenko2-1/+226
2023-07-09drm/virtio: Conditionally allocate virtio_gpu_fenceGurchetan Singh1-12/+20
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann1-1/+0
2023-06-03drm/virtio: Wait for each dma-fence of in-fence array individuallyDmitry Osipenko1-2/+18
2023-06-03drm/virtio: Refactor and optimize job submission code pathDmitry Osipenko4-183/+300
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter1-2/+2
2023-03-13drm/virtio: Enable fb damage clips property for the primary planeJavier Martinez Canillas1-0/+4
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann4-15/+29
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-5/+2
2023-03-06drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS optionDmitry Osipenko1-8/+10
2023-03-03drm/virtio: Add option to disable KMS supportRob Clark4-9/+35
2023-02-27drm/virtio: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2023-02-27drm/virtio: Pass correct device to dma_sync_sgtable_for_device()Oleksandr Tyshchenko1-2/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-14/+28