Re: [PATCH v2] drm/amd/display: Calculate output_color_space after pixel encoding adjustment

2023-01-16 Thread Alex Deucher
Applied with the fixes tag. Thanks! Alex On Mon, Jan 16, 2023 at 9:41 AM Melissa Wen wrote: > > On 01/16, Melissa Wen wrote: > > On 01/10, Joshua Ashton wrote: > > > Code in get_output_color_space depends on knowing the pixel encoding to > > > determine whether to pick between eg.

Re: [PATCH v2] drm/amd/display: Calculate output_color_space after pixel encoding adjustment

2023-01-16 Thread Melissa Wen
On 01/16, Melissa Wen wrote: > On 01/10, Joshua Ashton wrote: > > Code in get_output_color_space depends on knowing the pixel encoding to > > determine whether to pick between eg. COLOR_SPACE_SRGB or > > COLOR_SPACE_YCBCR709 for transparent RGB -> YCbCr 4:4:4 in the driver. > > > > v2: Fixed

Re: [PATCH v2] drm/amd/display: Calculate output_color_space after pixel encoding adjustment

2023-01-16 Thread Melissa Wen
On 01/10, Joshua Ashton wrote: > Code in get_output_color_space depends on knowing the pixel encoding to > determine whether to pick between eg. COLOR_SPACE_SRGB or > COLOR_SPACE_YCBCR709 for transparent RGB -> YCbCr 4:4:4 in the driver. > > v2: Fixed patch being accidentally based on a personal

[PATCH v2] drm/amd/display: Calculate output_color_space after pixel encoding adjustment

2023-01-10 Thread Joshua Ashton
Code in get_output_color_space depends on knowing the pixel encoding to determine whether to pick between eg. COLOR_SPACE_SRGB or COLOR_SPACE_YCBCR709 for transparent RGB -> YCbCr 4:4:4 in the driver. v2: Fixed patch being accidentally based on a personal feature branch, oops! Signed-off-by: