mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 06:10:36 +01:00
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 <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27185>
This commit is contained in:
parent
459b522251
commit
7e8dce8c93
2 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue