drm/nouveau: protect channel create/destroy and irq handler with a spinlock
authorMaarten Maathuis <madman2003@gmail.com>
Mon, 1 Feb 2010 19:58:27 +0000 (20:58 +0100)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 25 Feb 2010 05:07:53 +0000 (15:07 +1000)
The nv50 pgraph handler (for example) could reenable pgraph fifo access
and that would be bad when pgraph context is being unloaded (we need the
guarantee a ctxprog isn't running).

Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found