]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: add a no_hpd link_encoder_funcs variant
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 20 Mar 2026 16:56:20 +0000 (12:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Mar 2026 17:35:28 +0000 (13:35 -0400)
commit68178644c35fca972ed970dc84933281b4913bff
treee8eecf82c03a7effd02910e792e9e32a0aabdd5c
parenta3057aa926ad024e79c6652d891f311d6d0faa5c
drm/amd/display: add a no_hpd link_encoder_funcs variant

For link encoders without HPD (analog or LVDS), add a
link_encoder_funcs structure with no hpd enable callbacks.

The enable and disable hpd callbacks are currently not used
outside of a special case in debugfs which checks if the hpd
is valid before using it, but this will protect us if they
ever are.

Reviewed-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c