From 7e8dce8c93268891fd16dda0c743300a93d21743 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sun, 21 Jan 2024 20:32:30 +0100 Subject: [PATCH] ci: bump kernel to 6.6.12, modularize i915, add Transparent Huge Pages - new LTS kernel releease - i915 able to load firmwares from rootfs (loaded later, but gaining PM firmware loading support also necessary for ADL to loadup) - i915 screams that without THP may have degraded perf, let him have it Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/image-tags.yml | 2 +- src/intel/ci/gitlab-ci-inc.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index e3c3f05725e..ebe4c9b96d2 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -26,7 +26,7 @@ variables: ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version" FEDORA_X86_64_BUILD_TAG: "2024-01-06-libdrm" KERNEL_ROOTFS_TAG: "2024-01-19-zlib" - KERNEL_TAG: "v6.6.4-for-mesa-ci-e4f4c500f7fb" + KERNEL_TAG: "v6.6.12-for-mesa-ci-5a92d0709d0b" KERNEL_REPO: "gfx-ci/linux" PKG_REPO_REV: "67f2c46b" diff --git a/src/intel/ci/gitlab-ci-inc.yml b/src/intel/ci/gitlab-ci-inc.yml index 16a9e19408a..a40cf61493d 100644 --- a/src/intel/ci/gitlab-ci-inc.yml +++ b/src/intel/ci/gitlab-ci-inc.yml @@ -188,6 +188,7 @@ DEVICE_TYPE: acer-cb317-1h-c3z6-dedede FDO_CI_CONCURRENT: 3 GPU_VERSION: iris-jsl + HWCI_KERNEL_MODULES: i915 RUNNER_TAG: mesa-ci-x86-64-lava-acer-cb317-1h-c3z6-dedede # Status: https://lava.collabora.dev/scheduler/device_type/asus-C523NA-A20057-coral @@ -196,6 +197,7 @@ DEVICE_TYPE: asus-C523NA-A20057-coral FDO_CI_CONCURRENT: 5 GPU_VERSION: iris-apl + HWCI_KERNEL_MODULES: i915 RUNNER_TAG: mesa-ci-x86-64-lava-asus-C523NA-A20057-coral # Status: https://lava.collabora.dev/scheduler/device_type/hp-x360-12b-ca0010nr-n4020-octopus @@ -204,6 +206,7 @@ DEVICE_TYPE: hp-x360-12b-ca0010nr-n4020-octopus FDO_CI_CONCURRENT: 3 GPU_VERSION: iris-glk + HWCI_KERNEL_MODULES: i915 RUNNER_TAG: mesa-ci-x86-64-lava-hp-x360-12b-ca0010nr-n4020-octopus # Status: https://lava.collabora.dev/scheduler/device_type/asus-cx9400-volteer @@ -213,6 +216,7 @@ DEVICE_TYPE: asus-cx9400-volteer FDO_CI_CONCURRENT: 9 GPU_VERSION: anv-tgl + HWCI_KERNEL_MODULES: i915 RUNNER_TAG: mesa-ci-x86-64-lava-asus-cx9400-volteer # Status: https://lava.collabora.dev/scheduler/device_type/asus-C433TA-AJ0005-rammus @@ -221,6 +225,7 @@ DEVICE_TYPE: asus-C433TA-AJ0005-rammus FDO_CI_CONCURRENT: 5 GPU_VERSION: iris-amly + HWCI_KERNEL_MODULES: i915 RUNNER_TAG: mesa-ci-x86-64-lava-asus-C433TA-AJ0005-rammus # Status: https://lava.collabora.dev/scheduler/device_type/hp-x360-14-G1-sona @@ -229,6 +234,7 @@ DEVICE_TYPE: hp-x360-14-G1-sona FDO_CI_CONCURRENT: 9 GPU_VERSION: iris-kbl + HWCI_KERNEL_MODULES: i915 RUNNER_TAG: mesa-ci-x86-64-lava-hp-x360-14-G1-sona # Status: https://lava.collabora.dev/scheduler/device_type/dell-latitude-5400-8665U-sarien @@ -237,6 +243,7 @@ DEVICE_TYPE: dell-latitude-5400-8665U-sarien FDO_CI_CONCURRENT: 9 GPU_VERSION: iris-whl + HWCI_KERNEL_MODULES: i915 RUNNER_TAG: mesa-ci-x86-64-lava-dell-latitude-5400-8665U-sarien # Status: https://lava.collabora.dev/scheduler/device_type/asus-C436FA-Flip-hatch @@ -245,6 +252,7 @@ DEVICE_TYPE: asus-C436FA-Flip-hatch FDO_CI_CONCURRENT: 9 GPU_VERSION: iris-cml + HWCI_KERNEL_MODULES: i915 RUNNER_TAG: mesa-ci-x86-64-lava-asus-C436FA-flip-hatch