summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/resource
diff options
context:
space:
mode:
authorAllen <allen.pan@amd.com>2023-12-06 22:52:29 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-12-13 23:09:54 +0300
commitbbc42960f9b68e548403e57b2cfd6e93e684864f (patch)
treec3770df787a480bcbbca634a905eeeed0d9ab078 /drivers/gpu/drm/amd/display/dc/resource
parentc1afbb715e33a2b208c27a989c5f929029ffe7d3 (diff)
downloadlinux-bbc42960f9b68e548403e57b2cfd6e93e684864f.tar.xz
drm/amd/display: Disable OPTC pg to match DC Hubp/dpp pg
[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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/resource')
-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 13324422ff50..4eb744f1bc9f 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,