drm/nouveau: make vbios parser runnable from an atomic context
authorBen Skeggs <bskeggs@redhat.com>
Thu, 3 Feb 2011 10:10:49 +0000 (20:10 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 24 Feb 2011 20:44:56 +0000 (06:44 +1000)
commitc7ca4d1b6b529dac9de9ff3f951689f2e4365cc2
treeffd03ef34616457984ae2fd11d56b8e93f55143e
parent8348f36d89d1c9630580932931aca51b6069097a
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 <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c
drivers/gpu/drm/nouveau/nouveau_bios.h