Skip to content

Commit fd20627

Browse files
Duncan Maalexdeucher
authored andcommitted
drm/amd/display: Adjust AUX-less ALPM setting
[Why & How] Change ACDS period to support LTTPR. Reviewed-by: Charlene Liu <[email protected]> Signed-off-by: Duncan Ma <[email protected]> Signed-off-by: Roman Li <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 9dd8e2b commit fd20627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ bool edp_setup_replay(struct dc_link *link, const struct dc_stream_state *stream
10461046

10471047
if (link->replay_settings.config.alpm_mode == DC_ALPM_AUXLESS) {
10481048
alpm_config.bits.ALPM_MODE_SEL = 1;
1049-
alpm_config.bits.ACDS_PERIOD_DURATION = 1;
1049+
alpm_config.bits.ACDS_PERIOD_DURATION = 0;
10501050
}
10511051

10521052
dm_helpers_dp_write_dpcd(

0 commit comments

Comments
 (0)