summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)Author
2025-01-19drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()Vivek Kasireddy
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula
2024-11-26drm/virtio: Add prepare and cleanup routines for imported dmabuf objVivek Kasireddy
2024-11-26drm/virtio: Import prime buffers from other devices as guest blobsVivek Kasireddy
2024-11-26drm/virtio: Add helpers to initialize and free the imported objectVivek Kasireddy
2024-11-26drm/virtio: Add a helper to map and note the dma addrs and lengthsVivek Kasireddy
2024-11-26drm/virtio: Implement VIRTIO_GPU_CMD_RESOURCE_DETACH_BACKING cmdVivek Kasireddy
2024-11-18drm/virtio: New fence for every plane updateDongwon Kim
2024-11-18drm/virtio: Use drm_gem_plane_helper_prepare_fb()Dongwon Kim
2024-11-18drm/virtio: Don't create a context with default param if context_init is supp...Pierre-Eric Pelloux-Prayer
2024-11-18drm/virtio: Use generic dumb_map_offset implementationPeter Shkenev
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann
2024-10-14drm/virtgpu: Use video aperture helpersThomas Zimmermann
2024-09-26drm/virtgpu: Run DRM default client setupThomas Zimmermann
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard
2024-07-24drm/virtio: Fix type of dma-fence context variableDmitry Osipenko
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-22drm/virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-13drm/virtio: switch to struct drm_edidJani Nikula
2024-05-02drm/virtio: Use fbdev-shmemThomas Zimmermann
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2024-01-29drm/virtio: Set segment size for virtio_gpu deviceSebastian Ott
2024-01-03drm/virtio: Spelling fixesAndy Shevchenko
2023-11-24drm/virtio: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas
2023-11-24drm/virtio: Use the hotspot properties from cursor planesZack Rusin
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-11-15drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAMEDmitry Osipenko
2023-11-11drm/uapi: add explicit virtgpu context debug nameGurchetan Singh
2023-11-11drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctlGurchetan Singh
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-06drm/virtio: Use pci_is_vga() to identify VGA devicesSui Jingfeng
2023-10-05drm/virtio: Annotate struct virtio_gpu_object_array with __counted_byKees Cook
2023-09-21drm/virtio: clean out_fence on complete_submitJosé Pekkarinen
2023-09-02drm/virtio: Remove unused function declarationsYue Haibing
2023-08-01drm/virtio: Support sync objectsDmitry Osipenko
2023-07-09drm/virtio: Conditionally allocate virtio_gpu_fenceGurchetan Singh
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann
2023-06-03drm/virtio: Wait for each dma-fence of in-fence array individuallyDmitry Osipenko
2023-06-03drm/virtio: Refactor and optimize job submission code pathDmitry Osipenko
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter
2023-03-13drm/virtio: Enable fb damage clips property for the primary planeJavier Martinez Canillas