From: Ben Widawsky Date: Wed, 18 Sep 2013 04:12:44 +0000 (-0700) Subject: drm/i915: Make l3 remapping use the ring X-Git-Tag: v3.13-rc1~76^2~114^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3787e2eac816a597a7f92daa5d0629a85e77d56;p=pandora-kernel.git drm/i915: Make l3 remapping use the ring Using LRI for setting the remapping registers allows us to stream l3 remapping information. This is necessary to handle per context remaps as we'll see implemented in an upcoming patch. Using the ring also means we don't need to frob the DOP clock gating bits. v2: Add comment about lack of worry for concurrent register access (Daniel) Signed-off-by: Ben Widawsky Reviewed-by: Ville Syrjälä [danvet: Bikeshed the comment a bit by doing a s/XXX/Note - there's nothing to fix.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed