]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/dc: Add link output control for DPIA
authorLincheng Ku <Lincheng.Ku@amd.com>
Tue, 17 Mar 2026 19:58:35 +0000 (03:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 18:55:35 +0000 (14:55 -0400)
commit096bff6706eb105954bb45f8e8f3e37f05d10d0e
tree9030d4b60d885debef3724f87c6f749a735108e3
parent5efcf63aa63809b96b6d3230f1151b07e7f5120e
drm/amd/dc: Add link output control for DPIA

[Why]
To support specific sequencing requirements for DPIA link output

[How]
Implement the dpia_link_hwss structure and define the necessary
control function pointers. The initialization order is
aligned with the core link_hwss definition to ensure consistency

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Lincheng Ku <LinCheng.Ku@amd.com>
Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dpia.c