drm/nv50-/vm: take mutex rather than irqsave spinlock
authorBen Skeggs <bskeggs@redhat.com>
Mon, 13 May 2013 11:13:15 +0000 (21:13 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 1 Jul 2013 03:44:50 +0000 (13:44 +1000)
These operations can take quite some time, and we really don't want to
have to hold a spinlock for too long.

Now that the lock ordering for vm and the gr/nv84 hw bug workaround has
been reversed, it's possible to use a mutex here.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found