drm/i915: add Ivybridge clock gating init function
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 11 May 2011 16:42:30 +0000 (09:42 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 May 2011 01:12:53 +0000 (18:12 -0700)
commit28963a3eb5e2ae861995c2f7c15c7de982b3ce0e
tree6cd26a0f5257896d82b2fa88269615d0fc8b485b
parent4593010b68247e6bed746da4e15f66f06e239e28
drm/i915: add Ivybridge clock gating init function

Some of the bits have changed, including one we were setting that enables
a VGA test mode, preventing pipe B from working at all.  So add a new
IVB specific function with the right bits.

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_reg.h
drivers/gpu/drm/i915/intel_display.c