Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [RFC v2 i-g-t 0/9] Add initial eudebug coverage
@ 2023-05-24 14:29 Dominik Grzegorzek
  2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 1/9] xe: sync uapi headers Dominik Grzegorzek
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Dominik Grzegorzek @ 2023-05-24 14:29 UTC (permalink / raw)
  To: igt-dev

This series introduces test coverage for eudebug event
interface recently proposed as an RFC.
(https://patchwork.freedesktop.org/series/116442/) 

This series adds xe_eudebug tests together with 
a library that encapsulates common paths in current 
and future eu debugger scenarios. It provides an abstraction
over debugger and debuggee processes, asynchronous event reader,
and event log buffers for post-mortem analysis.

Place xe_eudebug tests inside xe/staging/ directory
and behind xe_staging build option as the kernel part 
won't be merged anytime soon.

Dominik Grzegorzek (8):
  xe: sync uapi headers
  meson: Introduce xe_staging build option
  xe/staging/xe_eudebug: test eudebug connection
  lib/staging/xe_eudebug: introduce eu debug testing framework
  xe/staging/xe_eudebug: test open close events
  xe/staging/xe_eudebug: exercise read_event ioctl
  xe/staging/xe_eudebug: add vm events sanity check
  xe/staging/xe_eudebug: Race discovery against eudebug attach.
  xe/staging/xe_eudebug: Add TEST/SUBTEST documentation

 include/drm-uapi/xe_drm_tmp.h |   76 +++
 lib/meson.build               |    3 +-
 lib/xe/staging/xe_eudebug.c   | 1047 +++++++++++++++++++++++++++++++++
 lib/xe/staging/xe_eudebug.h   |   89 +++
 meson.build                   |    1 +
 meson_options.txt             |    5 +
 tests/meson.build             |   17 +
 tests/xe/staging/xe_eudebug.c |  639 ++++++++++++++++++++
 8 files changed, 1876 insertions(+), 1 deletion(-)
 create mode 100644 include/drm-uapi/xe_drm_tmp.h
 create mode 100644 lib/xe/staging/xe_eudebug.c
 create mode 100644 lib/xe/staging/xe_eudebug.h
 create mode 100644 tests/xe/staging/xe_eudebug.c

-- 
2.34.1

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-05-26 10:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-24 14:29 [igt-dev] [RFC v2 i-g-t 0/9] Add initial eudebug coverage Dominik Grzegorzek
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 1/9] xe: sync uapi headers Dominik Grzegorzek
2023-05-26 10:37   ` Zbigniew Kempczyński
2023-05-26 10:57     ` Grzegorzek, Dominik
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 2/9] meson: Introduce xe_staging build option Dominik Grzegorzek
2023-05-26 10:51   ` Zbigniew Kempczyński
2023-05-26 10:59     ` Grzegorzek, Dominik
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 3/9] xe/staging/xe_eudebug: test eudebug connection Dominik Grzegorzek
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 4/9] lib/staging/xe_eudebug: introduce eu debug testing framework Dominik Grzegorzek
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 5/9] xe/staging/xe_eudebug: test open close events Dominik Grzegorzek
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 6/9] xe/staging/xe_eudebug: exercise read_event ioctl Dominik Grzegorzek
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 7/9] xe/staging/xe_eudebug: add vm events sanity check Dominik Grzegorzek
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 8/9] xe/staging/xe_eudebug: Race discovery against eudebug attach Dominik Grzegorzek
2023-05-24 14:29 ` [igt-dev] [PATCH i-g-t 9/9] xe/staging/xe_eudebug: Add TEST/SUBTEST documentation Dominik Grzegorzek
2023-05-24 16:01 ` [igt-dev] ✓ Fi.CI.BAT: success for Add initial eudebug coverage (rev3) Patchwork
2023-05-25  4:13 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox