1. 15 9月, 2010 5 次提交
  2. 14 9月, 2010 6 次提交
  3. 13 9月, 2010 6 次提交
  4. 12 9月, 2010 7 次提交
  5. 11 9月, 2010 15 次提交
  6. 10 9月, 2010 1 次提交
    • C
      drm/i915: Adapt workqueue to new alloc_workqueue interface · e642abbf
      Chris Wilson 提交于
      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: NChris Wilson <chris@chris-wilson.co.uk>
      e642abbf