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

- Remove unused flag otg_powered_down

Acked-by: Wayne Lin <wayne.lin@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>
This commit is contained in:
Anthony Koo
2023-08-12 11:21:06 -04:00
committed by Alex Deucher
parent 99f596fc9c
commit af23474345

View File

@@ -420,11 +420,6 @@ union replay_hw_flags {
*/
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
*/