From: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: andrzej.hajda@intel.com, christoph.manszewski@intel.com,
jonathan.cavitt@intel.com, mika.kuoppala@intel.com,
dominik.grzegorzek@intel.com
Subject: [PATCH i-g-t v2 0/4] tests/intel/xe_eudebug_online: Introduce read/write pagefault tests
Date: Thu, 21 Nov 2024 14:22:25 +0200 [thread overview]
Message-ID: <20241121122230.451423-1-gwan-gyeong.mun@intel.com> (raw)
Add a pagefault read/write test case so that the xe_eudebug_online test can
validate the invalid access pagefault scenario that the eu thread can cause.
For these tests, use the newly introduced DRM_XE_EUDEBUG_EVENT_PAGEFAULT
event and struct drm_xe_eudebug_event_pagefault.
The added test cases are shown below.
xe_eudebug_online@pagefault-read
xe_eudebug_online@pagefault-write
changes in v2:
Fix the function name to be more clear. (Andrzej, Christoph)
Refactor of output attention bits on pagefault event handling (Andrzej)
Remove / update redudant code (Andrzej, Christoph)
Use igt_container_of() macro (Andrzej, Christoph)
Gwan-gyeong Mun (2):
lib/gppgu_shader: Add read D32 from ppgtt virtual address
tests/intel/xe_eudebug_online: Add read/write pagefault online tests
Jonathan Cavitt (2):
lib/gppgu_shader: Add write D32 to ppgtt virtual address
eudebug: Add eudebug pagefault event declarations
.../drm-uapi-experimental/xe_drm_eudebug.h | 13 ++
lib/gpgpu_shader.c | 188 ++++++++++++++++++
lib/gpgpu_shader.h | 3 +
lib/iga64_generated_codes.c | 42 +++-
lib/xe/xe_eudebug.c | 11 +
tests/intel/xe_eudebug_online.c | 178 ++++++++++++++++-
6 files changed, 429 insertions(+), 6 deletions(-)
--
2.46.1
next reply other threads:[~2024-11-21 12:23 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-21 12:22 Gwan-gyeong Mun [this message]
2024-11-21 12:22 ` [PATCH i-g-t v2 1/4] lib/gppgu_shader: Add write D32 to ppgtt virtual address Gwan-gyeong Mun
2024-11-21 16:08 ` Hajda, Andrzej
2024-11-22 7:51 ` Gwan-gyeong Mun
2024-11-22 10:47 ` Hajda, Andrzej
2024-11-22 14:28 ` Gwan-gyeong Mun
2024-11-21 12:22 ` [PATCH i-g-t v2 2/4] lib/gppgu_shader: Add read D32 from " Gwan-gyeong Mun
2024-11-21 16:14 ` Hajda, Andrzej
2024-11-22 7:54 ` Gwan-gyeong Mun
2024-11-21 12:22 ` [PATCH i-g-t v2 3/4] eudebug: Add eudebug pagefault event declarations Gwan-gyeong Mun
2024-11-21 12:22 ` [PATCH i-g-t v2 4/4] tests/intel/xe_eudebug_online: Add read/write pagefault online tests Gwan-gyeong Mun
2024-11-21 16:17 ` Hajda, Andrzej
2024-11-21 17:12 ` Manszewski, Christoph
2024-11-22 8:21 ` Gwan-gyeong Mun
2024-11-22 9:55 ` Manszewski, Christoph
2024-11-22 14:33 ` Gwan-gyeong Mun
2024-11-21 14:36 ` ✓ Xe.CI.BAT: success for tests/intel/xe_eudebug_online: Introduce read/write pagefault tests (rev2) Patchwork
2024-11-21 14:51 ` ✗ i915.CI.BAT: failure " Patchwork
2024-11-21 21:16 ` ✗ Xe.CI.Full: " 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=20241121122230.451423-1-gwan-gyeong.mun@intel.com \
--to=gwan-gyeong.mun@intel.com \
--cc=andrzej.hajda@intel.com \
--cc=christoph.manszewski@intel.com \
--cc=dominik.grzegorzek@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=jonathan.cavitt@intel.com \
--cc=mika.kuoppala@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