mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-04 20:57:45 -04:00
drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectors
DCE 6 should use the DCE 6 specific link encoder.
This was a copy paste mistake.
Fixes: 0fbe321a93 ("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>
This commit is contained in:
committed by
Alex Deucher
parent
3e2138510b
commit
2de34fbcab
@@ -734,7 +734,7 @@ static struct link_encoder *dce60_link_encoder_create(
|
||||
return NULL;
|
||||
|
||||
if (enc_init_data->connector.id == CONNECTOR_ID_VGA) {
|
||||
dce110_link_encoder_construct(enc110,
|
||||
dce60_link_encoder_construct(enc110,
|
||||
enc_init_data,
|
||||
&link_enc_feature,
|
||||
&link_enc_regs[ENGINE_ID_DACA],
|
||||
|
||||
Reference in New Issue
Block a user