]> www.infradead.org Git - users/hch/configfs.git/commit
drm/amd/display: Fix FEC_READY write on DP LT
authorIlya Bakoulin <ilya.bakoulin@amd.com>
Wed, 17 Apr 2024 18:21:28 +0000 (14:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Apr 2024 13:56:57 +0000 (09:56 -0400)
commita8baec4623aedf36d50767627f6eae5ebf07c6fb
tree48e3e5d48e89e32de76193f41290453f71e6efe3
parent523ee6f4419bbeccbe43399d999f37381b5958c7
drm/amd/display: Fix FEC_READY write on DP LT

[Why/How]
We can miss writing FEC_READY in some cases before LT start, which
violates DP spec. Remove the condition guarding the DPCD write so that
the write happens unconditionally.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Ilya Bakoulin <ilya.bakoulin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_phy.c