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:
David Heidelberg
2023-07-31 16:42:47 +03:00
committed by Marge Bot
parent fd21c998e6
commit 39a0791627
2 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ if [[ "$DEBIAN_ARCH" = "arm64" ]]; then
DEVICE_TREES+=" apq8016-sbc.dtb" DEVICE_TREES+=" apq8016-sbc.dtb"
DEVICE_TREES+=" apq8096-db820c.dtb" DEVICE_TREES+=" apq8096-db820c.dtb"
DEVICE_TREES+=" sc7180-trogdor-lazor-limozeen-nots-r5.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" DEVICE_TREES+=" sm8350-hdk.dtb"
KERNEL_IMAGE_NAME="Image" KERNEL_IMAGE_NAME="Image"

View File

@@ -312,12 +312,12 @@ a530-traces:
GPU_VERSION: freedreno-a618 GPU_VERSION: freedreno-a618
VK_DRIVER: freedreno VK_DRIVER: freedreno
.a618-test-kingoftown-r1: .a618-test-kingoftown:
extends: extends:
- .a618-test - .a618-test
variables: variables:
DEVICE_TYPE: sc7180-trogdor-kingoftown DEVICE_TYPE: sc7180-trogdor-kingoftown
DTB: sc7180-trogdor-kingoftown-r1 DTB: sc7180-trogdor-kingoftown
RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-kingoftown RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-kingoftown
.a618-test-limozeen-nots-r5: .a618-test-limozeen-nots-r5:
@@ -331,7 +331,7 @@ a530-traces:
a618_vk: a618_vk:
extends: extends:
- .lava-test-deqp:arm64 - .lava-test-deqp:arm64
- .a618-test-kingoftown-r1 - .a618-test-kingoftown
- .collabora-turnip-rules - .collabora-turnip-rules
parallel: 12 parallel: 12
variables: variables: