From: Francisco Jerez Date: Sat, 30 Jan 2010 17:28:00 +0000 (+0100) Subject: drm/nouveau: Fixup semaphores on pre-nv50 cards. X-Git-Tag: v2.6.33-rc8~14^2~2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139295b671ff4ccd904f2fa58e9dbc0fe99cc7fe;p=pandora-kernel.git drm/nouveau: Fixup semaphores on pre-nv50 cards. Apparently, they generate a PFIFO interrupt each time one of the semaphore methods is executed if its ctxdma wasn't manually marked as valid. This patch makes it flip the valid bit in response to the DMA_SEMAPHORE method (which triggers the IRQ even for a valid ctxdma). Signed-off-by: Francisco Jerez Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed