Skip to content

Commit 77b2c07

Browse files
anthony-koo2alexdeucher
authored andcommitted
drm/amd/display: [FW Promotion] Release 0.0.190.0
- Increase number of bits for IPS boot option Reviewed-by: Aric Cyr <aric.cyr@amd.com> Acked-by: Hersen Wu <hersenxs.wu@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>
1 parent 5113175 commit 77b2c07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ union dmub_fw_boot_options {
658658
uint32_t disable_clk_ds: 1; /* 1 if disallow dispclk_ds and dppclk_ds*/
659659
uint32_t disable_timeout_recovery : 1; /* 1 if timeout recovery should be disabled */
660660
uint32_t ips_pg_disable: 1; /* 1 to disable ONO domains power gating*/
661-
uint32_t ips_disable: 2; /* options to disable ips support*/
662-
uint32_t reserved : 10; /**< reserved */
661+
uint32_t ips_disable: 3; /* options to disable ips support*/
662+
uint32_t reserved : 9; /**< reserved */
663663
} bits; /**< boot bits */
664664
uint32_t all; /**< 32-bit access to bits */
665665
};

0 commit comments

Comments
 (0)