[Intel-gfx] [PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time

2011-10-03 Thread Jesse Barnes
On Tue, 27 Sep 2011 11:11:57 -0700 Keith Packard wrote: > On Tue, 27 Sep 2011 17:56:39 +0100, Chris Wilson chris-wilson.co.uk> wrote: > > > Ah, now I see why we moved from using the active configuration earlier. ;-) > > My evil plan is revealed! > > > Doesn't this prevent us from ever using

[PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time

2011-09-28 Thread Keith Packard
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

[PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time

2011-09-28 Thread Keith Packard
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

[PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time

2011-09-27 Thread Chris Wilson
On Mon, 26 Sep 2011 23:11:46 -0700, Keith Packard wrote: > 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. Ah, now I

[PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time

2011-09-27 Thread Keith Packard
On Tue, 27 Sep 2011 17:56:39 +0100, Chris Wilson wrote: > Ah, now I see why we moved from using the active configuration earlier. ;-) My evil plan is revealed! > Doesn't this prevent us from ever using SSC though, as virtually every > single PCH machine has HDMI encoders that haven't been

[PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time

2011-09-27 Thread Keith Packard
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. Signed-off-by: Keith Packard --- drivers/gpu/drm/i915/intel_display.c | 10

[PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time

2011-09-27 Thread Keith Packard
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. Signed-off-by: Keith Packard kei...@keithp.com ---

Re: [PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time

2011-09-27 Thread Chris Wilson
On Mon, 26 Sep 2011 23:11:46 -0700, Keith Packard kei...@keithp.com wrote: 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.