Hi, This is the last DC upstream of this year. As a result, it is a very tiny one with a few bug fixes. Just for curiosity, I decided to calculate how many patches we upstream via this weekly process in 2021, and it was approximately 740 patches where Daniel Wheeler tested each patchset. Thanks to everybody for helping with this process, and special thanks to Daniel that validate each patchset :) Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx> Best Regards Siqueira Charlene Liu (1): drm/amd/display: Add check for forced_clocks debug option Mikita Lipski (1): drm/amd/display: introduce mpo detection flags Nicholas Kazlauskas (2): drm/amd/display: Don't reinitialize DMCUB on s0ix resume drm/amd/display: Add version check before using DP alt query interface Wenjing Liu (1): drm/amd/display: unhard code link to phy idx mapping in dc link and clean up Yi-Ling Chen (1): drm/amd/display: Fix underflow for fused display pipes case .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 40 ++++- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 + drivers/gpu/drm/amd/display/dc/core/dc_link.c | 145 +++++++----------- .../gpu/drm/amd/display/dc/core/dc_resource.c | 33 ++++ .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 7 +- .../display/dc/dcn31/dcn31_dio_link_encoder.c | 114 +++++++++++--- .../drm/amd/display/dc/dcn31/dcn31_resource.c | 2 +- drivers/gpu/drm/amd/display/dc/dm_cp_psp.h | 4 +- drivers/gpu/drm/amd/display/dc/inc/resource.h | 1 + .../drm/amd/display/modules/inc/mod_hdcp.h | 2 +- 10 files changed, 234 insertions(+), 116 deletions(-) -- 2.25.1