summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_prime.c
AgeCommit message (Expand)Author
2025-04-16drm/virtio: Use dma_buf from GEM object instanceThomas Zimmermann
2025-04-16drm/virtio: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann
2025-04-14Merge tag 'drm-misc-next-2025-04-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-04-08Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann
2025-03-26drm/virtio: Fix flickering issue seen with imported dmabufsVivek Kasireddy
2025-03-06dma-buf: drop caching of sg_tablesChristian König
2025-01-19drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj()Vivek Kasireddy
2025-01-09drm/virtio: Factor out common dmabuf unmapping codeDmitry Osipenko
2025-01-09drm/virtio: Set missing bo->attached flagDmitry Osipenko
2025-01-09drm/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-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
2022-06-09drm/virtio: simplify the return expressionMinghao Chi
2021-08-16drm/virtio: support mapping exported vramDavid Stevens
2021-08-12drm/virtio: set non-cross device blob uuid_stateDavid Stevens
2020-11-16drm/virtio: Make virtgpu_dmabuf_ops with static keywordZou Wei
2020-09-29drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh
2020-09-29drm/virtio: blob prep: make CPU responses more genericGurchetan Singh
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-24Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie
2019-02-28drm/virtio: implement prime exportGerd Hoffmann
2019-02-28drm/virtio: remove prime pin/unpin callbacks.Gerd Hoffmann
2019-02-28drm/virtio: implement prime mmapGerd Hoffmann
2019-01-14drm/virtio: drop prime import/export callbacksGerd Hoffmann
2018-09-26virtio: Support prime objects vmap/vunmapEzequiel Garcia
2018-02-27drm/virtio: Remove multiple blank linesRodrigo Siqueira
2018-02-27drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira
2015-10-16virtio-gpu: add basic prime supportDave Airlie