Hi Dave, Daniel, Fixes for 5.18. The following changes since commit 15f9cd4334c83716fa32647652a609e3ba6c998d: drm/amdgpu/gfx10: enable gfx1037 clock counter retrieval function (2022-03-25 12:40:25 -0400) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.18-2022-04-06 for you to fetch changes up to 2f25d8ce09b7ba5d769c132ba3d4eb84a941d2cb: drm/amdgpu/smu10: fix SoC/fclk units in auto mode (2022-04-06 12:02:57 -0400) ---------------------------------------------------------------- amd-drm-fixes-5.18-2022-04-06: amdgpu: - VCN 3.0 fixes - DCN 3.1.5 fix - Misc display fixes - GC 10.3 golden register fix - Suspend fix - SMU 10 fix amdkfd: - Event fix ---------------------------------------------------------------- Alex Deucher (2): drm/amdgpu: don't use BACO for reset in S3 drm/amdgpu/smu10: fix SoC/fclk units in auto mode Benjamin Marty (1): drm/amdgpu/display: change pipe policy for DCN 2.1 Boyuan Zhang (1): drm/amdgpu/vcn3: send smu interface type CHANDAN VURDIGERE NATARAJ (1): drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw Charlene Liu (1): drm/amd/display: Clear optc false state when disable otg Chris Park (1): drm/amd/display: Correct Slice reset calculation Dmytro Laktyushkin (1): drm/amd/display: update dcn315 clock table read Eric Bernstein (1): drm/amd/display: remove assert for odm transition case Jimmy Kizito (2): drm/amd/display: Add work around for AUX failure on wake. drm/amd/display: Add configuration options for AUX wake work around. Lee Jones (1): drm/amdkfd: Create file descriptor after client is added to smi_clients list Ma Jun (1): drm/amdgpu: Sync up header and implementation to use the same parameter names Martin Leung (1): drm/amd/display: Revert FEC check in validation Roman Li (3): drm/amd/display: Remove redundant dsc power gating from init_hw drm/amd/display: Enable power gating before init_pipes drm/amd/display: Fix allocate_mst_payload assert on resume Ruili Ji (1): drm/amdgpu: fix incorrect GCR_GENERAL_CNTL address Shirish S (1): amd/display: set backlight only if required tiancyin (1): drm/amd/vcn: fix an error msg on vcn 3.0 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 7 ++ drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 6 +- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 7 +- drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c | 24 +++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 10 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 6 ++ .../amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 107 +++++++++++++-------- drivers/gpu/drm/amd/display/dc/core/dc.c | 4 - drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 65 +++++++++++++ drivers/gpu/drm/amd/display/dc/dc.h | 17 ++++ .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 12 +-- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 1 - .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 2 +- drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c | 5 +- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c | 19 ++-- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_optc.c | 5 +- .../gpu/drm/amd/display/dc/dcn31/dcn31_resource.c | 2 + drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 4 +- drivers/gpu/drm/amd/display/dc/inc/dc_link_dp.h | 1 + drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 11 +++ .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c | 8 +- 22 files changed, 235 insertions(+), 92 deletions(-)