diff mbox series

[05/21] igt-gpu-tools: upgrade 1.29 -> 1.30

Message ID 1734425887-18069-5-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit dbec508d17f7ab18efe757cbfc30b81ad5bca7b0
Headers show
Series [01/21] appstream: upgrade 1.0.3 -> 1.0.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 17, 2024, 8:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
General changes:
- New meson options xe_eudebug and vmtb.

Library changes:
- Added PantherLake (PTL) support, unified PCI IDs into one
  common header pciids.h
- Added BMG support for OA (Observability Architecture) for Xe driver.
- Added support for Xe3 platforms in GPGPU shader.
- Added 6k resolution support for a single CRTC.
- Added support for MTL platform in GPGPU compute.

Runner changes:
- Set option PRUNE_KEEP_ALL as default.
- Allow to dynamically ignore dmesg warn messages when generating
  results, usefull when driver is using kernel fault injection.

Test changes:
- Added sanity checks for KMS properties.
- Improved GPGPU tests for i915 and Xe.
- New SRIOV test for Functional Level Reset (FLR) for Xe.
- Added test that draws triangle without using 3d commands for vmwgfx.
- Added subtest for fallback for DP connector.
- Added async flips suspend resume subtest.
- New test for error handling of Xe at probe time.
- Added testing SIZE_HINTS property in KMS cursor test.
- Added KMS testing for ultrajoiner.
- New test for TLB invalidation in Xe.
- New test for timeslice duration in Xe.
- Display brightness test during DPMS on and off.
- New tests for EU debugging for Xe.

Tools changes:
- New power tool for power/energy measurement.
- New VM Testbench (VMTB) - SR-IOV Virtual Machine testing tool.
- Fixes in amd_hdmi_compliance.
- Fixes in intel_reg.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../{igt-gpu-tools_1.29.bb => igt-gpu-tools_1.30.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/igt-gpu-tools/{igt-gpu-tools_1.29.bb => igt-gpu-tools_1.30.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb
similarity index 97%
rename from meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb
rename to meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb
index 323c89ec37..a302e1877f 100644
--- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb
+++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb
@@ -9,7 +9,7 @@  LICENSE = "MIT"
 
 inherit meson pkgconfig
 
-SRCREV = "fc3113c8c1e99797b2d4769aaf02265be64a7589"
+SRCREV = "edf352a96646c8d793f0c1eb11795112f9bde725"
 
 SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master"