Hi Dave, Daniel, Fixes for 5.17. The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566: Linux 5.17-rc3 (2022-02-06 12:20:50 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.17-2022-02-09 for you to fetch changes up to 6e7545ddb13416fd200e0b91c0acfd0404e2e27b: drm/amdgpu/display: change pipe policy for DCN 2.0 (2022-02-09 17:20:47 -0500) ---------------------------------------------------------------- amd-drm-fixes-5.17-2022-02-09: amdgpu: - DCN 3.1 display fixes - GC 10.3.1 harvest fix - Page flip irq fix - hwmon label fix - DCN 2.0 display fix ---------------------------------------------------------------- Aaron Liu (1): drm/amdgpu: add utcl2_harvest to gc 10.3.1 Alex Deucher (1): drm/amdgpu/display: change pipe policy for DCN 2.0 Dmytro Laktyushkin (1): drm/amd/display: fix yellow carp wm clamping Mario Limonciello (1): display/amd: decrease message verbosity about watermarks table failure Roman Li (1): drm/amd/display: Cap pflip irqs per max otg number Yang Wang (1): drm/amd/pm: fix hwmon node of power1_label create issue Zhan Liu (1): drm/amd/display: keep eDP Vdd on when eDP stream is already enabled drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c | 7 ++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- .../drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c | 6 ++- drivers/gpu/drm/amd/display/dc/core/dc.c | 2 + drivers/gpu/drm/amd/display/dc/dc.h | 1 + .../amd/display/dc/dce110/dce110_hw_sequencer.c | 24 ++++++++- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 2 +- .../gpu/drm/amd/display/dc/dcn31/dcn31_hubbub.c | 61 ++++++++++++---------- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 3 +- 9 files changed, 71 insertions(+), 37 deletions(-)