nir: use enum operator helper for nir_variable_mode and nir_metadata
[mesa.git] / .gitlab-ci / lava-deqp.yml.jinja2
index d5c0a2c6cf7593df2f1e9e757b7704856200d134..93cc6c20d1aa0dd345f3afffaf83aba10a05d1a9 100644 (file)
@@ -77,6 +77,8 @@ actions:
           - echo "nameserver 8.8.8.8" > /etc/resolv.conf
           - for i in 1 2 3; do sntp -sS pool.ntp.org && break || sleep 2; done
 
+          # amdgpu failed to find its firmware during boot, rebind
+          - echo 0000:00:01.0 > /sys/bus/pci/drivers/amdgpu/bind || true
 
 {% if env_vars %}
           - export {{ env_vars }}