On Fri, 03 Jul 2026, Ville Syrjälä <[email protected]> wrote: > On Wed, Jul 01, 2026 at 04:52:58PM +0300, Jani Nikula wrote: >> Resend of [1], which is v2 of [2]. >> >> [1] https://lore.kernel.org/r/[email protected] >> [2] https://lore.kernel.org/r/[email protected] >> >> Jani Nikula (8): >> drm/i915: call intel_uncore_runtime_resume() for each gt >> drm/i915: call intel_display_power_runtime_resume() on suspend error >> path >> drm/i915: move some display runtime suspend operations earlier >> drm/i915: add intel_display_driver_pm_runtime*() functions >> drm/{i915,xe}: add new >> intel_display_driver_runtime_pm_{enable,disable}() >> drm/xe/display: separate d3cold handling from >> xe_display_pm_runtime_suspend_late() >> drm/xe/display: add xe_display_pm_runtime_resume_early() >> drm/xe/display: unify runtime suspend/resume with i915 for non-d3cold > > I got a bit sidetracked into the system suspend code and the > somewhat tangled mess of gem/gt/uncore while looking at this, > but all of that looks mostly separate from this.
Yes, there are more dragons to tame. > For the series > Reviewed-by: Ville Syrjälä <[email protected]> Thanks a lot, pushed to din. BR, Jani. > >> >> .../drm/i915/display/intel_display_driver.c | 71 +++++++++++++++++++ >> .../drm/i915/display/intel_display_driver.h | 8 +++ >> drivers/gpu/drm/i915/i915_driver.c | 58 ++++----------- >> drivers/gpu/drm/xe/display/xe_display.c | 44 ++++++++---- >> drivers/gpu/drm/xe/display/xe_display.h | 1 + >> drivers/gpu/drm/xe/xe_pm.c | 2 + >> 6 files changed, 125 insertions(+), 59 deletions(-) >> >> -- >> 2.47.3 -- Jani Nikula, Intel
