output: add color_format command#9146
Open
sourenaraya wants to merge 1 commit into
Open
Conversation
Allow configuring the output color format (RGB/YPbPr) via the output config. Exposes the value in IPC JSON output.
fe77bcd to
101b75f
Compare
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.
Allow configuring the output color format (RGB/YPbPr) via the output config. Exposes the value in IPC JSON output.
This is intended to support the proposed DRM "color format" connector property: Patch series on Patchwork
Tested in sway with the patches applied to Linux 6.19 on amdgpu (RDNA2 iGPU) connected to a Samsung TV. In my case, the driver previously selected a YUV mode automatically, causing incorrect colors; selecting RGB explicitly (
swaymsg "output DP-7 color_format rgb") fixes the issue.MRs in: wlr-protocols, wlroots