Module: Mesa
Branch: main
Commit: b23423ce2e0828db4d75a18c8691fb683a9d78b8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b23423ce2e0828db4d75a18c8691fb683a9d78b8

Author: David Heidelberg <david.heidelb...@collabora.com>
Date:   Mon Jul 31 11:01:19 2023 +0300

ci/nouveau: define a kernel and dtb, so we can fetch it from external sources

Acked-by: Emma Anholt <e...@anholt.net>
Signed-off-by: David Heidelberg <david.heidelb...@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23563>

---

 src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml 
b/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml
index 8e0ec18d0fa..df78e125a63 100644
--- a/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml
+++ b/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml
@@ -41,6 +41,8 @@
   variables:
     BM_BOOTFS: /baremetal-files/jetson-tk1/
     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
     GPU_VERSION: nouveau-gk20a
     # 4 CPUs, but spawn a couple extra threads to make sure they stay busy 
while
     # some are waiting for the GPU.
@@ -55,6 +57,8 @@
   variables:
     BM_BOOTFS: /baremetal-files/jetson-nano/
     BM_CMDLINE: "console=ttyS0,115200n8 rw nfsrootdebug init=/init 
nfsroot=,tcp,nfsvers=4.2"
+    BM_DTB: tegra210-p3450-0000
+    BM_KERNEL: Image
     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.

Reply via email to