From: Ben Skeggs Date: Mon, 28 Feb 2011 04:22:12 +0000 (+1000) Subject: drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo X-Git-Tag: v2.6.38-rc7~5^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db26623257a16c901a4b77bfc5096ee05304932;p=pandora-kernel.git drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo Somehow fixes a misrendering + hang at GDM startup on my NVA8... My first guess would have been stale TLB entries laying around that a new bo then accidentally inherits. That doesn't make a great deal of sense however, as when we mapped the pages for the new bo the TLBs would've gotten flushed anyway. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed