drm/i915: split clock gating init into per-chipset functions
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 28 Apr 2011 22:04:31 +0000 (15:04 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 May 2011 01:12:50 +0000 (18:12 -0700)
commit6067aaeadb5b3df26f27ac827256b1ef01e674f5
treebbc2fd9a7009e43beaa17f3fcab6e2cfe85339d6
parent90711d50d0bc3dde0c2bd214abda8cdaf62f7b2e
drm/i915: split clock gating init into per-chipset functions

This helps contain the mess to init_display() instead.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_suspend.c
drivers/gpu/drm/i915/intel_display.c