mirror of https://gitee.com/openkylin/linux.git
drm/radeon: update DISPCLK programming for DCE8
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
aea6564133
commit
8542c12b4c
|
@ -743,7 +743,7 @@ static void atombios_crtc_set_disp_eng_pll(struct radeon_device *rdev,
|
|||
* SetPixelClock provides the dividers
|
||||
*/
|
||||
args.v6.ulDispEngClkFreq = cpu_to_le32(dispclk);
|
||||
if (ASIC_IS_DCE61(rdev))
|
||||
if (ASIC_IS_DCE61(rdev) || ASIC_IS_DCE8(rdev))
|
||||
args.v6.ucPpll = ATOM_EXT_PLL1;
|
||||
else if (ASIC_IS_DCE6(rdev))
|
||||
args.v6.ucPpll = ATOM_PPLL0;
|
||||
|
|
Loading…
Reference in New Issue