1. 06 12月, 2010 1 次提交
  2. 25 11月, 2010 1 次提交
  3. 21 11月, 2010 1 次提交
  4. 04 11月, 2010 1 次提交
  5. 21 9月, 2010 1 次提交
  6. 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
  7. 17 9月, 2010 1 次提交
  8. 22 8月, 2010 2 次提交
  9. 02 8月, 2010 1 次提交
  10. 13 4月, 2010 1 次提交
  11. 23 2月, 2010 2 次提交
  12. 07 1月, 2010 1 次提交
  13. 08 12月, 2009 2 次提交
  14. 02 12月, 2009 1 次提交
  15. 13 11月, 2009 1 次提交
  16. 06 11月, 2009 1 次提交
  17. 24 10月, 2009 1 次提交
  18. 16 10月, 2009 1 次提交
  19. 14 10月, 2009 1 次提交
  20. 18 9月, 2009 1 次提交
  21. 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
  22. 06 8月, 2009 1 次提交
  23. 11 7月, 2009 1 次提交
  24. 19 6月, 2009 1 次提交
  25. 04 6月, 2009 1 次提交
  26. 01 5月, 2009 1 次提交
  27. 11 3月, 2009 1 次提交
  28. 26 11月, 2008 1 次提交
  29. 11 11月, 2008 1 次提交
  30. 18 10月, 2008 4 次提交
  31. 14 7月, 2008 1 次提交
    • D
      drm: reorganise drm tree to be more future proof. · c0e09200
      Dave Airlie 提交于
      With the coming of kernel based modesetting and the memory manager stuff,
      the everything in one directory approach was getting very ugly and
      starting to be unmanageable.
      
      This restructures the drm along the lines of other kernel components.
      
      It creates a drivers/gpu/drm directory and moves the hw drivers into
      subdirectores. It moves the includes into an include/drm, and
      sets up the unifdef for the userspace headers we should be exporting.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      c0e09200
  32. 25 6月, 2008 1 次提交
  33. 07 5月, 2008 2 次提交