Skip to content

dmabuf: Require valid fds for all planes

Benjamin Otte requested to merge wip/otte/for-main into main

This seems to be what everyone does, so we should do it, too.

Previously it was assumed that an fd of -1 would mean reusing the previous fd with a different offset, but that seems to be uncommon.

Merge request reports