From: Leo Chen <[email protected]>

[Why & How]
The related corruption issue is now resolved, HUBP/DPP driver PG can be enabled 
for DCN42.

Reviewed-by: Ovidiu (Ovi) Bunea <[email protected]>
Signed-off-by: Leo Chen <[email protected]>
Signed-off-by: George Zhang <[email protected]>
---
 .../gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c 
b/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
index e40e246bcc82..547a0b816539 100644
--- a/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
@@ -729,8 +729,8 @@ static const struct dc_debug_options debug_defaults_drv = {
        .clock_trace = true,
        .disable_pplib_clock_request = false,
        .ignore_pg = false,
-       .disable_dpp_power_gate = true,
-       .disable_hubp_power_gate = true,
+       .disable_dpp_power_gate = false,
+       .disable_hubp_power_gate = false,
        .disable_optc_power_gate = true,
        .disable_dsc_power_gate = false,
        .disable_dio_power_gate = true,
-- 
2.55.0

Reply via email to