From: Andrzej Hajda <andrzej.hajda@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>,
Matthew Auld <matthew.auld@intel.com>,
Andrzej Hajda <andrzej.hajda@intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [Intel-gfx] [PATCH 0/2] drm/i915: refactor 915_vma_move_to_active
Date: Thu, 13 Oct 2022 15:29:59 +0200 [thread overview]
Message-ID: <20221013133001.3639326-1-andrzej.hajda@intel.com> (raw)
This patchset refactors code related to i915_vma_move_to_active.
I hope 1st patch is quite straightforward.
For the 2nd, I am not sure where to put the helper, any better proposition
welcome.
Regards
Andrzej
Andrzej Hajda (2):
drm/i915: add wait and lock to i915_vma_move_to_active
drm/i915/selftests: add igt_vma_move_to_active_unlocked
.../i915/gem/selftests/i915_gem_client_blt.c | 22 +++---------
.../i915/gem/selftests/i915_gem_coherency.c | 4 +--
.../drm/i915/gem/selftests/i915_gem_context.c | 20 +++--------
.../drm/i915/gem/selftests/i915_gem_mman.c | 10 ++----
.../drm/i915/gem/selftests/igt_gem_utils.c | 12 ++-----
.../drm/i915/gem/selftests/igt_gem_utils.h | 14 ++++++++
drivers/gpu/drm/i915/gt/intel_renderstate.c | 4 +--
drivers/gpu/drm/i915/gt/intel_workarounds.c | 4 +--
drivers/gpu/drm/i915/gt/selftest_execlists.c | 16 ++-------
drivers/gpu/drm/i915/gt/selftest_hangcheck.c | 35 +++----------------
drivers/gpu/drm/i915/gt/selftest_lrc.c | 35 ++++---------------
drivers/gpu/drm/i915/gt/selftest_mocs.c | 7 ++--
drivers/gpu/drm/i915/gt/selftest_rps.c | 8 ++---
.../gpu/drm/i915/gt/selftest_workarounds.c | 28 ++++-----------
drivers/gpu/drm/i915/gvt/scheduler.c | 5 ++-
drivers/gpu/drm/i915/i915_perf.c | 4 +--
drivers/gpu/drm/i915/i915_vma.h | 6 +++-
drivers/gpu/drm/i915/selftests/i915_request.c | 9 ++---
drivers/gpu/drm/i915/selftests/igt_spinner.c | 20 ++---------
19 files changed, 67 insertions(+), 196 deletions(-)
--
2.34.1
next reply other threads:[~2022-10-13 13:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-13 13:29 Andrzej Hajda [this message]
2022-10-13 13:30 ` [Intel-gfx] [PATCH 1/2] drm/i915: add wait and lock to i915_vma_move_to_active Andrzej Hajda
2022-10-13 14:00 ` Tvrtko Ursulin
2022-10-21 15:51 ` Andi Shyti
2022-10-24 13:45 ` Andrzej Hajda
2022-10-13 13:30 ` [Intel-gfx] [PATCH 2/2] drm/i915/selftests: add igt_vma_move_to_active_unlocked Andrzej Hajda
2022-10-21 15:39 ` Andi Shyti
2022-10-24 14:05 ` Andrzej Hajda
2022-10-24 15:08 ` Andi Shyti
2022-10-28 13:42 ` Andrzej Hajda
2022-10-13 15:06 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: refactor 915_vma_move_to_active Patchwork
2022-10-13 17:24 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
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=20221013133001.3639326-1-andrzej.hajda@intel.com \
--to=andrzej.hajda@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=lucas.demarchi@intel.com \
--cc=matthew.auld@intel.com \
--cc=rodrigo.vivi@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