commit | c7ca4d1b6b529dac9de9ff3f951689f2e4365cc2 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Thu Feb 03 20:10:49 2011 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Feb 25 06:44:56 2011 +1000 |
tree | ffd03ef34616457984ae2fd11d56b8e93f55143e | |
parent | 8348f36d89d1c9630580932931aca51b6069097a [diff] |
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>