Separate the display PM from the PCI-level runtime PM. I'll follow this up with v2 of the rpm encapsulation series [1], but I'd like to get this in before that to avoid having to carry this big dumb diff in that series. [1] https://patchwork.freedesktop.org/series/60751/ Daniele Ceraolo Spurio (2): drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/c drm/i915: move more defs in intel_display_power.h drivers/gpu/drm/i915/Makefile | 1 + drivers/gpu/drm/i915/Makefile.header-test | 1 + drivers/gpu/drm/i915/i915_drv.h | 111 +- drivers/gpu/drm/i915/intel_display.h | 82 - drivers/gpu/drm/i915/intel_display_power.c | 4612 +++++++++++++++++++ drivers/gpu/drm/i915/intel_display_power.h | 288 ++ drivers/gpu/drm/i915/intel_runtime_pm.c | 4791 +------------------- drivers/gpu/drm/i915/intel_runtime_pm.h | 83 +- 8 files changed, 5004 insertions(+), 4965 deletions(-) create mode 100644 drivers/gpu/drm/i915/intel_display_power.c create mode 100644 drivers/gpu/drm/i915/intel_display_power.h -- 2.20.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx