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): drm/i915: Adding VBT fields to support eDP DRRS feature drm/i915: Parse EDID probed modes for DRRS support drm/i915: Add support for DRRS to switch RR Vandana Kannan (3): drm/i915: Idleness detection for DRRS drm/i915/bdw: Add support for DRRS to switch RR 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 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx