From: Dave Jones Date: Tue, 8 May 2007 07:39:35 +0000 (-0700) Subject: nvidiafb: prevent triggering of softlockup X-Git-Tag: v2.6.22-rc1~386 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15de77e74d429f14641ebe7a29ccd8aa6656f3c;p=pandora-kernel.git nvidiafb: prevent triggering of softlockup If the chip locks up, we get into a long polling loop, where the softlockup detector kicks in. See https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=151878 for an example. [adaplas] Chip lockup can occur at 3 points (flush, sync, and wait). Consolidate and allow the driver to go to safe mode cleanly. Signed-off-by: Dave Jones Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed