drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo
authorBen Skeggs <bskeggs@redhat.com>
Mon, 28 Feb 2011 04:22:12 +0000 (14:22 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 28 Feb 2011 05:00:16 +0000 (15:00 +1000)
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 <bskeggs@redhat.com>

No differences found