From: Matthew Brost <matthew.brost@intel.com>
To: <intel-gfx@lists.freedesktop.org>, <dri-devel@lists.freedesktop.org>
Subject: [Intel-gfx] [PATCH 0/3] Clean a few backend interfaces in the i915
Date: Fri, 21 May 2021 11:32:12 -0700 [thread overview]
Message-ID: <20210521183215.65451-1-matthew.brost@intel.com> (raw)
As discussed in [1] start merging some support patches as a precursor to
GuC submission the i915. This is step #1 mentioned in [1].
[1] https://patchwork.freedesktop.org/series/89844/
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Chris Wilson (3):
drm/i915/gt: Move engine setup out of set_default_submission
drm/i915/gt: Move submission_method into intel_gt
drm/i915/gt: Move CS interrupt handler to the backend
drivers/gpu/drm/i915/gt/intel_engine.h | 8 +-
drivers/gpu/drm/i915/gt/intel_engine_cs.c | 19 +++-
drivers/gpu/drm/i915/gt/intel_engine_types.h | 14 +--
.../drm/i915/gt/intel_execlists_submission.c | 95 +++++++++++++------
.../drm/i915/gt/intel_execlists_submission.h | 3 -
drivers/gpu/drm/i915/gt/intel_gt_irq.c | 82 +++++-----------
drivers/gpu/drm/i915/gt/intel_gt_irq.h | 23 +++++
drivers/gpu/drm/i915/gt/intel_gt_types.h | 7 ++
drivers/gpu/drm/i915/gt/intel_reset.c | 7 +-
.../gpu/drm/i915/gt/intel_ring_submission.c | 12 ++-
drivers/gpu/drm/i915/gt/intel_rps.c | 2 +-
drivers/gpu/drm/i915/gt/selftest_execlists.c | 2 +-
.../drm/i915/gt/selftest_ring_submission.c | 2 +-
.../gpu/drm/i915/gt/uc/intel_guc_submission.c | 64 ++++++-------
.../gpu/drm/i915/gt/uc/intel_guc_submission.h | 1 -
drivers/gpu/drm/i915/i915_irq.c | 10 +-
drivers/gpu/drm/i915/i915_perf.c | 10 +-
17 files changed, 199 insertions(+), 162 deletions(-)
--
2.28.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2021-05-21 18:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-21 18:32 Matthew Brost [this message]
2021-05-21 18:32 ` [Intel-gfx] [PATCH 1/3] drm/i915/gt: Move engine setup out of set_default_submission Matthew Brost
2021-05-21 18:32 ` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Move submission_method into intel_gt Matthew Brost
2021-05-21 18:32 ` [Intel-gfx] [PATCH 3/3] drm/i915/gt: Move CS interrupt handler to the backend Matthew Brost
2021-05-21 19:26 ` [Intel-gfx] ✓ Fi.CI.BAT: success for Clean a few backend interfaces in the i915 Patchwork
2021-05-24 3:45 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-05-25 13:56 ` [Intel-gfx] [PATCH 0/3] " Daniel Vetter
2021-05-25 15:27 ` Tvrtko Ursulin
2021-05-25 15:54 ` Matthew Brost
2021-05-26 17:11 ` Daniel Vetter
2021-05-25 15:53 ` Matthew Brost
2021-05-26 17:15 ` Daniel Vetter
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=20210521183215.65451-1-matthew.brost@intel.com \
--to=matthew.brost@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox