Skip to content

freedreno/drm, turnip: set DRM_RDWR for exported dma-bufs

Chia-I Wu requested to merge olv/mesa:turnip-dmabuf into main

This allows the exported fds to be mapped for writing. My use case is for virtio-gpu blob resources where the fds are mapped rw and mappings are added to the guests using KVM_SET_USER_MEMORY_REGION.

Merge request reports