summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuhammad Ahmed <ahmed.ahmed@amd.com>2023-12-01 19:11:50 -0500
committerAlex Deucher <alexander.deucher@amd.com>2023-12-15 12:17:06 -0500
commitc57a0f50c060b7c58f974306fe103eabb881ccbc (patch)
tree4c3d6f1184c1b77522a8110816f1899446634ff2
parent0f657938e4345a77be871d906f3e0de3c58a7a49 (diff)
downloadlinux-stable-c57a0f50c060b7c58f974306fe103eabb881ccbc.tar.gz
linux-stable-c57a0f50c060b7c58f974306fe103eabb881ccbc.tar.bz2
linux-stable-c57a0f50c060b7c58f974306fe103eabb881ccbc.zip
drm/amd/display: remove HPO PG in driver side
[why & how] Add config to make HPO PG handled in dmubfw ips entry/exit Reviewed-by: Charlene Liu <charlene.liu@amd.com> Acked-by: Wayne Lin <wayne.lin@amd.com> Signed-off-by: Muhammad Ahmed <ahmed.ahmed@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
index 4eb744f1bc9f..4e1db842b98c 100644
--- a/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
@@ -718,6 +718,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.disable_dpp_power_gate = true,
.disable_hubp_power_gate = true,
.disable_optc_power_gate = true, /*should the same as above two*/
+ .disable_hpo_power_gate = true, /*dmubfw force domain25 on*/
.disable_clock_gate = false,
.disable_dsc_power_gate = true,
.vsr_support = true,