drm/i915: Initialize PCH refclks at modeset init time
authorKeith Packard <keithp@keithp.com>
Tue, 27 Sep 2011 05:24:57 +0000 (22:24 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 28 Sep 2011 21:08:38 +0000 (14:08 -0700)
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>

No differences found