[Intel-gfx] [PATCH 0/6] v6: Enabling DRRS in the kernel

Vandana Kannan vandana.kannan at intel.com
Fri Mar 7 06:17:52 CET 2014


Dynamic Refresh Rate Switching (DRRS) is a power conservation feature which     
enables 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. DRRS idleness time has been modified to be a kernel module param.

Added support for VLV.

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 (3):
  [Intel-gfx] drm/i915: Idleness detection for DRRS
  [Intel-gfx] drm/i915/bdw: Add support for DRRS to switch RR
  [Intel-gfx] drm/i915: Support for RR switching on VLV

 drivers/gpu/drm/i915/i915_drv.h      |   25 +++++
 drivers/gpu/drm/i915/i915_params.c   |    8 ++
 drivers/gpu/drm/i915/i915_reg.h      |    2 +
 drivers/gpu/drm/i915/intel_bios.c    |   29 +++++
 drivers/gpu/drm/i915/intel_bios.h    |   29 +++++
 drivers/gpu/drm/i915/intel_display.c |   18 ++-
 drivers/gpu/drm/i915/intel_dp.c      |  203 +++++++++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_drv.h     |   33 +++++-
 drivers/gpu/drm/i915/intel_pm.c      |  138 +++++++++++++++++++++++
 9 files changed, 481 insertions(+), 4 deletions(-)

-- 
1.7.9.5




More information about the Intel-gfx mailing list