mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 22:53:38 -04:00
drm/amd/display: Add hook for MST root branch info
This allows DM to do any necessary updates before MST discovery starts. Signed-off-by: Nikola Cornij <nikola.cornij@amd.com> Reviewed-by: Nikola Cornij <Nikola.Cornij@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
bf53769d9f
commit
2068afe649
@@ -40,6 +40,14 @@ enum dc_edid_status dm_helpers_parse_edid_caps(
|
||||
const struct dc_edid *edid,
|
||||
struct dc_edid_caps *edid_caps);
|
||||
|
||||
|
||||
/*
|
||||
* Update DP branch info
|
||||
*/
|
||||
void dm_helpers_dp_update_branch_info(
|
||||
struct dc_context *ctx,
|
||||
const struct dc_link *link);
|
||||
|
||||
/*
|
||||
* Writes payload allocation table in immediate downstream device.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user