diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2024-04-02 19:19:40 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-04-18 15:04:57 +0000 |
commit | a8a00510865ef2665718ff0b999068834a34eaf4 (patch) | |
tree | 281b27fd9692073ccb0fc9d634c75b59fb7d57ea /src/panfrost | |
parent | d49ca71554b3c9a093393716c0abbf3bb166a194 (diff) |
panvk/ci: Make sure we catch GPU faults
PAN_MESA_DEBUG=sync allows us to abort on faults.
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28417>
Diffstat (limited to 'src/panfrost')
-rw-r--r-- | src/panfrost/ci/gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index a2f15d22552..7a5a014a7bd 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -241,7 +241,7 @@ panfrost-g52-vk:arm64: variables: MESA_VK_IGNORE_CONFORMANCE_WARNING: 1 PAN_I_WANT_A_BROKEN_VULKAN_DRIVER: 1 - PANVK_DEBUG: no_known_warn + PANVK_DEBUG: "no_known_warn,sync" DEQP_SUITE: panfrost-g52-vk panfrost-g52-piglit-gles2:arm64: |