i915: Use struct_mutex to protect ring in GEM mode.
authorEric Anholt <eric@anholt.net>
Mon, 1 Sep 2008 23:45:29 +0000 (16:45 -0700)
committerDave Airlie <airlied@linux.ie>
Fri, 17 Oct 2008 21:10:51 +0000 (07:10 +1000)
In the conversion for GEM, we had stopped using the hardware lock to protect
ring usage, since it was all internal to the DRM now.  However, some paths
weren't converted to using struct_mutex to prevent multiple threads from
concurrently working on the ring, in particular between the vblank swap handler
and ioctls.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found