drm/amd/display: Fix USBC link creation
[Description] Add USBC connector ID to align with new VBIOS parsing. Add seperate DCN321 link encoder due to different PHY version affecting DP ALT related registers. Signed-off-by: Dillon Varone <dillon.varone@amd.com> Acked-by: Jerry Zuo <jerry.zuo@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
543036a2de
commit
e42ce1366a
@ -200,6 +200,8 @@ struct link_encoder_funcs {
|
||||
struct link_encoder *enc,
|
||||
enum encoder_type_select sel,
|
||||
uint32_t hpo_inst);
|
||||
void (*set_dig_output_mode)(
|
||||
struct link_encoder *enc, uint8_t pix_per_container);
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user