ChanServ changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard + Bifrost + Valhall - Logs https://oftc.irclog.whitequark.org/panfrost
Daanct12 has joined #panfrost
krei-se- has joined #panfrost
krei-se has quit [Ping timeout: 480 seconds]
gospod has quit [Remote host closed the connection]
Daanct12 has quit [Quit: WeeChat 4.4.1]
Daanct12 has joined #panfrost
Stary has quit [Quit: ZNC - http://znc.in]
Stary has joined #panfrost
warpme has joined #panfrost
rasterman has joined #panfrost
aliceryhl has joined #panfrost
Daanct12 has quit [Quit: WeeChat 4.4.1]
Daanct12 has joined #panfrost
digetx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
digetx has joined #panfrost
krei-se- has quit []
krei-se has joined #panfrost
aliceryhl has quit [Remote host closed the connection]
aliceryhl has joined #panfrost
Daanct12 has quit [Quit: WeeChat 4.4.1]
aliceryhl has quit [Ping timeout: 480 seconds]
aliceryhl has joined #panfrost
aliceryhl has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #panfrost
paulk has quit [Ping timeout: 480 seconds]
paulk has joined #panfrost
warpme has quit []
rasterman has joined #panfrost
warpme has joined #panfrost
<mntirc> one can crash the rk3588 completely with shadertoy (chromium 128, wayland mode, sway, newest mesa from git)
<mntirc> with this shader: https://www.shadertoy.com/view/4t3SzN
<mntirc> the a311d with mali g52 also greatly suffers but doesn't crash
warpme has quit []
<mntirc> cc bbrezillon
<mntirc> the whole system freezes here when accessing that page
<mntirc> perhaps interesting: on g52 this yields > [ 1488.666493] panfrost ffe40000.gpu: gpu sched timeout, js=0, config=0x7301, status=0x8, head=0x17bbe900, tail=0x17bbe900, sched_job=00000000385ada72
warpme has joined #panfrost
warpme has quit []
rasterman has quit [Quit: Gettin' stinky!]
<robclark> probably just runs too slow and job timeout kicks in.. ie. probably WAI
bbrezillon has quit [Ping timeout: 480 seconds]
<mntirc> robclark: yeah, but is that expected to crash v10?
<daniels> crash, no
aliceryhl has joined #panfrost
aliceryhl has quit [Ping timeout: 480 seconds]
alyssa has joined #panfrost
<alyssa> mntirc: 9fps on m1 so yeah i can't imagine that going well on a mali
<alyssa> 200 atan's a pixel is going to hurt
<alyssa> Mesa implements atan with an 11th degree polynomial, which... hurts
<mntirc> :3
<alyssa> mntirc: oops i wrote a patch speeding up atan for all mesa drivers
<mntirc> alyssa: nice
<alyssa> i blame u uwu :3
<mntirc> :333
<alyssa> ok, patch series takes an atan on agx from 24 -> 13 instructions
<alyssa> so about half. I expect mali to be similar
<alyssa> and now to find out what it does for that shadertoy
<alyssa> 9.6fps -> 10fps
<alyssa> so... 4% reduction in frametime. Not as dramatic as I hoped but not terrible
<alyssa> mntirc: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30934 this does not fix your issue :P
* alyssa tries on mali
<alyssa> mali also helped a lot, though there's more on the table there