From: Ivan Lipski <ivan.lip...@amd.com> start from: 261fdc003175671fbda47d94d2244ba8c22934f5 Workaround for stuck I2C arbitrage
Stopped at: a69637b2e3b0ee50bd1bd10552115bbe1dfe2793 Revert "Add DPP & HUBP reset if power gate enabled on DCN314" Please, pay extra attention to the following patches: 1) drm/amd/display: MPC basic allocation logic and TMZ Changed the commit message. 2) IP_CHECK_BODY drm/amd/display: refactor DSC cap calculations This commit message was pointed out with IP_CHECK_BODY; however, everything looks fine to me. Please take extra attention to this patch. 3) drm/amd/display: Notify display idle on D3 The patch seems to be more related to DCN42. 4) drm/amd/display: Adding missing driver code for IPSv2.0 The patch seems to be more related to DCN42. 5) drm/amd/display: Notify DMUB on HW Release The patch seems to be more related to DCN42. 6) drm/amd/display: Added static pg implementations for future use Changed the commit message. The patch seems to be more related to DCN42. 7) drm/amd/display: Free memory allocation Was initially SOB'd by Jenkins Infra account (sw.jenkins), changed it to Clayton King 8) IP_CHECK_BODY drm/amd/display: initial support for SmartMux Manually added 4 files: - dcn30m_clk_mgr.c - dcn30m_clk_mgr.h - dcn30m_clk_mgr_smu_msg.c - dcn30m_clk_mgr_smu_msg.h This commit message was pointed out with IP_CHECK_BODY; however, everything looks fine to me. Please take extra attention to this patch. Extra Note: 1) IP_CHECK_BODY drm/amd/display: unit test framework with xmake. Dropped this patch. 2) PROMOTION_SUBMODULE_PREFIX-dc/sspl-END- IP_CHECK_MSG Dropped this patch. Aurabindo Pillai (1): IP_CHECK_BODY drm/amd/display: initial support for SmartMux Charlene Liu (1): drm/amd/display: limit clear_update_flags to dcn32 and above Dillon Varone (1): IP_CHECK_BODY drm/amd/display: refactor DSC cap calculations Duncan Ma (2): drm/amd/display: Notify display idle on D3 drm/amd/display: Notify DMUB on HW Release Fudongwang (1): drm/amd/display: Monitor patch to ignore EDID audio SAB check Ilya Bakoulin (1): drm/amd/display: Add definitions to support DID Type5 descriptors Ivan Lipski (1): drm/amd/display: Revert "Add DPP & HUBP reset if power gate enabled on DCN314" Jenkins, Sw (1): drm/amd/display: Free memory allocation Karthi Kandasamy (1): drm/amd/display: prepare for new platform Leo Chen (3): drm/amd/display: Adding missing driver code for IPSv2.0 drm/amd/display: Added static pg implementations for future use drm/amd/display: New Behavior for debug option disable_ips_in_vpb Michael Strauss (1): drm/amd/display: Fix FIXED_VS retimer clock gen source override Ovidiu Bunea (2): drm/amd/display: Add support for Panel Replay on DP1 eDP (panel_inst=1) drm/amd/display: Add HPO encoder support to Replay Yihan Zhu (1): drm/amd/display: MPC basic allocation logic and TMZ .../gpu/drm/amd/display/dc/clk_mgr/Makefile | 2 +- .../gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c | 2 +- .../drm/amd/display/dc/clk_mgr/dcn30/dalsmc.h | 3 +- .../display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c | 4 +- .../display/dc/clk_mgr/dcn30/dcn30m_clk_mgr.c | 36 ++++ .../display/dc/clk_mgr/dcn30/dcn30m_clk_mgr.h | 31 +++ .../dc/clk_mgr/dcn30/dcn30m_clk_mgr_smu_msg.c | 118 +++++++++++ .../dc/clk_mgr/dcn30/dcn30m_clk_mgr_smu_msg.h | 34 ++++ .../dc/clk_mgr/dcn401/dcn401_clk_mgr.c | 33 ++- .../dc/clk_mgr/dcn401/dcn401_clk_mgr.h | 2 + drivers/gpu/drm/amd/display/dc/core/dc.c | 16 +- .../drm/amd/display/dc/core/dc_hw_sequencer.c | 26 +++ .../gpu/drm/amd/display/dc/core/dc_resource.c | 4 +- .../gpu/drm/amd/display/dc/core/dc_state.c | 2 + .../gpu/drm/amd/display/dc/core/dc_stream.c | 67 ++++++ drivers/gpu/drm/amd/display/dc/dc.h | 23 +++ drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 75 +++++-- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 6 + drivers/gpu/drm/amd/display/dc/dc_stream.h | 11 + drivers/gpu/drm/amd/display/dc/dc_types.h | 3 + .../gpu/drm/amd/display/dc/dce/dmub_replay.c | 43 +++- .../gpu/drm/amd/display/dc/dce/dmub_replay.h | 2 +- drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 192 +++++++++++++++--- .../amd/display/dc/dsc/dcn401/dcn401_dsc.c | 24 +-- .../amd/display/dc/dsc/dcn401/dcn401_dsc.h | 1 - drivers/gpu/drm/amd/display/dc/dsc/dsc.h | 1 + .../amd/display/dc/hubp/dcn401/dcn401_hubp.c | 4 +- .../amd/display/dc/hubp/dcn401/dcn401_hubp.h | 2 +- .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 24 +++ .../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 2 +- .../amd/display/dc/hwss/dcn31/dcn31_hwseq.c | 13 ++ .../amd/display/dc/hwss/dcn314/dcn314_hwseq.c | 37 +--- .../amd/display/dc/hwss/dcn314/dcn314_hwseq.h | 2 - .../amd/display/dc/hwss/dcn314/dcn314_init.c | 2 +- .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 14 +- .../amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 1 + .../drm/amd/display/dc/hwss/hw_sequencer.h | 3 + .../gpu/drm/amd/display/dc/inc/core_types.h | 3 + .../gpu/drm/amd/display/dc/inc/hw/clk_mgr.h | 14 ++ drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 2 +- .../gpu/drm/amd/display/dc/inc/hw/pg_cntl.h | 2 + .../link_hwss_hpo_fixed_vs_pe_retimer_dp.c | 2 +- .../gpu/drm/amd/display/dc/link/link_dpms.c | 19 +- .../drm/amd/display/dc/link/link_factory.c | 8 +- .../dc/link/protocols/link_dp_capability.c | 19 ++ .../link/protocols/link_edp_panel_control.c | 19 +- .../link/protocols/link_edp_panel_control.h | 1 + .../dc/resource/dcn20/dcn20_resource.c | 2 + .../dc/resource/dcn201/dcn201_resource.c | 2 + .../dc/resource/dcn21/dcn21_resource.c | 2 + .../dc/resource/dcn30/dcn30_resource.c | 2 + .../dc/resource/dcn301/dcn301_resource.c | 2 + .../dc/resource/dcn302/dcn302_resource.c | 2 + .../dc/resource/dcn303/dcn303_resource.c | 2 + .../dc/resource/dcn31/dcn31_resource.c | 2 + .../dc/resource/dcn314/dcn314_resource.c | 2 + .../dc/resource/dcn315/dcn315_resource.c | 2 + .../dc/resource/dcn316/dcn316_resource.c | 2 + .../dc/resource/dcn32/dcn32_resource.c | 2 + .../dc/resource/dcn321/dcn321_resource.c | 2 + .../dc/resource/dcn35/dcn35_resource.c | 2 + .../dc/resource/dcn351/dcn351_resource.c | 2 + .../dc/resource/dcn36/dcn36_resource.c | 2 + .../dc/resource/dcn401/dcn401_resource.c | 2 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 36 +++- .../amd/display/modules/power/power_helpers.h | 2 + 66 files changed, 902 insertions(+), 124 deletions(-) create mode 100644 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30m_clk_mgr.c create mode 100644 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30m_clk_mgr.h create mode 100644 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30m_clk_mgr_smu_msg.c create mode 100644 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30m_clk_mgr_smu_msg.h -- 2.43.0