mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Add support for USB4 on C20 PHY for DCN3.1
[Why] Created new fields that matches new B0 structs On DCN31 the mapping of DIO output to PHY differs from A0 to B0 boards with new PHY C20 & this new mapping needed to be handled. [How] Mapped new structure based on new structs Added logic for mapping over A0 and B0 boards Hooked all new structs together. Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com> Acked-by: Agustin Gutierrez <agustin.gutierrez@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Ahmad Othman <Ahmad.Othman@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
e5dfcd2727
commit
ffd89aa968
@@ -249,6 +249,8 @@ struct mod_hdcp_link {
|
||||
uint8_t ddc_line;
|
||||
uint8_t link_enc_idx;
|
||||
uint8_t phy_idx;
|
||||
uint8_t dio_output_type;
|
||||
uint8_t dio_output_id;
|
||||
uint8_t hdcp_supported_informational;
|
||||
union {
|
||||
struct mod_hdcp_displayport dp;
|
||||
|
||||
Reference in New Issue
Block a user