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

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
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment