asahi: ci: Rename asahi-g13g Vulkan CTS suite to asahi-agx2

Apple M1 and M2 GPUs are similar enough to use the same deqp-runner
suite. Use "agx2" as suffix to cover GPUs implementing the AGX2 ISA.
This covers at least the GPUs in all M1 and M2 SoCs.
Extend the `renderer_check` to match M2 (G14x) GPUs as well. The
original check already included M1 Pro/Max/Utra (G13S, G13C and G13D)
erroneously.

Signed-off-by: Janne Grunau <j@jannau.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39763>
This commit is contained in:
Janne Grunau 2026-02-08 12:22:15 +01:00 committed by Marge Bot
parent 1da57c5023
commit 8aad4cd495
4 changed files with 1 additions and 1 deletions

View file

@ -2,4 +2,4 @@
deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk"
caselists = ["/deqp-vk/mustpass/vk-main.txt"]
tests_per_group = 10000
renderer_check = "Apple M1"
renderer_check = "Apple M[12]"