1. 12 1月, 2011 2 次提交
  2. 20 12月, 2010 1 次提交
  3. 18 12月, 2010 1 次提交
  4. 06 12月, 2010 1 次提交
  5. 25 11月, 2010 1 次提交
  6. 21 11月, 2010 1 次提交
  7. 04 11月, 2010 1 次提交
  8. 21 9月, 2010 1 次提交
  9. 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
  10. 17 9月, 2010 1 次提交
  11. 22 8月, 2010 2 次提交
  12. 02 8月, 2010 1 次提交
  13. 13 4月, 2010 1 次提交
  14. 23 2月, 2010 2 次提交
  15. 07 1月, 2010 1 次提交
  16. 08 12月, 2009 2 次提交
  17. 02 12月, 2009 1 次提交
  18. 13 11月, 2009 1 次提交
  19. 06 11月, 2009 1 次提交
  20. 24 10月, 2009 1 次提交
  21. 16 10月, 2009 1 次提交
  22. 14 10月, 2009 1 次提交
  23. 18 9月, 2009 1 次提交
  24. 05 9月, 2009 1 次提交
    • J
      drm/i915: add dynamic clock frequency control · 652c393a
      Jesse Barnes 提交于
      There are several sources of unnecessary power consumption on Intel
      graphics systems. The first is the LVDS clock. TFTs don't suffer from
      persistence issues like CRTs, and so we can reduce the LVDS refresh rate
      when the screen is idle. It will be automatically upclocked when
      userspace triggers graphical activity. Beyond that, we can enable memory
      self refresh. This allows the memory to go into a lower power state when
      the graphics are idle. Finally, we can drop some clocks on the gpu
      itself. All of these things can be reenabled between frames when GPU
      activity is triggered, and so there should be no user visible graphical
      changes.
      Signed-off-by: NJesse Barnes <jesse.barnes@intel.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      Signed-off-by: NEric Anholt <eric@anholt.net>
      652c393a
  25. 06 8月, 2009 1 次提交
  26. 11 7月, 2009 1 次提交
  27. 19 6月, 2009 1 次提交
  28. 04 6月, 2009 1 次提交
  29. 01 5月, 2009 1 次提交
  30. 11 3月, 2009 1 次提交
  31. 26 11月, 2008 1 次提交
  32. 11 11月, 2008 1 次提交
  33. 18 10月, 2008 4 次提交