]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite56c0454b934b638e342af831e5dd4fdef95ecf3
tree6cd26a0f5257896d82b2fa88269615d0fc8b485b
parenta67303ab3b053c52ef00ca31b83d56c8b9e6f0e1
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