]> git.hungrycats.org Git - linux/commit
drm/amd/display: Add DC link support for FRL
authorHarry Wentland <harry.wentland@amd.com>
Fri, 24 Apr 2026 18:14:58 +0000 (14:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 17:44:44 +0000 (13:44 -0400)
commitcbb8e2044b9e936dfa66f1d4a2f835316c741a67
treec3abc1ef72fd00b1fa9d173c0aa8606a5e2a1380
parent70ed4679c5129b3a404116dfafa3ddb23a7cfa7a
drm/amd/display: Add DC link support for FRL

Start bringing in the protocol layer for FRL in DC link.
This includes FRL training, timing validation, and other
protocol bits.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Fangzhi Zuo <Jerry.Zuo@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
14 files changed:
drivers/gpu/drm/amd/display/dc/link/Makefile
drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_hpo_frl.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_hpo_frl.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/link/link_detection.c
drivers/gpu/drm/amd/display/dc/link/link_dpms.c
drivers/gpu/drm/amd/display/dc/link/link_dpms.h
drivers/gpu/drm/amd/display/dc/link/link_factory.c
drivers/gpu/drm/amd/display/dc/link/link_validation.c
drivers/gpu/drm/amd/display/dc/link/link_validation.h
drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.c
drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.h
drivers/gpu/drm/amd/display/dc/link/protocols/link_hdmi_frl.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/link/protocols/link_hdmi_frl.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/link/protocols/link_hpd.c