Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] drm/i915: add display irq hooks
@ 2026-05-04 22:26 Jani Nikula
  2026-05-04 22:26 ` [PATCH v2 1/6] drm/i915/irq: deduplicate dg1_de_irq_postinstall() and gen11_de_irq_postinstall() Jani Nikula
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jani Nikula @ 2026-05-04 22:26 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula

v2 of [1], with the initial refactors merged, and review comments
addressed.


[1] https://lore.kernel.org/r/cover.1777458161.git.jani.nikula@intel.com


Jani Nikula (6):
  drm/i915/irq: deduplicate dg1_de_irq_postinstall() and
    gen11_de_irq_postinstall()
  drm/i915/irq: constify pipe stats parameters
  drm/i915/irq: add display irq funcs, start with
    intel_display_irq_reset()
  drm/i915/irq: add intel_display_irq_postinstall() to irq funcs
  drm/i915/irq: add intel_display_irq_ack() to irq funcs
  drm/i915/irq: add intel_display_irq_handler() to irq funcs

 .../gpu/drm/i915/display/intel_display_core.h |   3 +
 .../gpu/drm/i915/display/intel_display_irq.c  | 225 +++++++++++++++---
 .../gpu/drm/i915/display/intel_display_irq.h  |  37 +--
 drivers/gpu/drm/i915/i915_irq.c               | 182 +++++---------
 drivers/gpu/drm/xe/display/xe_display.c       |   6 +-
 5 files changed, 271 insertions(+), 182 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-05-05  5:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 22:26 [PATCH v2 0/6] drm/i915: add display irq hooks Jani Nikula
2026-05-04 22:26 ` [PATCH v2 1/6] drm/i915/irq: deduplicate dg1_de_irq_postinstall() and gen11_de_irq_postinstall() Jani Nikula
2026-05-04 22:26 ` [PATCH v2 2/6] drm/i915/irq: constify pipe stats parameters Jani Nikula
2026-05-04 22:26 ` [PATCH v2 3/6] drm/i915/irq: add display irq funcs, start with intel_display_irq_reset() Jani Nikula
2026-05-04 22:26 ` [PATCH v2 4/6] drm/i915/irq: add intel_display_irq_postinstall() to irq funcs Jani Nikula
2026-05-04 22:26 ` [PATCH v2 5/6] drm/i915/irq: add intel_display_irq_ack() " Jani Nikula
2026-05-04 22:26 ` [PATCH v2 6/6] drm/i915/irq: add intel_display_irq_handler() " Jani Nikula
2026-05-04 22:32 ` ✗ CI.checkpatch: warning for drm/i915: add display irq hooks Patchwork
2026-05-04 22:33 ` ✓ CI.KUnit: success " Patchwork
2026-05-04 23:25 ` ✓ Xe.CI.BAT: " Patchwork
2026-05-05  5:38 ` ✓ Xe.CI.FULL: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox