From: Chris Wilson Date: Thu, 8 Aug 2013 13:41:06 +0000 (+0100) Subject: drm/i915: Allow the GPU to cache stolen memory X-Git-Tag: v3.12-rc1~136^2~14^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46f1c3f1372e3a72fab97c60480aa4a1084387f;p=pandora-kernel.git drm/i915: Allow the GPU to cache stolen memory As a corollary to reviewing the interaction between LLC and our cache domains, the GPU PTE bits are independent of the CPU PAT bits. As such we can set the cache level on stolen memory based on how we wish the GPU to cache accesses to it. So we are free to set the same default cache levels as for normal bo, i.e. enable LLC cacheing by default where appropriate. Signed-off-by: Chris Wilson Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed