]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amd/display: [FW Promotion] Release 0.0.212.0
authorAnthony Koo <anthony.koo@amd.com>
Sat, 30 Mar 2024 20:51:03 +0000 (16:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Apr 2024 02:19:22 +0000 (22:19 -0400)
 - 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>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index d0b581b8331ce89d46cf009a55c5adaef4d5c896..944f1430751722d7cc565f32ed572d093f221ba6 100644 (file)
@@ -662,6 +662,7 @@ union dmub_fw_boot_options {
                uint32_t disable_timeout_recovery : 1; /* 1 if timeout recovery should be disabled */
                uint32_t ips_pg_disable: 1; /* 1 to disable ONO domains power gating*/
                uint32_t ips_disable: 3; /* options to disable ips support*/
+               uint32_t ips_sequential_ono: 1; /**< 1 to enable sequential ONO IPS sequence */
                uint32_t reserved : 9; /**< reserved */
        } bits; /**< boot bits */
        uint32_t all; /**< 32-bit access to bits */