mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 01:20:17 +01:00
ci/nouveau: adjust and add DEVICE_TYPE
Rather than string made from farm-device, use DTB as we use for most of the DEVICE_TYPE entries. Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26758>
This commit is contained in:
parent
18eb91da59
commit
db62ec3370
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
BM_CMDLINE: "console=ttyS0,115200n8 rw nfsrootdebug init=/init ip=dhcp root=/dev/nfs nfsroot=,tcp,nfsvers=4.2"
|
||||
BM_DTB: tegra124-jetson-tk1
|
||||
BM_KERNEL: zImage
|
||||
DEVICE_TYPE: anholt-jetson
|
||||
DEVICE_TYPE: tegra124-jetson-tk1
|
||||
FARM: anholt
|
||||
GPU_VERSION: nouveau-gk20a
|
||||
# 4 CPUs, but spawn a couple extra threads to make sure they stay busy while
|
||||
|
|
@ -71,6 +71,7 @@
|
|||
BM_CMDLINE: "console=ttyS0,115200n8 rw nfsrootdebug init=/init nfsroot=,tcp,nfsvers=4.2"
|
||||
BM_DTB: tegra210-p3450-0000
|
||||
BM_KERNEL: Image
|
||||
DEVICE_TYPE: tegra210-p3450-0000
|
||||
GPU_VERSION: nouveau-gm20b
|
||||
# 4 CPUs, but spawn a couple extra threads to make sure they stay busy while
|
||||
# some are waiting for the GPU.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue