mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
drm/amd/display: Disable hpo power gate
[Why & How] Disable HPO power gate temporarily to work around some DP 2 LL compliance failures on DCN42. Reviewed-by: Roman Li <roman.li@amd.com> Signed-off-by: Leo Chen <leo.chen@amd.com> Signed-off-by: Tom Chung <chiahsuan.chung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
9bed715da7
commit
04f5c13b55
|
|
@ -700,6 +700,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
|||
.disable_optc_power_gate = false,
|
||||
.disable_dsc_power_gate = false,
|
||||
.disable_dio_power_gate = true,
|
||||
.disable_hpo_power_gate = true,
|
||||
.pipe_split_policy = MPC_SPLIT_AVOID,
|
||||
.force_single_disp_pipe_split = false,
|
||||
.disable_dcc = DCC_ENABLE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user