drm/radeon: fix pll setup for hdmi deep color (v7)
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Apr 2014 02:09:19 +0000 (22:09 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Jun 2014 22:37:32 +0000 (18:37 -0400)
commitf71d9ebd92437faf8dd1ada32ab5ddac4c6e5e67
tree2a5e88b71832121303720fcd1bbf845bd036eec0
parent79766915d91f0dc20ae44484ec0febb0281caa2a
drm/radeon: fix pll setup for hdmi deep color (v7)

Need to adjust the pll up for deep color modes.
Additionally, the atom bpc defines were wrong in certain
cases.

v2: set the adjusted clock to the pll clock for hdmi deep
color.  This fixes display and audio issues with deep color
as reported by Andy Furniss <adf.lists@gmail.com>

v3: set crtc_clock as well

v4: setcrtcinfo on the adjusted mode

v5: just use the adjusted clock for setting the pll

v6: only use the adjusted clock for hdmi

v7: only DCE5 and DCE6 and bpc > 8

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/atombios_crtc.c