Commit 328fe6e2 authored by Michael Strauss's avatar Michael Strauss Committed by Alex Deucher
Browse files

drm/amd/display: Enable eDP ILR on DCN2.1



[WHY]
Enable feature for 21.40

Reviewed-by: default avatarSung Lee <Sung.Lee@amd.com>
Acked-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarMichael Strauss <michael.strauss@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 11a7e642
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -883,7 +883,8 @@ static const struct dc_debug_options debug_defaults_drv = {
		.disable_48mhz_pwrdwn = false,
		.usbc_combo_phy_reset_wa = true,
		.dmub_command_table = true,
		.use_max_lb = true
		.use_max_lb = true,
		.optimize_edp_link_rate = true
};

static const struct dc_debug_options debug_defaults_diags = {