This series fixes some regressions in DC, mainly on DCE6-8. There is a fix for a recent regression caused by refactoring the DSC cap calculation that affects DCE8-10, as well as some fixes related to clock sources in DCE 6.
Timur Kristóf (3): drm/amd/display: Fix refactored DSC cap calculation drm/amd/display: Don't overwrite dce60_clk_mgr drm/amd/display: Fix DCE 6.0 and 6.4 PLL programming. .../gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c | 1 - .../display/dc/clk_mgr/dce100/dce_clk_mgr.c | 5 +++ drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 17 +++++----- .../dc/resource/dce60/dce60_resource.c | 34 +++++++++++-------- 4 files changed, 34 insertions(+), 23 deletions(-) -- 2.50.1
