]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: set IDICOS to medium uncore resources
authorBen Widawsky <ben@bwidawsk.net>
Sat, 5 May 2012 01:58:59 +0000 (18:58 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 18 Jun 2012 08:43:53 +0000 (10:43 +0200)
commit208482232de3590cee4757dfabe5d8cee8c6e626
treec90bdf20065fd774e871e2dae29c969015628709
parente158c5aa1776372cd751e2c395300a3a6ff0bc9c
drm/i915: set IDICOS to medium uncore resources

I'm seeing about a 5% FPS improvement across various benchmarks on my
IVB i3. Rumor has it that the higher end parts show even more benefit.

This derives from a patch originally given to me by Bernard. The docs
are  confusing about the definition names (ie. medium really seems like
max), but it would seem it gives more cache to the GT at the expense of
uncore. This configuration makes the split most in favor of the GT. I've
not tried the other IDICOS values.

Cc: "Kilarski, Bernard R" <bernard.r.kilarski@intel.com>
Acked-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c