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 <[email protected]>Signed-off-by: Ilya Bakoulin <[email protected]>Signed-off-by: Roman Li <[email protected]>Tested-by: Robert Mader <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
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 <[email protected]>Signed-off-by: Alex Hung <[email protected]>Signed-off-by: Tom Chung <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
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 <[email protected]>Signed-off-by: Jerry Zuo <[email protected]>Signed-off-by: Bhuvanachandra Pinninti <[email protected]>Tested-by: Daniel Wheeler <[email protected]>Signed-off-by: Alex Deucher <[email protected]>