[Intel-gfx] [PATCH 0/2] split out intel_display_power
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Fri May 31 22:24:07 UTC 2019
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
More information about the Intel-gfx
mailing list