From: Christian König Date: Wed, 4 Jun 2014 13:29:56 +0000 (+0200) Subject: drm/radeon: stop poisoning the GART TLB X-Git-Tag: v3.2.61~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=191fe265097bcc50471cda5e1a0112216dbd438d;p=pandora-kernel.git drm/radeon: stop poisoning the GART TLB commit 0986c1a55ca64b44ee126a2f719a6e9f28cbe0ed upstream. When we set the valid bit on invalid GART entries they are loaded into the TLB when an adjacent entry is loaded. This poisons the TLB with invalid entries which are sometimes not correctly removed on TLB flush. For stable inclusion the patch probably needs to be modified a bit. Signed-off-by: Christian König Signed-off-by: Alex Deucher [bwh: Backported to 3.2: R600_PTE_GART is not defined and we list all the flags indvidually] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed