From 51f86720b916d8844a6b7cf87bb3dfef1b3ae463 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Wed, 21 Apr 2021 14:57:05 +0200 Subject: [PATCH] ci: Update to a kernel that has the panfrost MMU fixes Needed for dEQP-GLES31.functional.draw_indirect, otherwise we end up with GPU faults. Signed-off-by: Boris Brezillon Reviewed-by: Tomeu Vizoso Acked-by: Alyssa Rosenzweig Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0607d544ed2..43008ea008b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -446,8 +446,8 @@ arm_build: stage: container-2 variables: GIT_STRATEGY: fetch - KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.11-for-mesa-ci-adcee9973be5/linux-v5.11-for-mesa-ci-adcee9973be5.tar.bz2" - MESA_ROOTFS_TAG: &kernel-rootfs "2021-04-20-gles-khr" + KERNEL_URL: "https://gitlab.freedesktop.org/bbrezillon/linux/-/archive/v5.11-for-mesa-ci-67aa5f8a239e/linux-v5.11-for-mesa-ci-67aa5f8a239e.tar.bz2" + MESA_ROOTFS_TAG: &kernel-rootfs "2021-04-21-panfrost-mmu-fix" DISTRIBUTION_TAG: &distribution-tag-arm "${MESA_ROOTFS_TAG}--${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" script: - .gitlab-ci/container/lava_build.sh