drm/i915: Only hold a process-local lock whilst throttling.
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 24 Sep 2010 15:02:42 +0000 (16:02 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 24 Sep 2010 20:03:00 +0000 (21:03 +0100)
Avoid cause latencies in other clients by not taking the global struct
mutex and moving the per-client request manipulation a local per-client
mutex. For example, this allows a compositor to schedule a page-flip
(through X) whilst an OpenGL application is monopolising the GPU.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found