From: Matthew Brost <matthew.brost@intel.com>
To: <intel-gfx@lists.freedesktop.org>, <dri-devel@lists.freedesktop.org>
Cc: daniele.ceraolospurio@intel.com, john.c.harrison@intel.com,
tvrtko.ursulin@intel.com
Subject: [PATCH 0/4] Fix up request cancel
Date: Mon, 24 Jan 2022 07:01:53 -0800 [thread overview]
Message-ID: <20220124150157.15758-1-matthew.brost@intel.com> (raw)
Fix request cancellation + add request cancel low level trace point.
v2:
- Update cancel reset selftest preemption timeout value to zero
- Fix bug in execlists cancel code
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Matthew Brost (4):
drm/i915: Add request cancel low level trace point
drm/i915/guc: Cancel requests immediately
drm/i915/execlists: Fix execlists request cancellation corner case
drm/i915/selftests: Set preemption timeout to zero in cancel reset
test
drivers/gpu/drm/i915/gt/intel_context.h | 1 +
drivers/gpu/drm/i915/gt/intel_context_types.h | 5 ++
.../gpu/drm/i915/gt/intel_engine_heartbeat.c | 23 ++++++++--
.../gpu/drm/i915/gt/intel_engine_heartbeat.h | 1 +
.../drm/i915/gt/intel_execlists_submission.c | 18 +++++---
.../gpu/drm/i915/gt/uc/intel_guc_submission.c | 46 +++++++++++--------
drivers/gpu/drm/i915/i915_request.h | 6 +++
drivers/gpu/drm/i915/i915_trace.h | 10 ++++
drivers/gpu/drm/i915/selftests/i915_request.c | 7 +--
9 files changed, 84 insertions(+), 33 deletions(-)
--
2.34.1
next reply other threads:[~2022-01-24 15:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-24 15:01 Matthew Brost [this message]
2022-01-24 15:01 ` [PATCH 1/4] drm/i915: Add request cancel low level trace point Matthew Brost
2022-01-25 12:27 ` [Intel-gfx] " Tvrtko Ursulin
2022-01-25 16:39 ` Matthew Brost
2022-01-26 10:29 ` Tvrtko Ursulin
2022-01-24 15:01 ` [PATCH 2/4] drm/i915/guc: Cancel requests immediately Matthew Brost
2022-01-26 18:58 ` John Harrison
2022-01-26 20:12 ` Matthew Brost
2022-01-24 15:01 ` [PATCH 3/4] drm/i915/execlists: Fix execlists request cancellation corner case Matthew Brost
2022-01-25 15:27 ` [Intel-gfx] " Tvrtko Ursulin
2022-01-25 16:32 ` Matthew Brost
2022-01-26 10:38 ` Tvrtko Ursulin
2022-01-26 19:03 ` John Harrison
2022-01-26 20:10 ` Matthew Brost
2022-01-24 15:01 ` [PATCH 4/4] drm/i915/selftests: Set preemption timeout to zero in cancel reset test Matthew Brost
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=20220124150157.15758-1-matthew.brost@intel.com \
--to=matthew.brost@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=john.c.harrison@intel.com \
--cc=tvrtko.ursulin@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