mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 11:02:03 +02:00
The commit cited by the Fixes tag added separate limited and full-range
BT.2020 YCbCr entries to the DCE output CSC tables, but populated both
entries with the same matrix copied from the common DC table. That
matrix combined full-range scaling with limited-range luma offset and was
incorrect for both limited and full-range output.
Replace the coefficients in both entries in the DCE paths with those from
the new COLOR_SPACE_YCBCR2020_LIMITED_TYPE
and COLOR_SPACE_YCBCR2020_FULL_TYPE entries in the preceding commit
("drm/amd/display: fix BT.2020 YCbCr limited output CSC matrix").
Fixes:
|
||
|---|---|---|
| .. | ||
| dce110_compressor.c | ||
| dce110_compressor.h | ||
| dce110_mem_input_v.c | ||
| dce110_mem_input_v.h | ||
| dce110_opp_csc_v.c | ||
| dce110_opp_regamma_v.c | ||
| dce110_opp_v.c | ||
| dce110_opp_v.h | ||
| dce110_timing_generator_v.c | ||
| dce110_timing_generator_v.h | ||
| dce110_timing_generator.c | ||
| dce110_timing_generator.h | ||
| dce110_transform_v.c | ||
| dce110_transform_v.h | ||
| Makefile | ||