Commit bbc42960 authored by Allen's avatar Allen Committed by Alex Deucher
Browse files

drm/amd/display: Disable OPTC pg to match DC Hubp/dpp pg



[Why]
To match the hardware sequence

Reviewed-by: default avatarCharlene Liu <charlene.liu@amd.com>
Acked-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: default avatarAllen <allen.pan@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c1afbb71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,