]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: fix regression after clock gating init split
authorJason Stubbs <jasonbstubbs@gmail.com>
Sat, 28 May 2011 04:26:48 +0000 (14:26 +1000)
committerKeith Packard <keithp@keithp.com>
Sat, 4 Jun 2011 17:40:26 +0000 (10:40 -0700)
commit365de94792a9b935afc13e436abc71ea0992306d
tree519b926ed5e8eba71be72d5ac8947a65b1873f7e
parent69d3288d50037f950024ea803f248c84e2c6c700
drm/i915: fix regression after clock gating init split

During the refactoring in revision 26e39f45e662ca302ad72024f54f6ecf5652f215,
the intel_enable_clock_gating was split up into several functions that are
then called indirectly. However, which function to call was not specified for
the IS_PINEVIEW() case. This patch specifies the correct gating function.

Signed-off-by: Jason Stubbs <jasonbstubbs@gmail.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c