From: Ben Skeggs Date: Thu, 3 Feb 2011 10:10:49 +0000 (+1000) Subject: drm/nouveau: make vbios parser runnable from an atomic context X-Git-Tag: v2.6.39-rc1~458^2~20^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ca4d1b6b529dac9de9ff3f951689f2e4365cc2;p=pandora-kernel.git drm/nouveau: make vbios parser runnable from an atomic context The nv50 display isr bh needs to be converted to a tasklet, which means we can't sleep anymore. The places we execute vbios init tables are rare, and not in any way performance critical, so this isn't a huge problem. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed