Skip to content

Commit 2e0847a

Browse files
anthony-koo2alexdeucher
authored andcommitted
drm/amd/display: [FW Promotion] Release 0.0.179.0
- 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>
1 parent b828e10 commit 2e0847a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,6 +2144,10 @@ enum dmub_phy_fsm_state {
21442144
DMUB_PHY_FSM_PLL_EN,
21452145
DMUB_PHY_FSM_TX_EN,
21462146
DMUB_PHY_FSM_FAST_LP,
2147+
DMUB_PHY_FSM_P2_PLL_OFF_CPM,
2148+
DMUB_PHY_FSM_P2_PLL_OFF_PG,
2149+
DMUB_PHY_FSM_P2_PLL_OFF,
2150+
DMUB_PHY_FSM_P2_PLL_ON,
21472151
};
21482152

21492153
/**

0 commit comments

Comments
 (0)