Commit 4ed4e51b authored by Mikita Lipski's avatar Mikita Lipski Committed by Alex Deucher

drm/amd/display: Add a clock source to a sharing pipe

Fix to allow DVI displays to share the same clock source
Signed-off-by: default avatarMikita Lipski <mikita.lipski@amd.com>
Reviewed-by: default avatarRoman Li <Roman.Li@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f36cc577
......@@ -2536,7 +2536,7 @@ enum dc_status resource_map_clock_resources(
pipe_ctx->clock_source = NULL;
if (!dc->config.disable_disp_pll_sharing)
resource_find_used_clk_src_for_sharing(
pipe_ctx->clock_source = resource_find_used_clk_src_for_sharing(
&context->res_ctx,
pipe_ctx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment