Pending linux-dmabuf-unstable-v1 breaking changes
This issue aims to track breaking changes that we'd like to make to linux-dmabuf-unstable-v1. Once there are enough, we can start working on linux-dmabuf-v2.
- Move the
modifier
arg fromadd
tocreate
(this ensures it's the same for all planes). - Remove most DMA-BUF flags, maybe all of them? They're never used in practice.
- Remove the
format
event (superseded by themodifier
event). - Remove the
modifier
event (see !8 (merged)). - Rename
create_immed
to a more obvious name likecreate_immediate
.
Edited by Simon Ser