mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 01:25:49 -04:00
drm/amd/display: Add debug option for disabling SLDO optimizations
[Why] DM can hook this up to disable SLDO optimizations in firmware during DMCUB initialization for debug purposes. [How] Add the option and pass it through dmub_srv. Reviewed-by: Hansen Dsouza <hansen.dsouza@amd.com> Signed-off-by: Jerry Zuo <jerry.zuo@amd.com> Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
fe4b8c98dd
commit
ea04ef19eb
@@ -684,7 +684,8 @@ union dmub_fw_boot_options {
|
||||
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 : 8; /**< reserved */
|
||||
uint32_t disable_sldo_opt: 1; /**< 1 to disable SLDO optimizations */
|
||||
uint32_t reserved : 7; /**< reserved */
|
||||
} bits; /**< boot bits */
|
||||
uint32_t all; /**< 32-bit access to bits */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user