Commit af234743 authored by Anthony Koo's avatar Anthony Koo Committed by Alex Deucher

drm/amd/display: [FW Promotion] Release 0.0.180.0

 - Remove unused flag otg_powered_down
Acked-by: default avatarWayne Lin <wayne.lin@amd.com>
Signed-off-by: default avatarAnthony Koo <anthony.koo@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 99f596fc
...@@ -420,11 +420,6 @@ union replay_hw_flags { ...@@ -420,11 +420,6 @@ union replay_hw_flags {
*/ */
uint32_t smu_optimizations_en : 1; uint32_t smu_optimizations_en : 1;
/**
* @otg_powered_down: Flag to keep track of OTG power state.
*/
uint32_t otg_powered_down : 1;
/** /**
* @phy_power_state: Indicates current phy power state * @phy_power_state: Indicates current phy power state
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment