drm/amd/display: Fix DPCD translation for LTTPR AUX_RD_INTERVAL
authorGeorge Shen <george.shen@amd.com>
Tue, 22 Dec 2020 19:05:41 +0000 (14:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2021 10:02:23 +0000 (11:02 +0100)
commit7963f3ff8eddea42c3510a5cde0250e8cce017d6
tree7ca526c1d707d9b325c31363f359e48dcdaaf850
parent07c8c581d2be28ba988c6f772a26b6de129fb7a8
drm/amd/display: Fix DPCD translation for LTTPR AUX_RD_INTERVAL

[ Upstream commit 2b6b7ab4b1cabfbee1af5d818efcab5d51d62c7e ]

[Why]
The translation between the DPCD value and the specified AUX_RD_INTERVAL
in the DP spec do not match.

[How]
Update values to match the spec.

Signed-off-by: George Shen <george.shen@amd.com>
Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com>
Acked-by: Anson Jacob <Anson.Jacob@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c