Skip to content

Commit 2fa5d65

Browse files
anthony-koo2alexdeucher
authored andcommitted
drm/amd/display: [FW Promotion] Release 0.0.212.0
- Add boot option to change the ONO powerup flow, impacting the order of power domains to power up or down first Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Anthony Koo <anthony.koo@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent dc21cf2 commit 2fa5d65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ union dmub_fw_boot_options {
662662
uint32_t disable_timeout_recovery : 1; /* 1 if timeout recovery should be disabled */
663663
uint32_t ips_pg_disable: 1; /* 1 to disable ONO domains power gating*/
664664
uint32_t ips_disable: 3; /* options to disable ips support*/
665+
uint32_t ips_sequential_ono: 1; /**< 1 to enable sequential ONO IPS sequence */
665666
uint32_t reserved : 9; /**< reserved */
666667
} bits; /**< boot bits */
667668
uint32_t all; /**< 32-bit access to bits */

0 commit comments

Comments
 (0)