Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platforms/atomic-kms: Fail gracefully when bypass buffer can't be imp…
…orted for scanout. The compositor code is expecting `framebuffer_for` to sometimes return `nullptr`; this is fine. What's *not* fine is passing a null `fb_id` to `AtomicKmsFbHandle` and then returning a *non*-null `Framebuffer` that's broken :)
- Loading branch information