diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-25 14:48:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:50 +0100 |
commit | e12c7801d7da3000914b4eaf75ff6b55e3fe006f (patch) | |
tree | 021f50d4a164fd9c637f21069a861b5edd796262 | |
parent | 41dc961f26f01f4563a102271516b52e61cf320b (diff) | |
download | poky-e12c7801d7da3000914b4eaf75ff6b55e3fe006f.tar.gz |
igt-gpu-tools: upgrade 1.28 -> 1.29
Changelog:
===========
- Added gcc warns: dangling-pointer, int-conversion
- More guidelines in CONTRIBUTING.
- Reorganized Tests: Moved all vendor specific tests to their own dir
- Fix musl/uclibc build
- New KMS framebuffer stress benchmark.
- Added basic Xe support in gem_wsim.
- Add documentation about cross-builds.
- Improve tests documentation.
- Add Battlemage (BMG) support in xe_pciids.h
- Add amdgpu GFX1152, GFX1150 and gfx12.
- Added inline support for iga64 assembly in GPGPU shader.
- Improved KUnit support.
- Enable igt run on security enhanced distros
- Use blitter as a default for all KMS tests.
- Increased MAX supported pipes to 16 (Pipe-A to Pipe-P)
- Added generic way to reset sysfs/debugfs attrs to default values upon
exit.
- Added hook scripts to igt_runner.
- Added support for Xe in KMS tests.
- Added new subtests and improvements to VRR.
- Added new subtests to force joiner.
- Added fbdev tests to Xe.
- Added amdgpu fuzzing tests.
- Added syncobj_eventfd test.
- Added basic Single-Root IO Virtualization (SRIOV) test.
- Added prime test for vmwgfx.
- Improved core_getversion.
- Improved kms_atomic on non-mutable planes.
- Added and improved Xe tests.
- New Xe perf/OA tools.
- New intel_tiling_detect tool.
- New option in lsgpu for printing GPU on PCI bus, working also
in case when no gpu driver is loaded.
- Added sysfs profiling knob to gputop.
- Support for Xe in gputop.
- Improved generating test lists at compilation time.
- Improved code coverage.
- Improved intel_vbt_decode and other intel tools.
(From OE-Core rev: 2c369fcbe7ee3353cf5c2bcbe06fe0767a85074e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb (renamed from meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb index 90cd09ea70..323c89ec37 100644 --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb +++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb | |||
@@ -9,8 +9,7 @@ LICENSE = "MIT" | |||
9 | 9 | ||
10 | inherit meson pkgconfig | 10 | inherit meson pkgconfig |
11 | 11 | ||
12 | SRCREV = "31ec677ca24e7ed86e35f367f40a29d3d9f51c06" | 12 | SRCREV = "fc3113c8c1e99797b2d4769aaf02265be64a7589" |
13 | PV = "1.28" | ||
14 | 13 | ||
15 | SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master" | 14 | SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master" |
16 | 15 | ||