1. 13 4月, 2010 1 次提交
  2. 23 2月, 2010 2 次提交
  3. 07 1月, 2010 1 次提交
  4. 08 12月, 2009 2 次提交
  5. 02 12月, 2009 1 次提交
  6. 13 11月, 2009 1 次提交
  7. 06 11月, 2009 1 次提交
  8. 24 10月, 2009 1 次提交
  9. 16 10月, 2009 1 次提交
  10. 14 10月, 2009 1 次提交
  11. 18 9月, 2009 1 次提交
  12. 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
  13. 06 8月, 2009 1 次提交
  14. 11 7月, 2009 1 次提交
  15. 19 6月, 2009 1 次提交
  16. 04 6月, 2009 1 次提交
  17. 01 5月, 2009 1 次提交
  18. 11 3月, 2009 1 次提交
  19. 26 11月, 2008 1 次提交
  20. 11 11月, 2008 1 次提交
  21. 18 10月, 2008 4 次提交
  22. 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
  23. 25 6月, 2008 1 次提交
  24. 07 5月, 2008 3 次提交
  25. 26 4月, 2008 1 次提交
    • J
      drm/vbl rework: rework how the drm deals with vblank. · ac741ab7
      Jesse Barnes 提交于
      Other Authors: Michel Dänzer <michel@tungstengraphics.com>
      mga: Ian Romanick <idr@us.ibm.com>
      via: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
      
      This re-works the DRM internals to provide a better interface for drivers
      to expose vblank on multiple crtcs.
      
      It also includes work done by Michel on making i915 triple buffering and pageflipping work properly.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      ac741ab7
  26. 23 2月, 2008 1 次提交
  27. 20 2月, 2008 5 次提交
  28. 07 2月, 2008 2 次提交