]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Remove unused link_enc_cfg_get_link_enc_used_by_stream
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 2 Feb 2025 21:58:56 +0000 (21:58 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:03:03 +0000 (21:03 -0500)
commitb0fce908cf5db7d624c83f81050211e158febabd
tree8190fdc90a0e2cf2ce36157f9efe05139ea72ec8
parent6d4e03d0b1ba9cfc75a600519a15f41c2e7e5a6d
drm/amd/display: Remove unused link_enc_cfg_get_link_enc_used_by_stream

link_enc_cfg_get_link_enc_used_by_stream() is no longer used after
2021's:
commit 6366b00346c0 ("drm/amd/display: Maintain consistent mode of
operation during encoder assignment")
which introduces and uses the _current version instead.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_enc_cfg.c
drivers/gpu/drm/amd/display/dc/inc/link_enc_cfg.h