diff options
author | Anthony Koo <[email protected]> | 2023-08-05 21:58:46 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-08-15 18:08:30 -0400 |
commit | 2e0847a756acb69bc8196e5c604a6dcdf0cd0f82 (patch) | |
tree | 49f3f1e976dc96b4cf2072cfdf671a8167c13630 | |
parent | b828e1004cce55a078ba7bb11e252c2499793025 (diff) |
drm/amd/display: [FW Promotion] Release 0.0.179.0
- Add defines to specify new PHY power states
Acked-by: Stylon Wang <[email protected]>
Signed-off-by: Anthony Koo <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 6a1571ffeaf9..7afa78b918b5 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, }; /** |