]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Disable trickle feed in ironlake_init_clock_gating()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 7 Jun 2013 07:47:03 +0000 (10:47 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Jun 2013 08:38:04 +0000 (10:38 +0200)
commitbdad2b2f31852af4eb450d6a96e38940a0a1fdef
tree5c52c0be28f1893068b8d5cce444be10e8419550
parent20f949670f51341f255b17ec4650fa69ba22cb87
drm/i915: Disable trickle feed in ironlake_init_clock_gating()

We disable trickle feed in all the (relevant) clock gating functions,
except ironlake_init_clock_gating(). Copy paste the same code there as
well.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c