feat(odin3): package HDR, AutoHDR, and 8bpc output dithering - #13
Draft
enjihn wants to merge 4 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the package-side components required for native HDR and compositor AutoHDR on the AYN Odin 3.
ayn,odin3Scope and safety
The HDR and AutoHDR paths remain dormant without the paired Armada device profile and runtime controls. Unsupported inputs, unknown color states, system overlays, native HDR surfaces, and unqualified outputs bypass AutoHDR. Pipeline setup failure returns to the existing composition path.
The kernel change is limited to the
ayn,odin3machine identity. Other devices keep their existing behavior. Temporal dithering remains disabled, and this does not change panel initialization, DSI, DSC, or 10bpc transport.Validation
mainis conflict-freeFresh-install Odin 3 acceptance is still in progress, so this PR is a draft.
Related work
This supersedes #7 and carries its native HDR package work forward with AutoHDR and Odin 3 output dithering. It pairs with virtudude/armada#164.