]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Tue, 11 Feb 2020 20:09:18 +0000 (15:09 -0500)
commitc134c3cabae46a56ab2e1f5e5fa49405e1758838
tree1cfc6ddf14d0210a7dc0d7a40439ceb3b1ece9c5
parent6c81917a0485ee2a1be0dc23321ac10ecfd9578b
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