* urjaman
bisected the Xorg/glamor hitting that assert i mentioned before
<urjaman>
first bad commit: [b8c4fb235ef4055a14a9a2aec07f3f906ef8a841] pan/midgard: Implement SIMD-aware dead code elimination
<urjaman>
"Results are meh." indeed xD
rhyskidd has joined #panfrost
rhyskidd has quit [Ping timeout: 276 seconds]
rhyskidd has joined #panfrost
<alyssa>
urjaman: Quiet you ;p
<alyssa>
urjaman: Mayhaps what HdkR said :)
<HdkR>
I'm just crazy old man, I don't know what you're talking about
* alyssa
is one of those three things
rhyskidd has quit [Ping timeout: 265 seconds]
_whitelogger has joined #panfrost
rhyskidd has joined #panfrost
* urjaman
is maybe 2 of those things :P
<urjaman>
anyways what i was trying to say before I updated mesa and crashed Xorg by breathing at it (yeah any interaction with the top bar, and alt-tabbing to another window could cause it)
<urjaman>
was that somehow the scrolling-segfault (was basically if you scroll a gtk app, included mousepad, thunar, transmission) has at some point disappeared and instead is an odd graphical glitch on scroll
<wens>
my name is probably the easiet to find in the kernel. it's in the maintainer's PGP guide :p
<wens>
tomeu: I'll give it a spin tomorrow
<tomeu>
nice!
<alyssa>
urjaman: FWIW I have the wacky scroll glitch reproduced locally
<wens>
tomeu: why is it v2 though?
<tomeu>
wens: because I have been using gitlab mrs for too long a time and I botched git-sendmail
<tomeu>
and I left your reported-by
<alyssa>
I miss mailing lists.
<alyssa>
Review on MRs is just so uncomfortable
<alyssa>
I did learn about appending .patch to the URL (which is what I do with GitHub) yesterday, so that makes MR review massively less annoying
<alyssa>
Can just open that all up locally and review like email
<tomeu>
maybe after a while you will miss gitlab when having to send patches :p
<alyssa>
Hmmm?
<alyssa>
ML is more convenient in both directions
<alyssa>
Only thing gitlab wins on is ease of applying other people's patches
<alyssa>
and now the CI stuff
<tomeu>
just mentioning that convenience is related to habit as well
<alyssa>
GitLab is literally slower though
<TheCycoONE>
heh
<alyssa>
There. I downloaded the patch with .patch
<alyssa>
Edited in vim like I was respondong to mail
<alyssa>
and pasted my responses in ```tags```
<alyssa>
This Is Fine
<tomeu>
everybody happy!
<alyssa>
\o/
<alyssa>
Compromise! :p
fysa has joined #panfrost
fysa has quit [Ping timeout: 276 seconds]
fysa has joined #panfrost
<tomeu>
narmstrong: btw, are you planning to re-enable lima CI?
fysa has quit [Ping timeout: 265 seconds]
<narmstrong>
tomeu: I should
fysa has joined #panfrost
fysa has quit [Ping timeout: 240 seconds]
enunes has quit [Read error: Connection reset by peer]
enunes has joined #panfrost
vstehle has quit [Quit: WeeChat 2.6]
vstehle has joined #panfrost
fysa has joined #panfrost
fysa has quit [Remote host closed the connection]
fysa has joined #panfrost
<narmstrong>
tomeu: i will, when more h3 boards are hooked on the lab
<anarsoul>
narmstrong: tomeu: what about these lafrite boards?
<narmstrong>
anarsoul: jobs are sent to potato board, which has the same gpu and twice memory
<anarsoul>
I thought potato had midgard
<anarsoul>
anyway, lafrite is more than enough to run deqp
<narmstrong>
We have more potato boards now in the lab, but whatever they share the same die but only the package differs between s905x and s805x
stikonas has joined #panfrost
<anarsoul>
narmstrong: I see
raster has quit [Quit: Gettin' stinky!]
raster has joined #panfrost
adjtm has quit [Ping timeout: 252 seconds]
TheKit has quit [Remote host closed the connection]
enunes has quit [Ping timeout: 268 seconds]
enunes has joined #panfrost
adjtm has joined #panfrost
janrinze has quit [Remote host closed the connection]
davidlt has quit [Ping timeout: 276 seconds]
TheKit has joined #panfrost
raster has quit [Quit: Gettin' stinky!]
* urjaman
has maybe figured out something about the memory corruption on exit of openscad
<urjaman>
the valgrind run effectively said that the block it tries to touch (during context destruction) was freed during a previous context destruction
<urjaman>
so i put a breakpoint on the context destruction and yeah openscad opens atleast 3 contexts, and the canary assert happens on the third context destruction...