From bff63e1ed2396d5778982fc88a787d4f2a2dadb6 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Thu, 19 Sep 2024 20:40:18 +0900 Subject: [PATCH] ci/panfrost: switch to 6.11 with timestamp patches for traces Timestamp implementation is now available when switching to the Linux 6.11 + patches, so traces requiring timestamp feature works again properly. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11912 Reviewed-by: Vignesh Raman Signed-off-by: David Heidelberg Part-of: --- src/panfrost/ci/gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index b91a7976f9e..7453f4d0642 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -312,6 +312,11 @@ panfrost-t860-traces:arm64: - .panfrost-test - .lava-rk3399-gru-kevin:arm64 - .panfrost-traces + variables: + # force fixed kernel until 6.11 is switched officially + FORCE_KERNEL_TAG: "v6.11-rc7-mesa-3fb8" + KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${FORCE_KERNEL_TAG} + panfrost-g52-gl:arm64: parallel: 3