This DC patchset brings improvements in multiple areas. In summary, we highlight: - Improve debugging mechanism for Gaming FAMS - Add monitor-specific edid quirks - Fixes for Phantom pipe - Fixes for Shapper LUT - Clean-up asserts Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx> Alvin Lee (3): drm/amd/display: Limit new fast update path to addr and gamma / color drm/amd/display: For new fast update path, loop through each surface drm/amd/display: Take full update path if number of planes changed Aric Cyr (1): drm/amd/display: 3.2.241 Aurabindo Pillai (1): drm/amd/display: Add monitor specific edid quirk Austin Zheng (1): drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2 Gianna Binder (1): drm/amd/display: Create debugging mechanism for Gaming FAMS Harry Wentland (1): drm/amd/display: Fix the delta clamping for shaper LUT Hong-lu Cheng (1): drm/amd/display: Remove asserts Ilya Bakoulin (1): drm/amd/display: Work around bad DPCD state on link loss Melissa Wen (1): drm/amd/display: program DPP shaper and 3D LUT if updated .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 26 ++++ drivers/gpu/drm/amd/display/dc/core/dc.c | 121 +++++++++++++++++- drivers/gpu/drm/amd/display/dc/dc.h | 14 +- .../amd/display/dc/dcn10/dcn10_cm_common.c | 19 ++- .../amd/display/dc/dcn10/dcn10_cm_common.h | 1 + .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 +- .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 11 +- .../drm/amd/display/dc/dcn30/dcn30_dwb_cm.c | 2 +- .../drm/amd/display/dc/dcn30/dcn30_hwseq.c | 2 +- .../drm/amd/display/dc/dcn30/dcn30_resource.c | 3 +- .../drm/amd/display/dc/dcn32/dcn32_hwseq.c | 10 +- .../display/dc/dcn32/dcn32_resource_helpers.c | 3 +- .../dc/dml/dcn20/display_mode_vba_20.c | 16 ++- .../dc/link/protocols/link_dp_irq_handler.c | 26 ++++ 14 files changed, 224 insertions(+), 32 deletions(-) -- 2.39.2