Re: [Intel-gfx] [PATCH 2/2] drm/i915: fix pnv display core clock readout out

2013-07-26 Thread Daniel Vetter
On Fri, Jul 26, 2013 at 11:18:21AM +0300, Jani Nikula wrote: > On Fri, 26 Jul 2013, Daniel Vetter wrote: > > We need the correct clock to accurately assess whether we need to > > enable the double wide pipe mode or not. > > > > Cc: Chris Wilson > > Cc: Stéphane Marchesin > > Cc: Stuart Abercromb

Re: [Intel-gfx] [PATCH 2/2] drm/i915: fix pnv display core clock readout out

2013-07-26 Thread Jani Nikula
On Fri, 26 Jul 2013, Daniel Vetter wrote: > We need the correct clock to accurately assess whether we need to > enable the double wide pipe mode or not. > > Cc: Chris Wilson > Cc: Stéphane Marchesin > Cc: Stuart Abercrombie > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/i915/i915_reg.

Re: [Intel-gfx] [PATCH 2/2] drm/i915: fix pnv display core clock readout out

2013-07-26 Thread Chris Wilson
On Fri, Jul 26, 2013 at 08:35:42AM +0200, Daniel Vetter wrote: > We need the correct clock to accurately assess whether we need to > enable the double wide pipe mode or not. > > Cc: Chris Wilson > Cc: Stéphane Marchesin > Cc: Stuart Abercrombie > Signed-off-by: Daniel Vetter I have not found

[Intel-gfx] [PATCH 2/2] drm/i915: fix pnv display core clock readout out

2013-07-25 Thread Daniel Vetter
We need the correct clock to accurately assess whether we need to enable the double wide pipe mode or not. Cc: Chris Wilson Cc: Stéphane Marchesin Cc: Stuart Abercrombie Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_reg.h | 6 ++ drivers/gpu/drm/i915/intel_display.c | 2