Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pixman: Call
sync_plane
when importing dmabuf
Previously, `PixmanRenderer::import_dmabuf` didn't error for an fd that isn't a dmabuf. Which caused an error later when trying to use this ioctl. I'm not aware of a better way to test this, so we can just add a `sync_plane` here.
- Loading branch information