Skip to content

Commit 3eee836

Browse files
Timur Kristófgregkh
authored andcommitted
drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectors
[ Upstream commit 2de34fb ] DCE 6 should use the DCE 6 specific link encoder. This was a copy paste mistake. Fixes: 0fbe321 ("drm/amd/display: Implement DCE analog link encoders (v2)") Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent b2bd557 commit 3eee836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ static struct link_encoder *dce60_link_encoder_create(
734734
return NULL;
735735

736736
if (enc_init_data->connector.id == CONNECTOR_ID_VGA) {
737-
dce110_link_encoder_construct(enc110,
737+
dce60_link_encoder_construct(enc110,
738738
enc_init_data,
739739
&link_enc_feature,
740740
&link_enc_regs[ENGINE_ID_DACA],

0 commit comments

Comments
 (0)