drm/amd/display: Fix BT2020 YCbCr limited/full range input[Why]BT2020 YCbCr input is not handled properly when full rangequantization is used and limited range is not supported at all.[How]- A
drm/amd/display: Fix BT2020 YCbCr limited/full range input[Why]BT2020 YCbCr input is not handled properly when full rangequantization is used and limited range is not supported at all.[How]- Add enums for BT2020 YCbCr limited/full range- Add limited range CSC matrixReviewed-by: Krunoslav Kovac <krunoslav.kovac@amd.com>Signed-off-by: Ilya Bakoulin <Ilya.Bakoulin@amd.com>Signed-off-by: Roman Li <roman.li@amd.com>Tested-by: Robert Mader <robert.mader@collabora.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
drm/amd/display: Remove useless assignments and variables[WHAT & HOW]misc0, temp and split_pipe are assigned but immediately re-assignedto other values. The early assignments are useless and are
drm/amd/display: Remove useless assignments and variables[WHAT & HOW]misc0, temp and split_pipe are assigned but immediately re-assignedto other values. The early assignments are useless and are removed.Unused variables are removed as well.This fixes 5 UNUSED_VALUE issues reported by Coverity.Reviewed-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>Signed-off-by: Alex Hung <alex.hung@amd.com>Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd/display: Move dio files into dio folder[why]Refactor the code of dio to unit test.[how]Moved files to respective folders and changed cMakeLists and makefiles.Acked-by: Rodrigo Siqueir
drm/amd/display: Move dio files into dio folder[why]Refactor the code of dio to unit test.[how]Moved files to respective folders and changed cMakeLists and makefiles.Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>Signed-off-by: Bhuvanachandra Pinninti <bpinnint@amd.com>Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>