ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel driver has landed in mainline, userspace driver is part of mesa - Logs at https://oftc.irclog.whitequark.org/lima/
gamiee has quit [Remote host closed the connection]
gamiee has joined #lima
hexdump01 has joined #lima
hexdump0815 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #lima
<sarbes>
I could use some help running Piglit. With recent Main, I fail to get a full run. It seems that the HW gets into an unrecoverable state at some random point running the tests, resulting in a varying amount of passed tests.
<sarbes>
The CI pipeline seems to exclude some tests, but I haven't seen an easy way to do the same.
Daanct12 has quit [Quit: WeeChat 4.6.3]
Daanct12 has joined #lima
<sarbes>
I guess my question would be how to run Piglit properly on such a device.
uis_ has joined #lima
uis has quit [Read error: Connection reset by peer]
<enunes>
sarbes: I think your messages went only to matrix :)
<enunes>
sarbes: I'd say run piglit as in CI but otherwise I just ran my own script skipping what CI does, not sure if it is still in sync but something like https://paste.centos.org/view/raw/290234de
<enunes>
if you found some test which puts the hardware into unrecoverable state it might be useful to investigate, even if it tries to do something unsupported it most likely shouldn't make the hardware unusable...
<sarbes>
The messages made it to catirclogs and I didn't receive any errors, so it is fine for now. Although I'm often not sure if I'm authenticated...
<sarbes>
I haven't had the time to note what tests are causing the behaviour, but even in a "good" run, I had some crashes.
<sarbes>
I'll try your script, thanks.
<sarbes>
On a similar note, I have yet to figure out how to get the deqp tests going.
<enunes>
the fastest thing is to run with deqp-runner like CI does since that will also run tests in parallel , but if you want to run just the bare deqp-gles2 just something like this https://paste.centos.org/view/raw/995d8ecf
<sarbes>
Last time I've tried, I couldn't even compile the test suite. I faintly remember getting stuck, as some (installed) Vulkan headers couldn't be found. I've abandoned compiling the tests, as memory was really tight on the 32gb card. I'll retry if I ever need to setup the system again.
Daanct12 has quit [Quit: WeeChat 4.6.3]
dsimic is now known as Guest18021
dsimic has joined #lima
Guest18021 has quit [Ping timeout: 480 seconds]
<anarsoul>
sarbes: it might be easier to compile stuff in aarch64 chroot on a powerful x86_64 machine with qemu-user
<anarsoul>
and then you can mount the directory over nfs