drm/amd/display: Disable OPTC pg to match DC Hubp/dpp pg
authorAllen <allen.pan@amd.com>
Wed, 6 Dec 2023 19:52:29 +0000 (14:52 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Dec 2023 20:09:54 +0000 (15:09 -0500)
[Why]
To match the hardware sequence

Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Allen <allen.pan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c

index 13324422ff50e37b45aae18979dfa61434d89445..4eb744f1bc9fb25b949dbcba1c7215b73f761f26 100644 (file)
@@ -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,