From: Jani Nikula <jani.nikula@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com, lucas.demarchi@intel.com
Subject: [Intel-xe] [PATCH 0/5] xe & i915 display integration, display irqs
Date: Tue, 27 Jun 2023 13:22:18 +0300 [thread overview]
Message-ID: <20230627102223.260893-1-jani.nikula@intel.com> (raw)
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
next reply other threads:[~2023-06-27 10:22 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-27 10:22 Jani Nikula [this message]
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
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=20230627102223.260893-1-jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=lucas.demarchi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox