drm/amd/display: Incorrect Read Interval Time For CR Sequence
authorDavid Galiffi <david.galiffi@amd.com>
Sat, 8 Jun 2019 01:32:34 +0000 (21:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:09 +0000 (14:18 -0500)
commit0430017149c53f20493ebeee856315c669d18f4d
tree1987450d0ad8c84adcc1b3f3f62d06949bb79ddd
parent0b6cbbd5da8f3ab99442bdc0df6b6bb619f87d5a
drm/amd/display: Incorrect Read Interval Time For CR Sequence

[WHY]
TRAINING_AUX_RD_INTERVAL (DPCD 000Eh) modifies the read interval
for the EQ training sequence. CR read interval should remain 100 us.
Currently, the CR interval is also being modified.

[HOW]
lt_settings->cr_pattern_time should always be 100 us.

Signed-off-by: David Galiffi <david.galiffi@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c