All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/{i915, xe}: relocate shutdown and pm hooks from xe to display
@ 2026-05-27 13:06 Jani Nikula
  2026-05-27 13:06 ` [PATCH 1/3] drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*() Jani Nikula
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Jani Nikula @ 2026-05-27 13:06 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula


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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-05-29 11:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 13:06 [PATCH 0/3] drm/{i915, xe}: relocate shutdown and pm hooks from xe to display Jani Nikula
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

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.