summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie1-0/+9
2025-04-18virtgpu: don't reset on shutdownMichael S. Tsirkin1-0/+9
2025-04-16drm/virtio: Support drm_panic with non-vmapped shmem BORyosuke Yasuoka1-3/+11
2025-04-16drm/virtio: Use dma_buf from GEM object instanceThomas Zimmermann1-3/+2
2025-04-16drm/virtio: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann2-5/+5
2025-04-14Merge tag 'drm-misc-next-2025-04-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-17/+0
2025-04-08Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann8-22/+341
2025-04-01drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()Dmitry Osipenko1-6/+14
2025-04-01drm/virtio: Don't attach GEM to a non-created context in gem_object_open()Dmitry Osipenko1-5/+6
2025-03-26drm/virtio: Fix flickering issue seen with imported dmabufsVivek Kasireddy1-0/+1
2025-03-06dma-buf: drop caching of sg_tablesChristian König1-1/+0
2025-03-06dma-buf/dma-fence: remove unnecessary callbacksChristian König1-16/+0
2025-02-09drm/virtio: Add drm_panic supportRyosuke Yasuoka4-0/+272
2025-01-25drm/virtio: Support partial maps of GEM objectsSasha Finkelstein1-3/+6
2025-01-19drm/virtio: Don't return error if virtio-gpu PCI dev is not foundVivek Kasireddy1-10/+11
2025-01-19drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()Vivek Kasireddy1-5/+6
2025-01-09drm/virtio: Factor out common dmabuf unmapping codeDmitry Osipenko1-16/+19
2025-01-09drm/virtio: Set missing bo->attached flagDmitry Osipenko2-1/+3
2025-01-09drm/virtio: Lock the VGA resources during initializationVivek Kasireddy1-1/+39
2025-01-09drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()Vivek Kasireddy1-5/+6
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov1-1/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula2-2/+0
2024-11-26drm/virtio: Add prepare and cleanup routines for imported dmabuf objVivek Kasireddy1-1/+64
2024-11-26drm/virtio: Import prime buffers from other devices as guest blobsVivek Kasireddy1-3/+62
2024-11-26drm/virtio: Add helpers to initialize and free the imported objectVivek Kasireddy2-0/+78
2024-11-26drm/virtio: Add a helper to map and note the dma addrs and lengthsVivek Kasireddy2-0/+47
2024-11-26drm/virtio: Implement VIRTIO_GPU_CMD_RESOURCE_DETACH_BACKING cmdVivek Kasireddy3-0/+61
2024-11-18drm/virtio: New fence for every plane updateDongwon Kim2-19/+46
2024-11-18drm/virtio: Use drm_gem_plane_helper_prepare_fb()Dongwon Kim1-0/+4
2024-11-18drm/virtio: Don't create a context with default param if context_init is supp...Pierre-Eric Pelloux-Prayer1-3/+5
2024-11-18drm/virtio: Use generic dumb_map_offset implementationPeter Shkenev4-22/+3
2024-11-15drm/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-23tracing/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