drm/nouveau: drop drm_global_mutex before sleeping in submission path
authorBen Skeggs <bskeggs@redhat.com>
Thu, 26 Aug 2010 05:02:32 +0000 (15:02 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 26 Aug 2010 22:39:23 +0000 (08:39 +1000)
If we keep hold of the mutex here, the process which currently holds the
buffer object will never be able to release it, causing a deadlock.

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

No differences found