From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [CI 0/6] drm/i915/display: add display specific runtime PM interface
Date: Thu, 20 Mar 2025 17:03:54 +0200 [thread overview]
Message-ID: <cover.1742483007.git.jani.nikula@intel.com> (raw)
Resend for CI.
Jani Nikula (6):
drm/i915/display: add display specific runtime PM wrappers
drm/i915/display: conversions to with_intel_display_rpm()
drm/i915/display: use display runtime PM interfaces for for atomic
state
drm/i915/display: convert to display runtime PM interfaces
drm/i915/power: convert to display runtime PM interfaces
drm/xe/compat: remove intel_runtime_pm.h
drivers/gpu/drm/i915/Makefile | 1 +
drivers/gpu/drm/i915/display/hsw_ips.c | 8 +-
.../gpu/drm/i915/display/intel_backlight.c | 5 +-
drivers/gpu/drm/i915/display/intel_bios.c | 6 +-
drivers/gpu/drm/i915/display/intel_display.c | 12 +--
.../drm/i915/display/intel_display_debugfs.c | 17 ++---
.../gpu/drm/i915/display/intel_display_irq.c | 5 +-
.../drm/i915/display/intel_display_power.c | 63 +++++++--------
.../i915/display/intel_display_power_well.c | 4 +-
.../gpu/drm/i915/display/intel_display_rpm.c | 68 +++++++++++++++++
.../gpu/drm/i915/display/intel_display_rpm.h | 37 +++++++++
.../drm/i915/display/intel_display_types.h | 2 +-
drivers/gpu/drm/i915/display/intel_dmc.c | 9 ++-
drivers/gpu/drm/i915/display/intel_dp.c | 5 +-
drivers/gpu/drm/i915/display/intel_dpt.c | 7 +-
drivers/gpu/drm/i915/display/intel_dsb.c | 17 +++--
drivers/gpu/drm/i915/display/intel_fb_pin.c | 7 +-
drivers/gpu/drm/i915/display/intel_fbc.c | 8 +-
drivers/gpu/drm/i915/display/intel_fbdev.c | 11 ++-
drivers/gpu/drm/i915/display/intel_hdcp.c | 5 +-
drivers/gpu/drm/i915/display/intel_hotplug.c | 8 +-
drivers/gpu/drm/i915/display/intel_psr.c | 17 ++---
drivers/gpu/drm/i915/display/skl_watermark.c | 9 ++-
drivers/gpu/drm/xe/Makefile | 1 +
.../gpu/drm/xe/compat-i915-headers/i915_drv.h | 1 -
.../xe/compat-i915-headers/intel_runtime_pm.h | 76 -------------------
drivers/gpu/drm/xe/display/xe_display_rpm.c | 71 +++++++++++++++++
27 files changed, 287 insertions(+), 193 deletions(-)
create mode 100644 drivers/gpu/drm/i915/display/intel_display_rpm.c
create mode 100644 drivers/gpu/drm/i915/display/intel_display_rpm.h
delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/intel_runtime_pm.h
create mode 100644 drivers/gpu/drm/xe/display/xe_display_rpm.c
--
2.39.5
next reply other threads:[~2025-03-20 15:04 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-20 15:03 Jani Nikula [this message]
2025-03-20 15:03 ` [CI 1/6] drm/i915/display: add display specific runtime PM wrappers Jani Nikula
2025-03-20 15:03 ` [CI 2/6] drm/i915/display: conversions to with_intel_display_rpm() Jani Nikula
2025-03-20 15:03 ` [CI 3/6] drm/i915/display: use display runtime PM interfaces for for atomic state Jani Nikula
2025-03-20 15:03 ` [CI 4/6] drm/i915/display: convert to display runtime PM interfaces Jani Nikula
2025-03-20 15:03 ` [CI 5/6] drm/i915/power: " Jani Nikula
2025-03-20 15:04 ` [CI 6/6] drm/xe/compat: remove intel_runtime_pm.h Jani Nikula
2025-03-20 15:40 ` ✓ CI.Patch_applied: success for drm/i915/display: add display specific runtime PM interface (rev2) Patchwork
2025-03-20 15:41 ` ✗ CI.checkpatch: warning " Patchwork
2025-03-20 15:42 ` ✓ CI.KUnit: success " Patchwork
2025-03-20 15:58 ` ✓ CI.Build: " Patchwork
2025-03-20 16:01 ` ✓ CI.Hooks: " Patchwork
2025-03-20 16:02 ` ✗ CI.checksparse: warning " Patchwork
2025-03-20 16:22 ` ✓ Xe.CI.BAT: success " Patchwork
2025-03-20 17:19 ` ✗ Xe.CI.Full: failure " Patchwork
2025-03-20 21:58 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: add display specific runtime PM interface (rev3) Patchwork
2025-03-20 21:58 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-03-20 22:20 ` ✓ i915.CI.BAT: success " Patchwork
2025-03-21 0:41 ` ✗ i915.CI.Full: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1742483007.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.