You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
Mind, some hardware has trouble changing the pixel format of the primary on flight without serious flicker
The driver should reject the atomic commit in this case, and require ALLOW_MODESET. Modulo kernel bugs.
A use-case for this came up while discussing about AMD hardware. AMD has a primary plane which supports NV12, an overlay and a cursor plane. For a media player use-case, the following would be desirable:
NV12 video stream on primary plane.
UI on overlay plane (any composition work can happen here).
Cursor on cursor plane.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some cases, it may be a good idea to perform composition on an overlay plane. Do we want to support this at all? How should the API look like?
The text was updated successfully, but these errors were encountered: