mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
ci/freedreno: There is only one King of Town.
Drop -r1, which got removed in the Linux 6.4. Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24815>
This commit is contained in:
parent
fd21c998e6
commit
39a0791627
2 changed files with 4 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ if [[ "$DEBIAN_ARCH" = "arm64" ]]; then
|
|||
DEVICE_TREES+=" apq8016-sbc.dtb"
|
||||
DEVICE_TREES+=" apq8096-db820c.dtb"
|
||||
DEVICE_TREES+=" sc7180-trogdor-lazor-limozeen-nots-r5.dtb"
|
||||
DEVICE_TREES+=" sc7180-trogdor-kingoftown-r1.dtb"
|
||||
DEVICE_TREES+=" sc7180-trogdor-kingoftown.dtb"
|
||||
DEVICE_TREES+=" sm8350-hdk.dtb"
|
||||
KERNEL_IMAGE_NAME="Image"
|
||||
|
||||
|
|
|
|||
|
|
@ -312,12 +312,12 @@ a530-traces:
|
|||
GPU_VERSION: freedreno-a618
|
||||
VK_DRIVER: freedreno
|
||||
|
||||
.a618-test-kingoftown-r1:
|
||||
.a618-test-kingoftown:
|
||||
extends:
|
||||
- .a618-test
|
||||
variables:
|
||||
DEVICE_TYPE: sc7180-trogdor-kingoftown
|
||||
DTB: sc7180-trogdor-kingoftown-r1
|
||||
DTB: sc7180-trogdor-kingoftown
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-kingoftown
|
||||
|
||||
.a618-test-limozeen-nots-r5:
|
||||
|
|
@ -331,7 +331,7 @@ a530-traces:
|
|||
a618_vk:
|
||||
extends:
|
||||
- .lava-test-deqp:arm64
|
||||
- .a618-test-kingoftown-r1
|
||||
- .a618-test-kingoftown
|
||||
- .collabora-turnip-rules
|
||||
parallel: 12
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue