Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [CI 0/4] PF: Add handling for new adverse event thresholds
@ 2025-12-15 20:18 Michal Wajdeczko
  2025-12-15 20:18 ` [CI 1/4] drm/xe: Introduce IF_ARGS macro utility Michal Wajdeczko
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Michal Wajdeczko @ 2025-12-15 20:18 UTC (permalink / raw)
  To: intel-xe, dri-devel
  Cc: Michal Wajdeczko, Thomas Hellström, Rodrigo Vivi,
	Matthew Brost

This series was already reviewed and tested by the Xe CI [1] but since
it uses __VA_OPT__ it was requested to also run it over dri-devel CI
to double check compiler support for the __VA_OPT__.

GCC [2] supports __VA_OPT__ from version 8 and clang [3] supports it
from version 12, while minimal versions to compile kernel [4] are now
GCC 8.1 and clang 15.0.0, so we should good.

[1] https://patchwork.freedesktop.org/series/158874/#rev2
[2] https://docs.kernel.org/process/changes.html
[3] https://gcc.gnu.org/projects/c-status.html
[4] https://clang.llvm.org/c_status.html

Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>

Daniele Ceraolo Spurio (1):
  drm/xe/pf: Add handling for MLRC adverse event threshold

Michal Wajdeczko (3):
  drm/xe: Introduce IF_ARGS macro utility
  drm/xe/guc: Introduce GUC_FIRMWARE_VER_AT_LEAST helper
  drm/xe/pf: Prepare for new threshold KLVs

 drivers/gpu/drm/xe/abi/guc_klvs_abi.h         |  9 ++++
 drivers/gpu/drm/xe/tests/xe_args_test.c       | 53 +++++++++++++++++++
 drivers/gpu/drm/xe/xe_args.h                  | 18 +++++++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c    | 19 ++++---
 drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c   |  9 ++--
 drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c |  2 +-
 drivers/gpu/drm/xe/xe_guc.h                   | 21 ++++++++
 drivers/gpu/drm/xe/xe_guc_ads.c               |  4 +-
 .../drm/xe/xe_guc_klv_thresholds_set_types.h  |  6 +++
 9 files changed, 128 insertions(+), 13 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-12-16 12:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 20:18 [CI 0/4] PF: Add handling for new adverse event thresholds Michal Wajdeczko
2025-12-15 20:18 ` [CI 1/4] drm/xe: Introduce IF_ARGS macro utility Michal Wajdeczko
2025-12-15 20:18 ` [CI 2/4] drm/xe/guc: Introduce GUC_FIRMWARE_VER_AT_LEAST helper Michal Wajdeczko
2025-12-16 11:32   ` kernel test robot
2025-12-15 20:18 ` [CI 3/4] drm/xe/pf: Prepare for new threshold KLVs Michal Wajdeczko
2025-12-15 20:18 ` [CI 4/4] drm/xe/pf: Add handling for MLRC adverse event threshold Michal Wajdeczko
2025-12-16  0:22 ` ✗ CI.checkpatch: warning for PF: Add handling for new adverse event thresholds (rev3) Patchwork
2025-12-16  0:23 ` ✓ CI.KUnit: success " Patchwork
2025-12-16  1:53 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-16 12:20 ` ✓ Xe.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