[Intel-gfx] [PATCH 24/71] drm/i915/chv: Add DPLL state readout support

2014-04-09 Thread ville . syrjala
From: Ville Syrjälä Add chv_crtc_clock_get() to read out the DPLL settings. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drive

Re: [Intel-gfx] [PATCH 24/71] drm/i915/chv: Add DPLL state readout support

2014-04-30 Thread Imre Deak
On Wed, 2014-04-09 at 13:28 +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Add chv_crtc_clock_get() to read out the DPLL settings. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/intel_display.c | 34 +- > 1 file changed, 33

Re: [Intel-gfx] [PATCH 24/71] drm/i915/chv: Add DPLL state readout support

2014-05-12 Thread Daniel Vetter
On Wed, Apr 30, 2014 at 04:11:27PM +0300, Imre Deak wrote: > On Wed, 2014-04-09 at 13:28 +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Add chv_crtc_clock_get() to read out the DPLL settings. > > > > Signed-off-by: Ville Syrjälä > > --- > > drivers/gpu/drm/i915/int