Skip to content

v3d, vc4: Fix dmabuf import for non-scanout buffers

Joshua Watt requested to merge jpewhacker/mesa:v3d-vc4-dmabuf-fixes into main

Failure to create a buffer for scanout should not be fatal when importing a buffer. Buffers allocated from a render-only device may not be able to scanned out directly but can still be used for other rendering purposes (e.g. as a texture).

Signed-off-by: Joshua Watt JPEWhacker@gmail.com

Merge request reports