1. 28 10月, 2010 4 次提交
  2. 27 10月, 2010 1 次提交
  3. 22 10月, 2010 2 次提交
  4. 20 10月, 2010 1 次提交
  5. 19 10月, 2010 3 次提交
  6. 08 10月, 2010 2 次提交
  7. 07 10月, 2010 1 次提交
  8. 04 10月, 2010 1 次提交
  9. 28 9月, 2010 1 次提交
  10. 27 9月, 2010 1 次提交
  11. 26 9月, 2010 1 次提交
  12. 25 9月, 2010 2 次提交
  13. 21 9月, 2010 3 次提交
  14. 18 9月, 2010 1 次提交
    • C
      drm/i915: use GMBUS to manage i2c links · f899fc64
      Chris Wilson 提交于
      Use the GMBUS interface rather than direct bit banging to grab the EDID
      over DDC (and for other forms of auxiliary communication with external
      display controllers). The hope is that this method will be much faster
      and more reliable than bit banging for fetching EDIDs from buggy monitors
      or through switches, though we still preserve the bit banging as a
      fallback in case GMBUS fails.
      
      Based on an original patch by Jesse Barnes.
      
      Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      f899fc64
  15. 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
  16. 09 9月, 2010 3 次提交
  17. 08 9月, 2010 10 次提交
  18. 07 9月, 2010 2 次提交