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