[PATCH i-g-t v1 0/4] Print/scan formatting fixups
Jan Sokolowski
jan.sokolowski at intel.com
Fri May 16 11:58:07 UTC 2025
It was found that when compiling for other architectures,
due to difference in how these architectures recognize
how integers should be printed, warnings were thrown
in print/scan functions.
Fix them up using universal formatters like
for example PRIu64.
Jan Sokolowski (4):
lib: fixup print/scan formatting for files in lib
runner: fixup print/scan formatting for files in runner
tests/amdgpu: fixup print/scan formatting for amdgpu tests
tests/intel: fixup print/scan formatting for intel test files
lib/amdgpu/amd_deadlock_helpers.c | 19 ++++++++++---------
lib/igt_nouveau.c | 2 +-
lib/igt_perf.c | 3 ++-
lib/xe/xe_sriov_debugfs.c | 18 +++++++++---------
lib/xe/xe_sriov_provisioning.c | 2 +-
runner/executor.c | 2 +-
runner/settings.c | 2 +-
tests/amdgpu/amd_freesync_video_mode.c | 4 ++--
tests/amdgpu/amd_info.c | 2 +-
tests/amdgpu/amd_ras.c | 2 +-
tests/intel/xe_compute_preempt.c | 5 +++--
tests/intel/xe_eu_stall.c | 4 ++--
tests/intel/xe_exec_capture.c | 9 +++++----
tests/intel/xe_exec_system_allocator.c | 10 +++++-----
tests/intel/xe_oa.c | 6 +++---
tests/intel/xe_pmu.c | 12 ++++++------
tests/intel/xe_render_copy.c | 2 +-
tests/intel/xe_sriov_auto_provisioning.c | 6 +++---
tests/intel/xe_sriov_flr.c | 12 ++++++------
tests/intel/xe_sriov_scheduling.c | 4 ++--
20 files changed, 65 insertions(+), 61 deletions(-)
--
2.34.1
More information about the igt-dev
mailing list