drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 29 Jun 2011 20:34:36 +0000 (13:34 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Jun 2011 20:47:29 +0000 (13:47 -0700)
commit1c70c0cebd1295a42fec75045b8a6b4419cedef3
tree4d647dcde647e0852736aa356ca4f4fc13a0085a
parent8eb2c0ee67f4853c0e433394f65ef8143a748c80
drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3

They use the same register interfaces, so we can simply enable the
existing code on IVB.

v2:
  - resolve conflict with ring freq scaling, we can enable it too
v3:
  - resolve conflict again, this time on drm-intel-next

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