From 2a073f89435771409a21930b78f182d8cb5c5941 Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Fri, 27 Mar 2015 13:07:33 +0200 Subject: [PATCH] drm/i915/bxt: map GTT as uncached MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit On Broxton per specification the GTT has to be mapped as uncached. This was caught by the PTE write readback warning, which showed a corrupted PTE value with using the current write-combine mapping. v2: - add comment explaining how the problem with WC mapping manifests (Daniel) Signed-off-by: Imre Deak Reviewed-by: Antti Koskipää Signed-off-by: Daniel Vetter --- Reading git-format-patch failed