drm/amd/display: [FW Promotion] Release 0.0.179.0
authorAnthony Koo <anthony.koo@amd.com>
Sun, 6 Aug 2023 01:58:46 +0000 (21:58 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Aug 2023 22:08:30 +0000 (18:08 -0400)
 - Add defines to specify new PHY power states

Acked-by: Stylon Wang <stylon.wang@amd.com>
Signed-off-by: Anthony Koo <anthony.koo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index 6a1571f..7afa78b 100644 (file)
@@ -2144,6 +2144,10 @@ enum dmub_phy_fsm_state {
        DMUB_PHY_FSM_PLL_EN,
        DMUB_PHY_FSM_TX_EN,
        DMUB_PHY_FSM_FAST_LP,
+       DMUB_PHY_FSM_P2_PLL_OFF_CPM,
+       DMUB_PHY_FSM_P2_PLL_OFF_PG,
+       DMUB_PHY_FSM_P2_PLL_OFF,
+       DMUB_PHY_FSM_P2_PLL_ON,
 };
 
 /**