From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 0/3] drm/{i915, xe}: relocate shutdown and pm hooks from xe to display
Date: Wed, 27 May 2026 16:06:23 +0300 [thread overview]
Message-ID: <cover.1779887154.git.jani.nikula@intel.com> (raw)
Jani Nikula (3):
drm/xe/display: rename xe_display_pm_shutdown*() to
xe_display_shutdown*()
drm/{i915,xe}: move xe display shutdown and pm hooks to
intel_display_driver.c
drm/i915/display: move d3cold allowed handling to parent interface
.../drm/i915/display/intel_display_driver.c | 203 +++++++++++++++++
.../drm/i915/display/intel_display_driver.h | 10 +
drivers/gpu/drm/i915/display/intel_parent.c | 5 +
drivers/gpu/drm/i915/display/intel_parent.h | 1 +
drivers/gpu/drm/xe/display/xe_display.c | 204 ++----------------
drivers/gpu/drm/xe/display/xe_display.h | 10 +-
drivers/gpu/drm/xe/xe_device.c | 4 +-
include/drm/intel/display_parent_interface.h | 3 +
8 files changed, 250 insertions(+), 190 deletions(-)
--
2.47.3
next reply other threads:[~2026-05-27 13:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-27 13:06 Jani Nikula [this message]
2026-05-27 13:06 ` [PATCH 1/3] drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*() Jani Nikula
2026-05-27 13:06 ` [PATCH 2/3] drm/{i915, xe}: move xe display shutdown and pm hooks to intel_display_driver.c Jani Nikula
2026-05-27 14:59 ` Ville Syrjälä
2026-05-27 16:35 ` Jani Nikula
2026-05-27 18:52 ` Imre Deak
2026-05-27 19:01 ` Ville Syrjälä
2026-05-29 11:09 ` Jani Nikula
2026-05-27 13:06 ` [PATCH 3/3] drm/i915/display: move d3cold allowed handling to parent interface Jani Nikula
2026-05-27 13:55 ` ✓ i915.CI.BAT: success for drm/{i915, xe}: relocate shutdown and pm hooks from xe to display Patchwork
2026-05-27 16:46 ` ✓ CI.KUnit: " Patchwork
2026-05-27 17:35 ` ✓ Xe.CI.BAT: " Patchwork
2026-05-27 20:56 ` ✓ i915.CI.Full: " Patchwork
2026-05-27 22:58 ` ✓ Xe.CI.FULL: " 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.1779887154.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.