From: Francisco Jerez Date: Thu, 18 Nov 2010 22:57:46 +0000 (+0100) Subject: drm/nouveau: Synchronize with the user channel before GPU object destruction. X-Git-Tag: v2.6.38-rc1~419^2~37^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dccd311dd4b104b3bc53cb67aef414141d11c9f;p=pandora-kernel.git drm/nouveau: Synchronize with the user channel before GPU object destruction. There have been reports of PFIFO cache errors during context take down (fdo bug 31637). They are caused by some GPU objects being taken out while the channel is still potentially processing commands. Make sure that all the previous rendering has landed before releasing a GPU object. Reported-by: Grzesiek Sójka Reported-by: Patrice Mandin Signed-off-by: Francisco Jerez Acked-by: Ben Skeggs Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed