Skip to content
Snippets Groups Projects
Commit c7ca4d1b authored by Ben Skeggs's avatar Ben Skeggs
Browse files

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: default avatarBen Skeggs <bskeggs@redhat.com>
parent 8348f36d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment