]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Allocate LLC ringbuffers from stolen
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Aug 2013 13:41:07 +0000 (14:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 10 Aug 2013 09:24:41 +0000 (11:24 +0200)
commit5456fe3882812aba251886e36fe55bfefb8e8829
treecefc252b47d2b43ba8ea588786f23187ef74a2d3
parentd46f1c3f1372e3a72fab97c60480aa4a1084387f
drm/i915: Allocate LLC ringbuffers from stolen

As stolen objects now behave identically (wrt to default LLC cacheing)
as their normal system counterparts, we no longer have to differentiate
our usage for ringbuffers. So allocate them from stolen on SNB+ as well.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ringbuffer.c