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

[WHY]
Enable feature for 21.40

Reviewed-by: Sung Lee <Sung.Lee@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Michael Strauss <michael.strauss@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Michael Strauss
2021-07-06 14:52:12 -04:00
committed by Alex Deucher
parent 11a7e64266
commit 328fe6e27c

View File

@@ -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 = {