Re: [Intel-gfx] [PATCH 07/11] drm/i915: Warn if there's a cdclk change in progess

2014-07-07 Thread Daniel Vetter
On Wed, Jun 25, 2014 at 10:34:48PM +0300, Ville Syrjälä wrote: > On Wed, Jun 25, 2014 at 11:55:58AM -0700, Jesse Barnes wrote: > > On Fri, 13 Jun 2014 13:37:53 +0300 > > ville.syrj...@linux.intel.com wrote: > > > > > From: Ville Syrjälä > > > > > > If someone is interested in the current cdclk f

Re: [Intel-gfx] [PATCH 07/11] drm/i915: Warn if there's a cdclk change in progess

2014-06-25 Thread Ville Syrjälä
On Wed, Jun 25, 2014 at 11:55:58AM -0700, Jesse Barnes wrote: > On Fri, 13 Jun 2014 13:37:53 +0300 > ville.syrj...@linux.intel.com wrote: > > > From: Ville Syrjälä > > > > If someone is interested in the current cdclk frquency it should > > be stable and not in process of changing frquency. Warn

Re: [Intel-gfx] [PATCH 07/11] drm/i915: Warn if there's a cdclk change in progess

2014-06-25 Thread Jesse Barnes
On Fri, 13 Jun 2014 13:37:53 +0300 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > If someone is interested in the current cdclk frquency it should > be stable and not in process of changing frquency. Warn if the current > and requested cdclk don't match in .get_display_clock_spee

[Intel-gfx] [PATCH 07/11] drm/i915: Warn if there's a cdclk change in progess

2014-06-13 Thread ville . syrjala
From: Ville Syrjälä If someone is interested in the current cdclk frquency it should be stable and not in process of changing frquency. Warn if the current and requested cdclk don't match in .get_display_clock_spee() on vlv. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c