From: Ville Syrjälä Date: Fri, 4 Apr 2014 13:36:10 +0000 (+0300) Subject: drm/i915: Make contexts non-snooped on non-LLC platforms X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2ac08bf34b54c99026ebe50ea275b08b5b8ca2;p=pandora-kernel.git drm/i915: Make contexts non-snooped on non-LLC platforms We don't do CPU access to GPU contexts so making the GPU access snoop the CPU caches seems silly, and potentially expensive. v2: Use !IS_VALLEYVIEW instead of HAS_LLC as this is really about what the PTEs can represent. Add a comment clarifying the situation. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed