]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Don't call find_analog_engine() twice
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 2 Feb 2026 11:25:03 +0000 (12:25 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Feb 2026 17:16:12 +0000 (12:16 -0500)
commit613b1737abe1bd0a65b49851e777231302095e28
tree6bc2adcc01b68044456765394f8ee9900c89793c
parentaa25c111a782e711d9eaad0adc3d5e086d175a29
drm/amd/display: Don't call find_analog_engine() twice

The analog engine is already there in the link_analog_engine
variable and assigned to enc_init_data.analog_engine already.

I suspect this was a rebase mistake.

Fixes: 436d0d22aa70 ("drm/amd/display: Pass proper DAC encoder ID to VBIOS")
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Tested-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_factory.c