[Intel-gfx] [PATCH 0/6] v7: Enabling DRRS in the kernel
Vandana Kannan
vandana.kannan at intel.com
Fri Mar 28 05:44:56 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.
v6: Added support for VLV.
v7: Patches rebased, review comments incorporated
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 | 24 +++++
drivers/gpu/drm/i915/i915_params.c | 8 ++
drivers/gpu/drm/i915/i915_reg.h | 2 +
drivers/gpu/drm/i915/intel_bios.c | 34 +++++-
drivers/gpu/drm/i915/intel_bios.h | 29 +++++
drivers/gpu/drm/i915/intel_display.c | 18 +++-
drivers/gpu/drm/i915/intel_dp.c | 198 +++++++++++++++++++++++++++++++++-
drivers/gpu/drm/i915/intel_drv.h | 29 ++++-
drivers/gpu/drm/i915/intel_pm.c | 138 ++++++++++++++++++++++++
9 files changed, 475 insertions(+), 5 deletions(-)
--
1.7.9.5
More information about the Intel-gfx
mailing list