1. 22 10月, 2010 2 次提交
  2. 19 10月, 2010 1 次提交
  3. 08 10月, 2010 4 次提交
  4. 01 10月, 2010 1 次提交
  5. 25 9月, 2010 2 次提交
  6. 21 9月, 2010 5 次提交
  7. 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
  8. 12 9月, 2010 1 次提交
  9. 11 9月, 2010 3 次提交
  10. 10 9月, 2010 1 次提交
  11. 08 9月, 2010 3 次提交
  12. 07 9月, 2010 1 次提交
  13. 22 8月, 2010 1 次提交
  14. 10 8月, 2010 3 次提交
  15. 02 8月, 2010 6 次提交
  16. 27 7月, 2010 1 次提交
  17. 20 7月, 2010 1 次提交
  18. 02 7月, 2010 1 次提交
    • A
      drm/i915: Fix CRT hotplug regression in 2.6.35-rc1 · 2d1c9752
      Andy Lutomirski 提交于
      Commit 7a772c49 has two bugs which
      made the hotplug problems on my laptop worse instead of better.
      
      First, it did not, in fact, disable the CRT plug interrupt -- it
      disabled all the other hotplug interrupts.  It seems rather doubtful
      that that bit of the patch fixed anything, so let's just remove it.
      (If you want to add it back, you probably meant ~CRT_HOTPLUG_INT_EN.)
      
      Second, on at least my GM45, setting CRT_HOTPLUG_ACTIVATION_PERIOD_64
      and CRT_HOTPLUG_VOLTAGE_COMPARE_50 (when they were previously unset)
      causes a hotplug interrupt about three seconds later.  The old code
      never restored PORT_HOTPLUG_EN so this could only happen once, but
      they new code restores those registers.  So just set those bits when
      we set up the interrupt in the first place.
      Signed-off-by: NAndy Lutomirski <luto@mit.edu>
      Signed-off-by: NEric Anholt <eric@anholt.net>
      2d1c9752
  19. 19 6月, 2010 1 次提交
  20. 29 5月, 2010 1 次提交