]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: By default, enable RC6 on IVB and SNB when reasonable
authorKeith Packard <keithp@keithp.com>
Thu, 17 Nov 2011 06:24:52 +0000 (22:24 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 16 Dec 2011 16:49:58 +0000 (08:49 -0800)
commitc0f372b3746d4ede07b2ace2beabd38d9c045b25
tree29e75552f01fa3d120b8cae0f1fe0810e869d12a
parent8bc1f85c02a20a59956b00b3acea12c04dce9ae8
drm/i915: By default, enable RC6 on IVB and SNB when reasonable

RC6 should always work on IVB, and should work on SNB whenever IO
remapping is disabled. RC6 never works on Ironlake. Make the default
value for the parameter follow these guidelines. Setting the value
to either 0 or 1 will force the specified behavior.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=38567
Cc: Ted Phelps <phelps@gnusto.com>
Cc: Peter <pab1612@gmail.com>
Cc: Lukas Hejtmanek <xhejtman@fi.muni.cz>
Cc: Andrew Lutomirski <luto@mit.edu>
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c