[Intel-gfx] [PATCH 0/5] Enabling DRRS in the kernel

Vandana Kannan vandana.kannan at intel.com
Fri Dec 20 11:10:53 CET 2013


Dynamic Refresh Rate Switching (DRRS) is a power conservation feature which     
enabled swtiching between low and high refresh rates based on the usage         
scenario. This feature is applciable for internal eDP panel. Indication that    
the panel supports DRRS is given by the panel EDID, which would list multiple   
refresh rates for one resolution.                                               
The patch series supports idleness detection in display i915 driver and         
switch to low refresh rate.                                                     
                                                                                
Based on review comments, the functions for idleness detection have been        
restructured.

Pradeep Bhat (3):
  [Intel-gfx] drm/i915: Adding VBT fields to support eDP DRRS feature
  [Intel-gfx] drm/i915: Parse EDID probed modes for DRRS support
  [Intel-gfx] drm/i915: Add support for DRRS to switch RR

Vandana Kannan (2):
  [Intel-gfx] drm/i915: Idleness detection for DRRS
  [Intel-gfx] drm/i915/bdw: Add support for DRRS to switch RR

 drivers/gpu/drm/i915/i915_drv.h      |   25 +++++
 drivers/gpu/drm/i915/i915_reg.h      |    1 +
 drivers/gpu/drm/i915/intel_bios.c    |   23 +++++
 drivers/gpu/drm/i915/intel_bios.h    |   29 ++++++
 drivers/gpu/drm/i915/intel_display.c |   14 +++
 drivers/gpu/drm/i915/intel_dp.c      |  179 ++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_drv.h     |   40 +++++++-
 drivers/gpu/drm/i915/intel_pm.c      |  122 +++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_sprite.c  |    2 +
 9 files changed, 434 insertions(+), 1 deletion(-)

-- 
1.7.9.5




More information about the Intel-gfx mailing list