catfella has quit [Remote host closed the connection]
fourkbomb has quit [*.net *.split]
kaspter has quit [Ping timeout: 252 seconds]
kaspter has joined #panfrost
Elpaulo has quit [Quit: Elpaulo]
guillaume_g has joined #panfrost
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #panfrost
stikonas has joined #panfrost
warpme_ has joined #panfrost
fourkbomb has joined #panfrost
alpernebbi has joined #panfrost
raster has joined #panfrost
anarsoul|2 has joined #panfrost
anarsoul has quit [Ping timeout: 260 seconds]
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
catfella has joined #panfrost
Danct12 has joined #panfrost
mias has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
mias has quit [Quit: Konversation terminated!]
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #panfrost
guillaume_g has quit [Quit: Konversation terminated!]
<alyssa>
Down to 15 open panfrost MRs =)
<alyssa>
Still 15 too many but progress
<macc24>
alyssa: anything for me to test?
<alyssa>
macc24: Latest master with PAN_MESA_DEBUG=panblit is worth testing.
<macc24>
ok
<alyssa>
(Latest as in, from a few minutes ago)
<macc24>
sure
<alyssa>
[If this noticeably changes perf -- improvement or regression -- that's good to know. If it breaks an app, that's especially good to know :) ]
<macc24>
tbh i don't remember g72 performance from month ago
<macc24>
or like few weeks ago
<alyssa>
I'm pretty sure there were close to 30 MRs recently so. It's feeling good to get through some of the backlog.
<macc24>
ill let you know when it finishes compiling on my duet
<macc24>
ill also test retroarch and supertuxkart on my odroid go super
<macc24>
alyssa: firefox, supertuxkart, terraria all working
<macc24>
+ sway
<macc24>
i can also test traces of portal 2 and factorio but no one would play them on a duet
<alyssa>
woo :)
* alyssa
amkes sure she told you the right debug flag lol
<alyssa>
Yeah, PAN_MESA_DEBUG=panblit
<macc24>
weird
<alyssa>
hm?
<macc24>
with that much changes merged and no testing on g72 itself it should be broken
<alyssa>
r00d :-p
<robclark>
alyssa: you may have meant "Latest main with ..."
<alyssa>
robclark: blink
<alyssa>
uh
<alyssa>
right
<alyssa>
yes
notgood has joined #panfrost
kaspter has quit [Read error: Connection reset by peer]
<cphealy>
I'm looking at the Rockchip RK3266 DTSI and DTS for Odroid-Go and I see that the Mali G31 GPU frequency is set to 200MHz while the RK3266 datasheet references the G31 @ 650MHz. Does anyone know why this discrepancy exists?
<mmind00>
cphealy: the gpu has operating points ... see gpu_opp_table in px30.dtsi (parent dtsi) ... which has OPPs up to 480MHz and the kernel should switch frequencies based on load
<mmind00>
cphealy: though no clue on the 480MHz vs 650MHz you seem to have read in the datasheet
<cphealy>
mmind00: can you point me to the specific line in px30.dtsi? I'm looking at px30.dtsi and don't see what you are talking about.