1. 16 2月, 2011 1 次提交
  2. 08 2月, 2011 1 次提交
  3. 06 2月, 2011 1 次提交
  4. 19 1月, 2011 2 次提交
  5. 15 1月, 2011 1 次提交
  6. 12 1月, 2011 2 次提交
  7. 06 12月, 2010 1 次提交
  8. 05 12月, 2010 2 次提交
  9. 01 12月, 2010 1 次提交
  10. 30 11月, 2010 1 次提交
  11. 09 11月, 2010 1 次提交
  12. 28 9月, 2010 1 次提交
  13. 24 9月, 2010 4 次提交
  14. 21 9月, 2010 3 次提交
  15. 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
  16. 15 9月, 2010 1 次提交
  17. 14 9月, 2010 1 次提交
  18. 13 9月, 2010 4 次提交
  19. 12 9月, 2010 2 次提交
  20. 10 9月, 2010 3 次提交
  21. 09 9月, 2010 1 次提交
  22. 08 9月, 2010 4 次提交
  23. 10 8月, 2010 1 次提交
    • C
      drm/i915: Ensure that while(INREG()) are bounded (v2) · 913d8d11
      Chris Wilson 提交于
      Add a new macro, wait_for, to simplify the act of waiting on a register
      to change state. wait_for() takes three arguments, the condition to
      inspect on every loop, the maximum amount of time to wait and whether to
      yield the cpu for a length of time after each check.
      
      v2: Upgrade failure messages to DRM_ERROR on the suggestion of
      Eric Anholt. We do not expect to hit these conditions as they reflect
      programming errors, so if we do we want to be notified.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: NEric Anholt <eric@anholt.net>
      913d8d11