All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] RFC: Add dedicated printk macros for tile and device
@ 2025-09-09 16:59 Michal Wajdeczko
  2025-09-09 16:59 ` [PATCH v2 1/5] drm/xe: Keep xe_gt_err() macro definitions together Michal Wajdeczko
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Michal Wajdeczko @ 2025-09-09 16:59 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko, Rodrigo Vivi, Lucas De Marchi

v1: https://patchwork.freedesktop.org/series/153985/#rev1
v2: use uppercase for FMT macro (Rodrigo)
    drop verbose debug macros (Lucas, Rodrigo)

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>

Michal Wajdeczko (5):
  drm/xe: Keep xe_gt_err() macro definitions together
  drm/xe: Drop "gt_" prefix from xe_gt_WARN() macros
  drm/xe: Prepare format for GT-oriented messages in one place
  drm/xe: Add dedicated printk macros for tile and device
  drm/xe: Use tile-oriented messages in GGTT code

 drivers/gpu/drm/xe/xe_ggtt.c        |  12 +--
 drivers/gpu/drm/xe/xe_gt_printk.h   |  34 ++++----
 drivers/gpu/drm/xe/xe_printk.h      | 129 ++++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_tile_printk.h | 127 +++++++++++++++++++++++++++
 4 files changed, 281 insertions(+), 21 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_printk.h
 create mode 100644 drivers/gpu/drm/xe/xe_tile_printk.h

-- 
2.47.1


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

end of thread, other threads:[~2025-09-12 10:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09 16:59 [PATCH v2 0/5] RFC: Add dedicated printk macros for tile and device Michal Wajdeczko
2025-09-09 16:59 ` [PATCH v2 1/5] drm/xe: Keep xe_gt_err() macro definitions together Michal Wajdeczko
2025-09-09 16:59 ` [PATCH v2 2/5] drm/xe: Drop "gt_" prefix from xe_gt_WARN() macros Michal Wajdeczko
2025-09-09 16:59 ` [PATCH v2 3/5] drm/xe: Prepare format for GT-oriented messages in one place Michal Wajdeczko
2025-09-10 21:28   ` Rodrigo Vivi
2025-09-11  3:49   ` Lucas De Marchi
2025-09-09 16:59 ` [PATCH v2 4/5] drm/xe: Add dedicated printk macros for tile and device Michal Wajdeczko
2025-09-10 21:28   ` Rodrigo Vivi
2025-09-11  3:51   ` Lucas De Marchi
2025-09-09 16:59 ` [PATCH v2 5/5] drm/xe: Use tile-oriented messages in GGTT code Michal Wajdeczko
2025-09-09 17:52 ` ✗ CI.checkpatch: warning for RFC: Add dedicated printk macros for tile and device (rev2) Patchwork
2025-09-09 17:53 ` ✓ CI.KUnit: success " Patchwork
2025-09-12  7:25 ` ✗ CI.checkpatch: warning for RFC: Add dedicated printk macros for tile and device (rev3) Patchwork
2025-09-12  7:26 ` ✓ CI.KUnit: success " Patchwork
2025-09-12  8:08 ` ✓ Xe.CI.BAT: " Patchwork
2025-09-12  9:58 ` ✗ Xe.CI.Full: failure " Patchwork
2025-09-12 10:18   ` Michal Wajdeczko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.