Changelog for
intel-gpu-tools-1.28-16.9.x86_64.rpm :
* Sun Dec 03 2023 Tejas Guruswamy
- Don\'t install code coverage scripts
* Fri Nov 24 2023 Tejas Guruswamy - Build against libprocps on older openSUSE releases.
* Sun Nov 05 2023 munix9AATTgooglemail.com- Update to version 1.28:
* New meson options testplan, sphinx and xe_driver.
* Add amdgpu GFX1036, GFX1037 chips.
* Add xe_pciids.h with Lunar Lake (LNL) support.
* Use the new procps library libproc2.
* Add helper for srandom seed initialization.
* Support for vmwgfx driver.
* i915_pciids.h updated to include Pontevecchio (PVC) platform.
* Add OAM formats and support for media engines in perf tests.
* Support for Xe driver.
* igt_runner can now dump GPU state on timeout.
* igt_runner will now use proper \'abort\' as result instead of pseudoresult.
* New vendor agnostic gputop tool.
* New tool to dump Intel GuC/HuC CSS header.
* Improve tools intel_watermark, intel_vbt_decode, intel_reg.
* New way for documenting tests will allow to generate documentation and testlists during build, see README.md and test_documentation.md. This is mandatory for Intel (both i915 and xe) and kms tests.
* Move intel specific tests to new directory.
* Ported and refactored drmlib security tests in amdgpu.
* Switch DRM selftests to KUnit.
* Enabled MeteorLake aux ccs tests.
* Exercise oversized object detection for Xe.
* Enable validation for VDSC output formats.
* Add support for Bigjoiner / 8K mode.
* Use intel_cmds_info library.
* Use Intel kernel gpu command definitions.
* Add a basic perf_pmu test.
* Add test for V3D\'s Wait BO IOCTL.
* Add i915_power test for power measurement.
* Remove sysfs_clients.- Remove intel-gpu-tools-libproc2_libproc2_library.patch (fixed upstream)- Remove u_intel-gpu-tools-1.7-fix-bashisms.patch (obsolete)
* Thu Apr 20 2023 Tejas Guruswamy - Build against libproc2 instead of libprocps
* intel-gpu-tools-libproc2_libproc2_library.patch
* Sat Mar 04 2023 Tejas Guruswamy - Update to version 1.27.1:
* Support for Intel discrete graphics and other new platforms (Andrzej Turko, Matt Roper, Clint Taylor, Tejas Upadhyay, et al)
* Support for MSM driver. (Mark Yacoub, Rob Clark)
* Support for SRIOV device selection. (Łukasz Łaguna)
* Tiled display emulation support with chamelium. (Kunal Joshi)
* Support for Chamelium v3. (Mark Yacoub)
* Initial FreeBSD support. (Jake Freeland)
* Structured communication from tests to igt_runner. (Petri Latvala)
* Removed last remaining uses of libdrm_intel in tests and tools. (Zbigniew Kempczyński)
* Automatic kernel code coverage collection during testing. (Mauro Carvalho Chehab)- Remove intel-gpu-tools_fix-meson.patch
* Sat May 21 2022 Tejas Guruswamy - Disable SUSE_ZNOW to fix failing tests on x86_64 + https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/102
* Fri Jan 14 2022 Tejas Guruswamy - Build with meson 0.60 (intel-gpu-tools_fix-meson.patch) + https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/107
* Sat May 15 2021 Tejas Guruswamy - Update to version 1.26:
* Autotools support has been entirely dropped in favor of only meson. (Arkadiusz Hiler)
* Tests can now signal that the whole test round should be aborted. (Arkadiusz Hiler)
* Various robustness improvements for Chamelium use. (Arkadiusz Hiler, Kunal Joshi, Imre Deak, et al)
* Device filtering improvements for multi-device use. (Arkadiusz Hiler)
* Device filtering for various Intel tools like intel_gpu_top. (Ayaz A Siddiqui)
* Overhauled kernel parameter handling. (Jani Nikula)
* Introduced an i915 batchbuffer facility. (Zbigniew Kempczyński)
* Improvements for testing nouveau. (Lyude Paul)
* More readable and useful output for lsgpu and other tools that list devices. (Tvrtko Ursulin)
* intel_gpu_top can now show per-client busyness stats. (Tvrtko Ursulin)
* igt_runner can now limit the disk space used by a single test. (Petri Latvala)- Switch to meson build system, Remove u_respect_cflags.diff (no longer needed)
* Sat Sep 05 2020 Tejas Guruswamy - Update to version 1.25:
* Meson build options have been renamed. Please check the news options in meson_options.txt and make sure you don\'t get any warnings when configuring the project. (Simon Ser)
* Compile-testing CI for MIPS. (Guillaume Tucker)
* Various igt_runner reliability improvements (Petri Latvala & Arkadiusz Hiler)
* Switched GEM tests to engine discovery. (Tvrtko Ursulin et al)
* Subtests can now be documented and their descriptions are available in generated HTML docs and on the command line via
*-describe. Documenting new tests is mandatory. (Arkadiusz Hiler)
* Unified library for EDID creation (Simon Ser)
* Chamelium port auto-discovery (Simon Ser)
* Tigerlake support (Lucas De Marchi)
* Cometlake support (Anusha Srivatsa)
* Add kernel selftest wrapper for dmabuf (Chris Wilson)
* Bumped required meson version to 0.47.2 (Arkadiusz Hiler)
* Rewritten README to be more friendly (Arkadiusz Hiler)
* Introduced dynamic subsubtests for getting partial result for runtime
*dependant features (Petri Latvala)
* IGT can now run on the selected GPU via --device and lsgpu tool (Zbigniew Kempczyński)
* Reduced runtime of many many tests (Chris Wilson et al)
* Sat Feb 29 2020 Dead Mozay - Update to version 1.24:
* Bumped required meson version to 0.47. (Arkadiusz Hiler)
* All the meson build options that used auto, true and false are now first class \'feature\' options taking auto, enabled and disabled. (Arkadiusz Hiler)
* Piglit as the primary test executor replaced by mostly drop-in compatible igt_runner. (Petri Latvala)
* Stack traces now contain source file names and line numbers, using libdw. (Maarten Lankhorst)
* Pixman dependency is now mandatory. (Maxime Ripard)
* The project has moved to gitlab, and uses gitlab\'s CI to build test and sanity test each commit on various distributions and architectures. (Arkadiusz Hiler et al)
* Shader debugger removed due to lack of use and accumulation of bitrot. (Arkadiusz Hiler)
* Added support for testing DP/HDMI audio with the Chamelium device, dropping the audio tests that required exotic custom hardware to execute. (Simon Ser)
* Autotools support dropped for various parts of IGT (assembler, documentation, etc). (Daniel Vetter)
* intel-gpu-top can now output data to stdout or a log file for noninteractive use. (Tvrtko Ursulin)- Remove n_disable-build-of-pm_rpm.patch is no longer needed