diff --git a/igt-gpu-tools-1.28.tar.xz b/igt-gpu-tools-1.28.tar.xz deleted file mode 100644 index 7009f09..0000000 --- a/igt-gpu-tools-1.28.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffcbdf61bd495803d9ae9dfa83e2fe04b8f583a2296fe059c1d5dd135a8a3b15 -size 2597284 diff --git a/igt-gpu-tools-1.28.tar.xz.sig b/igt-gpu-tools-1.28.tar.xz.sig deleted file mode 100644 index 69e973d..0000000 Binary files a/igt-gpu-tools-1.28.tar.xz.sig and /dev/null differ diff --git a/igt-gpu-tools-1.29.tar.xz b/igt-gpu-tools-1.29.tar.xz new file mode 100644 index 0000000..47947b0 --- /dev/null +++ b/igt-gpu-tools-1.29.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fe0d0f088cb50090b212f28b8960fb1e6160c681f5bea0654973aaa9909d8f +size 2944444 diff --git a/igt-gpu-tools-1.29.tar.xz.sig b/igt-gpu-tools-1.29.tar.xz.sig new file mode 100644 index 0000000..3f826cb Binary files /dev/null and b/igt-gpu-tools-1.29.tar.xz.sig differ diff --git a/intel-gpu-tools.changes b/intel-gpu-tools.changes index e52cc82..aa90cf8 100644 --- a/intel-gpu-tools.changes +++ b/intel-gpu-tools.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Oct 12 05:40:05 UTC 2024 - Tejas Guruswamy + +- Update to version 1.29. Tools and scripts changes: + * New Xe perf/OA tools. (Ashutosh Dixit) + * New intel_tiling_detect tool. (Zbigniew Kempczyński) + * New option in lsgpu for printing GPU on PCI bus, working also + in case when no gpu driver is loaded. (Zbigniew Kempczyński) + * Added sysfs profiling knob to gputop. (Adrián Larumbe) + * Support for Xe in gputop. (Lucas De Marchi) + * Improved generating test lists at compilation time.(Mauro Carvalho Chehab) + * Improved code coverage. (Mauro Carvalho Chehab) + * Improved intel_vbt_decode and other intel tools. (Ville Syrjälä, + Lucas De Marchi, Jani Nikula, Tvrtko Ursulin, Gustavo Sousa et al) + ------------------------------------------------------------------- Sun Dec 3 01:40:26 UTC 2023 - Tejas Guruswamy diff --git a/intel-gpu-tools.spec b/intel-gpu-tools.spec index e0fd9fd..5b74005 100644 --- a/intel-gpu-tools.spec +++ b/intel-gpu-tools.spec @@ -17,7 +17,7 @@ Name: intel-gpu-tools -Version: 1.28 +Version: 1.29 Release: 0 Summary: Collection of tools for development and testing of the Intel DRM driver License: MIT @@ -114,6 +114,7 @@ rm -v %{buildroot}%{_bindir}/code_cov_* %{_datadir}/igt-gpu-tools/ %{_libdir}/libigt.so.0 %{_libdir}/libi915_perf.so.1.5 +%{_libdir}/libxe_oa.so.1.5 %{_mandir}/man1/intel_* %doc %{_datadir}/gtk-doc/html/igt-gpu-tools/ @@ -123,5 +124,8 @@ rm -v %{buildroot}%{_bindir}/code_cov_* %{_libdir}/pkgconfig/i915-perf.pc %{_libdir}/pkgconfig/intel-gen4asm.pc %{_includedir}/i915-perf/ +%{_includedir}/xe-oa/ +%{_libdir}/libxe_oa.so +%{_libdir}/pkgconfig/xe-oa.pc %changelog