]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: enable rc6 on ilk again
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 8 Aug 2012 21:35:40 +0000 (23:35 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 9 Aug 2012 20:35:48 +0000 (22:35 +0200)
commit4812b72306426598b1987441b399c84efe59cec1
tree6d2b597dc270640d7f2159409b067db79c6de60b
parent187fc9b0d31925056c114e38d1462d89b9d20550
drm/i915: enable rc6 on ilk again

I have the faint hope that the total absence of any locking for the
rps code wasn't too good an idea and could very well have caused some
rc6 related regressions.

Unfortunately we've never managed to reproduce these issues on any of
our own machines, so the only way to go about this is to enable it and
see what happens.

While at it, kill some stale comments and improve the logging.

Acked-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c