From 32925aa18822cea6cdc4851694118f74023c1908 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 9 Feb 2026 11:07:45 +0100 Subject: [PATCH] ci: Update kernel to pull in new build for freedreno The new kernel comes with CONFIG_DRM_PANEL_BOE_TV101WUM_NL6 enabled which is needed for the new sc7180-trogdor-wormdingler-rev1-boe device. It also includes three small msm fixes and adds host support for running VMs on arm64 for upcoming CI jobs. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/image-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 34fb10ad389..e03820221d9 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -32,7 +32,7 @@ variables: FEDORA_X86_64_BUILD_TAG: "20250917-rust" - KERNEL_TAG: "v6.17-mesa-ceea" + KERNEL_TAG: "v6.17-mesa-ddf6" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "0d2527f6" FIRMWARE_TAG: "8fc31b97"