OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Nov 2011 22:31:20 +0000 (14:31 -0800)
commit987ccebc15b3f1256dbcdfbb81ad542d1e2ad6a8
tree8698201286d0a4f38a0323dfec5f70865b8ff6b3
parentefd5ea63c5632e2365373458e013e2d4d0fc73ac
drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3

commit 1c70c0cebd1295a42fec75045b8a6b4419cedef3 upstream.

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>
Signed-off-by: Robert Hooker <robert.hooker@canonical.com>
Acked-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/intel_display.c