1. 22 2月, 2011 1 次提交
    • C
      drm/i915: Use a device flag for non-interruptible phases · ce453d81
      Chris Wilson 提交于
      The code paths for modesetting are growing in complexity as we may need
      to move the buffers around in order to fit the scanout in the aperture.
      Therefore we face a choice as to whether to thread the interruptible status
      through the entire pinning and unbinding code paths or to add a flag to
      the device when we may not be interrupted by a signal. This does the
      latter and so fixes a few instances of modesetting failures under stress.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      ce453d81
  2. 16 2月, 2011 1 次提交
  3. 10 2月, 2011 1 次提交
  4. 19 1月, 2011 1 次提交
  5. 12 1月, 2011 1 次提交
  6. 18 12月, 2010 1 次提交
  7. 06 12月, 2010 1 次提交
  8. 30 11月, 2010 1 次提交
  9. 24 11月, 2010 2 次提交
  10. 04 11月, 2010 1 次提交
  11. 22 10月, 2010 1 次提交
  12. 08 10月, 2010 2 次提交
  13. 03 10月, 2010 1 次提交
  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. 15 9月, 2010 2 次提交
  16. 13 9月, 2010 3 次提交
  17. 12 9月, 2010 1 次提交
  18. 11 9月, 2010 1 次提交
  19. 10 9月, 2010 3 次提交
  20. 08 9月, 2010 10 次提交
  21. 07 9月, 2010 1 次提交
  22. 22 8月, 2010 1 次提交
  23. 10 8月, 2010 2 次提交