drm/i915: Use a single thread workqueue
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 14 Oct 2009 12:40:04 +0000 (13:40 +0100)
committerEric Anholt <eric@anholt.net>
Thu, 5 Nov 2009 22:47:12 +0000 (14:47 -0800)
commitaed5f1dc264e2bc87e8656dd6945e4b1e72ebdbc
tree25696ea87a362314555c04d5a3ac56a28da84bf0
parentd0c3b04ae953fd3bf69f9b1430c22608d2d3b90d
drm/i915: Use a single thread workqueue

Our work is serialised so allocating per-cpu workqueues is overkill and
a waste of resources.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_dma.c