drm/i915: Warn if there's a cdclk change in progess
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 13 Jun 2014 10:37:53 +0000 (13:37 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 7 Jul 2014 09:25:47 +0000 (11:25 +0200)
commit7d007f40596670c8fddfae583952b091b02cf0eb
treeaa48d4ac5da986251bb74a0eddc4db7f4154b8aa
parenta877e8015c0d8f308fee925ee72dc6451de616ce
drm/i915: Warn if there's a cdclk change in progess

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ä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c