Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/5] xe & i915 display integration, display irqs
@ 2023-06-27 10:22 Jani Nikula
  2023-06-27 10:22 ` [Intel-xe] [PATCH 1/5] drm/i915/uncore: add intel_uncore_regs() helper Jani Nikula
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Jani Nikula @ 2023-06-27 10:22 UTC (permalink / raw)
  To: intel-xe; +Cc: jani.nikula, lucas.demarchi

Reuse i915 display/intel_display_irq.[ch] instead of duplicating
it. There's more to be done, but let's try to do small incremental
steps.

Jani Nikula (5):
  drm/i915/uncore: add intel_uncore_regs() helper
  fixup! drm/xe/display: Implement display support
  fixup! drm/xe/display: Implement display support
  fixup! drm/xe/display: Implement display support
  fixup! drm/xe/display: Implement display support

 .../gpu/drm/i915/display/intel_display_irq.c  |   4 +-
 .../drm/i915/gt/intel_execlists_submission.c  |   6 +-
 drivers/gpu/drm/i915/gt/intel_gt_irq.c        |   8 +-
 drivers/gpu/drm/i915/gt/intel_sa_media.c      |   2 +-
 drivers/gpu/drm/i915/i915_irq.c               |  20 +-
 drivers/gpu/drm/i915/intel_uncore.h           |   5 +
 drivers/gpu/drm/i915/selftests/intel_uncore.c |   2 +-
 drivers/gpu/drm/xe/Makefile                   |   3 +-
 .../drm/xe/compat-i915-headers/gt/intel_rps.h |  11 +
 .../drm/xe/compat-i915-headers/intel_pcode.h  |  16 +-
 .../xe/compat-i915-headers/intel_runtime_pm.h |   7 +
 .../drm/xe/compat-i915-headers/intel_uncore.h |  82 +-
 drivers/gpu/drm/xe/display/ext/i915_irq.c     | 897 +-----------------
 drivers/gpu/drm/xe/display/ext/i915_irq.h     | 110 +--
 .../drm/xe/display/ext/intel_device_info.c    |   4 -
 drivers/gpu/drm/xe/xe_device_types.h          |   5 +-
 drivers/gpu/drm/xe/xe_display.c               |   1 +
 17 files changed, 175 insertions(+), 1008 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/gt/intel_rps.h

-- 
2.39.2


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

end of thread, other threads:[~2023-06-29  8:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27 10:22 [Intel-xe] [PATCH 0/5] xe & i915 display integration, display irqs Jani Nikula
2023-06-27 10:22 ` [Intel-xe] [PATCH 1/5] drm/i915/uncore: add intel_uncore_regs() helper Jani Nikula
2023-06-27 10:22 ` [Intel-xe] [PATCH 2/5] fixup! drm/xe/display: Implement display support Jani Nikula
2023-06-27 10:22 ` [Intel-xe] [PATCH 3/5] " Jani Nikula
2023-06-27 10:22 ` [Intel-xe] [PATCH 4/5] " Jani Nikula
2023-06-27 16:03   ` Lucas De Marchi
2023-06-27 23:36     ` Jani Nikula
2023-06-28 14:40       ` Lucas De Marchi
2023-06-27 10:22 ` [Intel-xe] [PATCH 5/5] " Jani Nikula
2023-06-27 11:17 ` [Intel-xe] ✓ CI.Patch_applied: success for xe & i915 display integration, display irqs Patchwork
2023-06-27 11:17 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-06-27 11:18 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-06-27 11:22 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-06-27 11:22 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-06-27 11:24 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-06-27 15:51   ` Lucas De Marchi
2023-06-28 11:05     ` Knop, Ryszard
2023-06-29  8:07       ` Jani Nikula

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