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 <[email protected]> Cc: Rodrigo Vivi <[email protected]> Cc: Matthew Brost <[email protected]> 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
