Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Define generic helpers for manipulating macro arguments
@ 2024-05-02 22:33 Michal Wajdeczko
  2024-05-02 22:33 ` [PATCH v3 1/3] drm/xe: Add " Michal Wajdeczko
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Michal Wajdeczko @ 2024-05-02 22:33 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

v1: https://patchwork.freedesktop.org/series/133123/#rev1
v2: don't pollute linux/args.h yet (Andy, Lucas)
v3: add explicit comment on future use inside the code (Lucas)
    add xe_args kunit tests (Michal)

Michal Wajdeczko (3):
  drm/xe: Add helpers for manipulating macro arguments
  drm/xe/kunit: Add simple tests for new xe_args macros
  drm/xe/rtp: Prefer helper macros from xe_args.h

 drivers/gpu/drm/xe/tests/Makefile       |   1 +
 drivers/gpu/drm/xe/tests/xe_args_test.c | 190 ++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_args.h            | 121 +++++++++++++++
 drivers/gpu/drm/xe/xe_rtp.h             |   4 +-
 drivers/gpu/drm/xe/xe_rtp_helpers.h     |  26 ++--
 5 files changed, 324 insertions(+), 18 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/tests/xe_args_test.c
 create mode 100644 drivers/gpu/drm/xe/xe_args.h

-- 
2.43.0


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

end of thread, other threads:[~2024-05-06 13:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02 22:33 [PATCH v3 0/3] Define generic helpers for manipulating macro arguments Michal Wajdeczko
2024-05-02 22:33 ` [PATCH v3 1/3] drm/xe: Add " Michal Wajdeczko
2024-05-03 15:59   ` Andy Shevchenko
2024-05-06 13:17     ` Michal Wajdeczko
2024-05-06 13:59       ` Andy Shevchenko
2024-05-02 22:33 ` [PATCH v3 2/3] drm/xe/kunit: Add simple tests for new xe_args macros Michal Wajdeczko
2024-05-03  2:40   ` Lucas De Marchi
2024-05-02 22:33 ` [PATCH v3 3/3] drm/xe/rtp: Prefer helper macros from xe_args.h Michal Wajdeczko
2024-05-02 22:54 ` ✓ CI.Patch_applied: success for Define generic helpers for manipulating macro arguments (rev3) Patchwork
2024-05-02 22:54 ` ✗ CI.checkpatch: warning " Patchwork
2024-05-02 22:55 ` ✓ CI.KUnit: success " Patchwork
2024-05-02 23:11 ` ✓ CI.Build: " Patchwork
2024-05-02 23:14 ` ✓ CI.Hooks: " Patchwork
2024-05-02 23:16 ` ✓ CI.checksparse: " Patchwork
2024-05-02 23:51 ` ✓ CI.BAT: " Patchwork
2024-05-03  1:47 ` ✓ CI.FULL: " Patchwork

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