intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
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/2] drm/{i915, xe}/panic: move panic handling to parent interface
Date: Thu, 11 Dec 2025 19:37:10 +0200	[thread overview]
Message-ID: <cover.1765474612.git.jani.nikula@intel.com> (raw)


Jani Nikula (2):
  drm/i915/panic: move i915 specific panic implementation to i915
  drm/{i915,xe}/panic: move panic handling to parent interface

 drivers/gpu/drm/i915/Makefile                 |  4 +--
 drivers/gpu/drm/i915/display/i9xx_plane.c     |  1 -
 drivers/gpu/drm/i915/display/intel_fb.c       |  3 +-
 drivers/gpu/drm/i915/display/intel_panic.c    | 27 --------------
 drivers/gpu/drm/i915/display/intel_panic.h    | 14 --------
 drivers/gpu/drm/i915/display/intel_parent.c   | 15 ++++++++
 drivers/gpu/drm/i915/display/intel_parent.h   |  6 ++++
 drivers/gpu/drm/i915/display/intel_plane.c    |  5 ++-
 .../drm/i915/display/skl_universal_plane.c    |  1 -
 drivers/gpu/drm/i915/i915_driver.c            |  2 ++
 drivers/gpu/drm/i915/i915_panic.c             | 35 +++++++++++++++++++
 drivers/gpu/drm/i915/i915_panic.h             |  9 +++++
 drivers/gpu/drm/xe/display/xe_display.c       |  2 ++
 drivers/gpu/drm/xe/display/xe_panic.c         | 16 +++++----
 drivers/gpu/drm/xe/display/xe_panic.h         |  9 +++++
 include/drm/intel/display_parent_interface.h  | 11 ++++++
 16 files changed, 103 insertions(+), 57 deletions(-)
 delete mode 100644 drivers/gpu/drm/i915/display/intel_panic.c
 delete mode 100644 drivers/gpu/drm/i915/display/intel_panic.h
 create mode 100644 drivers/gpu/drm/i915/i915_panic.c
 create mode 100644 drivers/gpu/drm/i915/i915_panic.h
 create mode 100644 drivers/gpu/drm/xe/display/xe_panic.h

-- 
2.47.3


             reply	other threads:[~2025-12-11 17:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-11 17:37 Jani Nikula [this message]
2025-12-11 17:37 ` [PATCH 1/2] drm/i915/panic: move i915 specific panic implementation to i915 Jani Nikula
2025-12-11 17:37 ` [PATCH 2/2] drm/{i915, xe}/panic: move panic handling to parent interface Jani Nikula
2025-12-12 11:51   ` Ville Syrjälä
2025-12-11 18:41 ` ✓ i915.CI.BAT: success for " Patchwork
2025-12-12  5:58 ` ✗ 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.1765474612.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).