From 44dbf8756e42518bf73c381dfb114f24bf9dbdda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 28 Jul 2025 08:28:46 +0300 Subject: [PATCH] freedreno/ci: uprev the kernel for the a750 We are still in the process of moving our kernels to gfx-ci/linux, but we got the request to uprev the kernel a month ago when I started my holiday, so let's not delay it more. Anyway, it is better to change only one variable at a time so no harm done. Part-of: --- src/freedreno/ci/gitlab-ci-inc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci-inc.yml b/src/freedreno/ci/gitlab-ci-inc.yml index 94f64c3b819..0be3d4b4470 100644 --- a/src/freedreno/ci/gitlab-ci-inc.yml +++ b/src/freedreno/ci/gitlab-ci-inc.yml @@ -351,9 +351,9 @@ FDO_CI_CONCURRENT: 8 RUNNER_FARM_LOCATION: mupuf CI_TRON_DUT_SETUP_TAGS: dt_gpu:codename:a750 - CI_TRON_KERNEL__URL: 'https://fs.mupuf.org/hdk8650/2025-01-23-msm-gpu-fault-fixes-msm-next-6dbabc6/linux-arm64' + CI_TRON_KERNEL__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64' CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__URL: 'https://fs.mupuf.org/hdk8650/sm8650-hdk-firmware.cpio.xz' - CI_TRON_DTB__0__URL: 'https://fs.mupuf.org/hdk8650/2025-01-23-msm-gpu-fault-fixes-msm-next-6dbabc6/linux-arm64.dtbs.cpio.xz' + CI_TRON_DTB__0__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64.dtbs.cpio.xz' CI_TRON_DTB__0__FORMAT__0__ARCHIVE__MATCH: 'boot/dtbs/qcom/sm8650-hdk.dtb' CI_TRON__B2C_SWAP_SIZE: '16g' CI_TRON_TIMEOUT__FIRST_CONSOLE_ACTIVITY__MINUTES: 0.5