drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenously
authorBen Skeggs <bskeggs@redhat.com>
Mon, 7 Mar 2011 07:18:04 +0000 (17:18 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 7 Mar 2011 21:03:08 +0000 (07:03 +1000)
The per-vm mutex doesn't prevent this completely, a flush coming from the
BAR VM could potentially happen at the same time as one for the channel
VM.  Not to mention that if/when we get per-client/channel VM, this will
happen far more frequently.

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

No differences found