This rebases the intel_pm module patches on top of the drm-intel-next-queued (on top of 2 patches Daniel has queued already), fixes one very long comment in the 1st patch, adds the R-b when appropriate and takes care of new gen7_setup_fixed_func_scheduler function as well that landed in the tree after I've sent my original patches. Eugeni Dodonov (5): drm/i915: fix line breaks in intel_pm drm/i915: move drps, rps and rc6-related functions to intel_pm drm/i915: move emon functionality into intel_pm module drm/i915: move clock gating functionality into intel_pm module drm/i915: add generic power management initialization drivers/gpu/drm/i915/intel_display.c | 1079 +-------------------------------- drivers/gpu/drm/i915/intel_drv.h | 34 +- drivers/gpu/drm/i915/intel_pm.c | 1087 +++++++++++++++++++++++++++++++++- 3 files changed, 1091 insertions(+), 1109 deletions(-) -- 1.7.10