drm/i915: We implement WaMPhyProgramming on Haswell

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Damien Lespiau 2013-06-07 17:41:10 +01:00 committed by Daniel Vetter
parent f1e8fa56fd
commit 19bc678a60
1 changed files with 4 additions and 1 deletions

View File

@ -5166,7 +5166,10 @@ static void ironlake_init_pch_refclk(struct drm_device *dev)
BUG_ON(val != final);
}
/* Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O. */
/*
* Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O.
* WaMPhyProgramming:hsw
*/
static void lpt_init_pch_refclk(struct drm_device *dev)
{
struct drm_i915_private *dev_priv = dev->dev_private;