OSDN Git Service

drm/amd/display: Add initialitions for PLL2 clock source
authorIsabel Zhang <isabel.zhang@amd.com>
Mon, 27 Jan 2020 15:57:16 +0000 (10:57 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Feb 2020 20:04:38 +0000 (15:04 -0500)
commit15add0c2fed34adf02c8eccb399482b6e7b369bf
tree94433867555900c7675489899f2f20e77d37c594
parent85e148fb963d27152a14e6d399a47aed9bc99c15
drm/amd/display: Add initialitions for PLL2 clock source

[Why]
Starting from 14nm, the PLL is built into the PHY and the PLL is mapped
to PHY on 1 to 1 basis. In the code, the DP port is mapped to a PLL that was not
initialized. This causes DP to HDMI dongle to not light up the display.

[How]
Initializations added for PLL2 when creating resources.

Signed-off-by: Isabel Zhang <isabel.zhang@amd.com>
Reviewed-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c