From: Allen Date: Wed, 6 Dec 2023 19:52:29 +0000 (-0500) Subject: drm/amd/display: Disable OPTC pg to match DC Hubp/dpp pg X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bbc42960f9b68e548403e57b2cfd6e93e684864f;p=linux.git drm/amd/display: Disable OPTC pg to match DC Hubp/dpp pg [Why] To match the hardware sequence Reviewed-by: Charlene Liu Acked-by: Aurabindo Pillai Signed-off-by: Allen Signed-off-by: Alex Deucher --- 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 13324422ff50e..4eb744f1bc9fb 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 @@ -717,6 +717,7 @@ static const struct dc_debug_options debug_defaults_drv = { .disable_dcc = DCC_ENABLE, .disable_dpp_power_gate = true, .disable_hubp_power_gate = true, + .disable_optc_power_gate = true, /*should the same as above two*/ .disable_clock_gate = false, .disable_dsc_power_gate = true, .vsr_support = true,