commit | 9fb526db979581841227e1ed4f75a5fbe853db4a | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Mon Sep 26 22:24:57 2011 -0700 |
committer | Keith Packard <keithp@keithp.com> | Wed Sep 28 14:08:38 2011 -0700 |
tree | b4171d88d0d535f178ca33787556246c502f7c90 | |
parent | afffb9dfb62a9eb2a6e467a3875907189e49a2d2 [diff] |
drm/i915: Initialize PCH refclks at modeset init time The reference clock configuration must be done before any mode setting can occur as all outputs must be disabled to change anything. Initialize the clocks after turning everything off during the initialization process. Also, re-initialize the refclk at resume time. Signed-off-by: Keith Packard <keithp@keithp.com>