Commit 6184bd57 authored by Dillon Varone's avatar Dillon Varone Committed by Alex Deucher
Browse files

drm/amd/display: Enable DCN401 idle optimizations by default



[WHY&HOW]
Re-enable idle optimizations by default.

Reviewed-by: default avatarAlvin Lee <alvin.lee2@amd.com>
Acked-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarDillon Varone <dillon.varone@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 52971387
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -731,7 +731,6 @@ static const struct dc_debug_options debug_defaults_drv = {
		}
	},
	.force_cositing = CHROMA_COSITING_TOPLEFT + 1,
	.disable_idle_power_optimizations = true,
	.edp_oled_no_backlight_enable = true,
};