From: Anthony Koo Date: Sun, 6 Aug 2023 01:58:46 +0000 (-0400) Subject: drm/amd/display: [FW Promotion] Release 0.0.179.0 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e0847a756acb69bc8196e5c604a6dcdf0cd0f82;p=linux.git drm/amd/display: [FW Promotion] Release 0.0.179.0 - Add defines to specify new PHY power states Acked-by: Stylon Wang Signed-off-by: Anthony Koo Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h index 6a1571ffeaf91..7afa78b918b58 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -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, }; /**