From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 0/6] drm/i915: display reset cleanups
Date: Wed, 8 Jan 2025 12:41:15 +0200 [thread overview]
Message-ID: <cover.1736332802.git.jani.nikula@intel.com> (raw)
Try to make GPU and display reset slightly more better separated,
convert to intel_display, stop INTEL_INFO() usage from display.
Jani Nikula (6):
drm/i915/display: convert display reset to struct intel_display *
drm/i915: move pending_fb_pin to struct intel_display
drm/i915: add intel_gt_gpu_reset_clobbers_display() helper
drm/i915/display: add intel_display_gpu_reset_clobbers_display()
helper
drm/i915: move gpu_reset_clobbers_display flag to display info
drm/i915/display: convert intel_ddi_buf_trans.c to struct
intel_display
.../drm/i915/display/intel_ddi_buf_trans.c | 58 +++++++++++--------
.../gpu/drm/i915/display/intel_display_core.h | 2 +
.../drm/i915/display/intel_display_device.c | 5 ++
.../drm/i915/display/intel_display_device.h | 1 +
.../drm/i915/display/intel_display_reset.c | 58 +++++++++++--------
.../drm/i915/display/intel_display_reset.h | 9 ++-
drivers/gpu/drm/i915/display/intel_dpt.c | 5 +-
drivers/gpu/drm/i915/display/intel_fb_pin.c | 10 ++--
drivers/gpu/drm/i915/display/intel_overlay.c | 5 +-
drivers/gpu/drm/i915/gt/intel_engine_cs.c | 2 +-
drivers/gpu/drm/i915/gt/intel_gt_pm.c | 2 +-
drivers/gpu/drm/i915/gt/intel_reset.c | 23 ++++++--
drivers/gpu/drm/i915/gt/intel_reset.h | 2 +
drivers/gpu/drm/i915/i915_driver.c | 2 +-
drivers/gpu/drm/i915/i915_gpu_error.h | 2 -
drivers/gpu/drm/i915/i915_pci.c | 6 --
drivers/gpu/drm/i915/intel_device_info.h | 1 -
17 files changed, 113 insertions(+), 80 deletions(-)
--
2.39.5
next reply other threads:[~2025-01-08 10:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-08 10:41 Jani Nikula [this message]
2025-01-08 10:41 ` [PATCH 1/6] drm/i915/display: convert display reset to struct intel_display * Jani Nikula
2025-01-08 20:43 ` Matt Roper
2025-01-08 10:41 ` [PATCH 2/6] drm/i915: move pending_fb_pin to struct intel_display Jani Nikula
2025-01-08 21:12 ` Matt Roper
2025-01-08 10:41 ` [PATCH 3/6] drm/i915: add intel_gt_gpu_reset_clobbers_display() helper Jani Nikula
2025-01-08 21:16 ` Matt Roper
2025-01-08 10:41 ` [PATCH 4/6] drm/i915/display: add intel_display_gpu_reset_clobbers_display() helper Jani Nikula
2025-01-08 21:19 ` Matt Roper
2025-01-08 10:41 ` [PATCH 5/6] drm/i915: move gpu_reset_clobbers_display flag to display info Jani Nikula
2025-01-08 21:24 ` Matt Roper
2025-01-08 10:41 ` [PATCH 6/6] drm/i915/display: convert intel_ddi_buf_trans.c to struct intel_display Jani Nikula
2025-01-08 21:30 ` Matt Roper
2025-01-08 11:03 ` ✗ Fi.CI.SPARSE: warning for drm/i915: display reset cleanups Patchwork
2025-01-08 11:16 ` ✓ i915.CI.BAT: success " Patchwork
2025-01-08 20:08 ` ✗ 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.1736332802.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@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.