From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: ville.syrjala@linux.intel.com, jani.nikula@intel.com
Subject: [PATCH 0/4] drm/{i915, xe}/irq: clarify display and parent driver interfaces
Date: Mon, 10 Nov 2025 21:31:35 +0200 [thread overview]
Message-ID: <cover.1762803004.git.jani.nikula@intel.com> (raw)
Add irq .enabled and .synchronize parent driver calls, and clean up
irq/error init/reset handling.
Jani Nikula (4):
drm/{i915,xe}/display: move irq calls to parent interface
drm/{i915,xe}/display: duplicate gen2 irq/error init/reset in display
irq
drm/i915/display: convert the display irq interfaces to struct
intel_display
drm/i915/display: shorten the intel_display_irq_regs_* function names
.../gpu/drm/i915/display/intel_display_irq.c | 198 +++++++++++-------
.../drm/i915/display/intel_display_power.c | 5 +-
.../i915/display/intel_display_power_well.c | 15 +-
drivers/gpu/drm/i915/display/intel_gmbus.c | 9 +-
drivers/gpu/drm/i915/display/intel_hotplug.c | 6 +-
.../gpu/drm/i915/display/intel_lpe_audio.c | 1 -
drivers/gpu/drm/i915/display/intel_pipe_crc.c | 6 +-
drivers/gpu/drm/i915/i915_driver.c | 1 +
drivers/gpu/drm/i915/i915_irq.c | 16 ++
drivers/gpu/drm/i915/i915_irq.h | 2 +
drivers/gpu/drm/xe/Makefile | 2 -
.../gpu/drm/xe/compat-i915-headers/i915_irq.h | 6 -
drivers/gpu/drm/xe/display/ext/i915_irq.c | 85 --------
drivers/gpu/drm/xe/display/xe_display.c | 18 ++
include/drm/intel/display_parent_interface.h | 8 +
15 files changed, 178 insertions(+), 200 deletions(-)
delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_irq.h
delete mode 100644 drivers/gpu/drm/xe/display/ext/i915_irq.c
--
2.47.3
next reply other threads:[~2025-11-10 19:31 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-10 19:31 Jani Nikula [this message]
2025-11-10 19:31 ` [PATCH 1/4] drm/{i915, xe}/display: move irq calls to parent interface Jani Nikula
2025-11-10 20:31 ` [PATCH 1/4] drm/{i915,xe}/display: " Ville Syrjälä
2025-11-11 7:39 ` Jani Nikula
2025-11-10 19:31 ` [PATCH 2/4] drm/{i915, xe}/display: duplicate gen2 irq/error init/reset in display irq Jani Nikula
2025-11-10 19:31 ` [PATCH 3/4] drm/i915/display: convert the display irq interfaces to struct intel_display Jani Nikula
2025-11-10 19:31 ` [PATCH 4/4] drm/i915/display: shorten the intel_display_irq_regs_* function names Jani Nikula
2025-11-10 20:31 ` Ville Syrjälä
2025-11-11 8:07 ` Jani Nikula
2025-11-10 21:01 ` ✗ CI.checkpatch: warning for drm/{i915, xe}/irq: clarify display and parent driver interfaces Patchwork
2025-11-10 21:02 ` ✓ CI.KUnit: success " Patchwork
2025-11-10 21:17 ` ✗ CI.checksparse: warning " Patchwork
2025-11-10 21:39 ` ✓ Xe.CI.BAT: success " Patchwork
2025-11-10 21:57 ` ✓ i915.CI.BAT: " Patchwork
2025-11-11 4:43 ` ✓ i915.CI.Full: " Patchwork
2025-11-11 4:47 ` ✓ 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.1762803004.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=ville.syrjala@linux.intel.com \
/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.