From: Ben Skeggs Date: Tue, 5 Oct 2010 06:41:29 +0000 (+1000) Subject: drm/nouveau: disallow fbcon accel if running in interrupt context X-Git-Tag: v2.6.38-rc1~419^2~37^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceed5f30bf0f515b52246230e5faacf89983fd8f;p=pandora-kernel.git drm/nouveau: disallow fbcon accel if running in interrupt context A future commit will add locking to the DRM's channel, and there's numerous problems that come up if we allow printk from an interrupt context to be accelerated. It seems saner to just disallow it completely. As a nice side-effect, all the "to accel or not to accel" logic gets moved out of the chipset-specific code. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed