On 11/18/2011 10:41 PM, Keith Packard wrote:
RC6 should always work on IVB, and should work on SNB whenever IO remapping is disabled. Make the default value for the parameter turn it on in these cases. Setting the value to either 0 or 1 will force the specified behavior.
Signed-off-by: Keith Packard keithp@keithp.com
drivers/gpu/drm/i915/i915_drv.c | 4 ++-- drivers/gpu/drm/i915/i915_drv.h | 2 +- drivers/gpu/drm/i915/intel_display.c | 26 +++++++++++++++++++++++--- 3 files changed, 26 insertions(+), 6 deletions(-)
Reviewed-by: Kenneth Graunke kenneth@whitecape.org