From: Chris Wilson Date: Thu, 9 Sep 2010 11:46:34 +0000 (+0100) Subject: drm/i915: Adapt workqueue to new alloc_workqueue interface X-Git-Tag: v2.6.37-rc1~92^2~28^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e642abbf303741b245375b2e3f8f00e900d462dc;p=pandora-kernel.git drm/i915: Adapt workqueue to new alloc_workqueue interface create_singlethreaded_workqueue() is being phased out for a new concurrency managed task infrastructure. Adapt our workqueue constructor to explicitly create a domain that only allows the execution of a single task at any time. All the tasks are expected to require the dev->struct_mutex, so would block concurrency of other tasks if we allow more than a single i915 task to be run at once. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed