<austriancoder>
bl4ckb0ne: that does not answer my question :)
frieder has joined #etnaviv
<bl4ckb0ne>
yeah i know hunting already fixed issue is a waste of time, but the kernel version in that yocto distrib is not my decision sadly
<bl4ckb0ne>
i will try 5.17 today
<austriancoder>
bl4ckb0ne: you are not able to load a different kernel in bootloader? maybe via usb or network?
<bl4ckb0ne>
i can modify and rebuild the distrib locally, there are a lot more patches in the recipe other than the drm etnaviv ones
<austriancoder>
bl4ckb0ne: okay
<bl4ckb0ne>
hm the bump in meta-freescale/kirkstone from 5.15.148 to 5.15.156 fails to build, so im stuck debugging 5.15 for a while
<bl4ckb0ne>
do I need libGAL for libvivhook if I want to intercept etnaviv command stream?
f_ has joined #etnaviv
lynxeye has quit [Quit: Leaving.]
f_ has quit [Remote host closed the connection]
f_ has joined #etnaviv
frieder has quit [Remote host closed the connection]
mvlad has quit [Remote host closed the connection]
f_ has quit [Ping timeout: 480 seconds]
Surkow|laptop has quit [Remote host closed the connection]
Surkow|laptop has joined #etnaviv
<bl4ckb0ne>
austriancoder: no sight of the mmu issue but the gpu still hangs on 6.1.70
<bl4ckb0ne>
getting "GPU not yet idle, mask: 0x7fffaf9a" with it
<austriancoder>
libvivhook is used for libGAL.. for etnaviv there is nothing official, but you can patch mesa to dump the cmd stream to filesystem. Something like https://tmp.christian-gmeiner.info/0001-DROP-dump-cmd-stream-to-tmp.patch . You can then use dump_separate_cmdbuf.py -b to look at it.
<austriancoder>
but great.. the mmu fault is gone.
<austriancoder>
bl4ckb0ne: what mesa version are you using? Would recommend a recent one too
<bl4ckb0ne>
24 someting, last release I think
<bl4ckb0ne>
would devcoredump be useful for the hang?
<bl4ckb0ne>
thanks for the patch, i'll apply that and dump the stream
<austriancoder>
bl4ckb0ne: okay.. looks quite recent. Yeah.. devcoredump would be nice
<bl4ckb0ne>
could you point me to some doc please? I either find medium articles about "coredumpctl" or patchwork.kernel.org patches