ChanServ changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://oftc.irclog.whitequark.org/panfrost - <macc24> i have been here before it was popular
camus has joined #panfrost
atler is now known as Guest1280
atler has joined #panfrost
Guest1280 has quit [Ping timeout: 480 seconds]
ente` has quit [Ping timeout: 480 seconds]
<icecream95>
It appears that TLS might not work correctly on Bifrost with >32-bit VAs
<icecream95>
Wait the test randomly decided to start passing now?
<icecream95>
Oops I forgot to rebuild Mesa, ignore
camus has quit [Ping timeout: 480 seconds]
camus has joined #panfrost
camus1 has joined #panfrost
ente` has joined #panfrost
camus has quit [Ping timeout: 480 seconds]
floof58 has quit [Ping timeout: 480 seconds]
floof58 has joined #panfrost
Daanct12 has joined #panfrost
Daanct12 has quit [Ping timeout: 480 seconds]
rasterman has joined #panfrost
nlhowell has joined #panfrost
tolszak has joined #panfrost
rkanwal has joined #panfrost
rkanwal has quit [Quit: rkanwal]
rkanwal has joined #panfrost
icecream95 has quit [Ping timeout: 480 seconds]
nlhowell has quit [Ping timeout: 480 seconds]
bbrezillon has quit [Ping timeout: 480 seconds]
bbrezillon has joined #panfrost
alyssa has joined #panfrost
technopo1rot has joined #panfrost
<alyssa>
tomeu: Trying to get MT8192 CI coverage
<alyssa>
Currently stuck at " This job is stuck because you don't have any active runners online or available with any of these tags assigned to them: mesa-ci-x86-64-lava-mt8192-asurada-spherion-rev2 "
<alyssa>
I'm not sure how LAVA runners become GitLab runners
<tomeu>
alyssa: ah, I will take care of that
<alyssa>
thank you :)
<tomeu>
alyssa: done!
<tomeu>
haven't tested it though
<alyssa>
thanks! i think you're right though, that kernel is the bigger problem rn
<alyssa>
linux-next is missing a ton of stuff, i think
<tomeu>
and would be problematic for other hw, probably
<tomeu>
alyssa: btw, the boot method should be depthcharge
<alyssa>
Yeah
<alyssa>
I guess having Mesa so far ahead of kernel upstreaming is unusual.
<tomeu>
kernel people... :p
<tomeu>
alyssa: you will need to clear KERNEL_IMAGE_TYPE as well
<alyssa>
could backport + cherrypick a ton of patches to gfx-ci/linux but frankly I don't think I have the skill / patience to get it right
* macc24
stares silently while grinning
anholt has quit [Read error: Connection reset by peer]
<macc24>
now if only my mt8192 machine existed anywhere else than my imagination
<HdkR>
Crimbles came early this year
<HdkR>
ES 3.2 wen?
* HdkR
runs
<alyssa>
HdkR: when someone writes a cheque for [large number] out to Collabora, Ltd? :-p
<HdkR>
Sounds like a better cheque would be for more Vulkan work :D
rkanwal has joined #panfrost
<macc24>
alyssa: i can do a cheque for 100 000 zimbabwe dollars :D
<macc24>
s/100 000/100.000/
<alyssa>
HdkR: yes well
<alyssa>
Okay, Mali-G57 supported upstream now. Go wild~
<alyssa>
Perf should be decent too. still lots of low hanging fruits but hey.
ente` has quit [Ping timeout: 480 seconds]
rasterman has quit [Quit: Gettin' stinky!]
ente` has joined #panfrost
rasterman has joined #panfrost
ente` has quit [Ping timeout: 480 seconds]
anarsoul|2 is now known as anarsoul
* alyssa
switches gears to Vulkan
<HdkR>
Maximum Vulkan engaged
* alyssa
tries simplifying how we do internal shaders
rkanwal has quit [Ping timeout: 480 seconds]
<macc24>
do i really need drm drivers aside panfrost for 3d acceleration?
<macc24>
would panfrost render to panel handled by simpledrm?
<alyssa>
maybe
ente` has joined #panfrost
ente` has quit [Ping timeout: 480 seconds]
ente` has joined #panfrost
ente` has quit [Ping timeout: 480 seconds]
jambalaya has quit [Ping timeout: 480 seconds]
jambalaya has joined #panfrost
<robclark>
simpledrm can't do pageflipping, IIRC.. which will at least break some userspace expectations
<anholt>
robclark: pageflipping should be fine.
ente` has joined #panfrost
* anholt
had glxgears on a spi panel back in the vc4 days
<robclark>
hmm, maybe I'm confusing my simple drm drivers.. I thought simpledrm was the dt equiv to efifb? Ie. the bootloader sets it up and kernel doesn't know how to change anything?
<robclark>
or maybe that was simplefb
<alyssa>
yes
<robclark>
anyways, the question was about needing other drm drivers, so perhaps macc24 meant simplefb.. because anything that can do pageflipping is not a non-driver ;-)
<alyssa>
robclark: you should've seen my 1 register apple drm non-driver ;-)
<alyssa>
It did page flipping! :-D
<robclark>
that may be approaching a non-driver, but if it hammers one reg it is still 0.000001% of a driver :-P
ente` has quit [Ping timeout: 480 seconds]
<alyssa>
:-D
<alyssa>
(The one register being the base IOVA of the primary plane)
icecream95 has joined #panfrost
rasterman has quit [Quit: Gettin' stinky!]
<icecream95>
alyssa: By "simplifying how we do internal shaders", do you mean something that my driver-internal OpenCL branch would help with?