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
mav has quit [Ping timeout: 480 seconds]
mav has joined #panfrost
icecream95 has quit [Quit: leaving]
digetx is now known as Guest1220
Guest1220 has quit [Read error: Connection reset by peer]
digetx has joined #panfrost
chewitt has quit [Quit: Zzz..]
JulianGro has quit [Remote host closed the connection]
soreau has quit [Read error: Connection reset by peer]
soreau has joined #panfrost
Ajah has joined #panfrost
Ajah has quit [Remote host closed the connection]
guillaume_g has joined #panfrost
MajorBiscuit has joined #panfrost
icecream95 has joined #panfrost
MajorBiscuit has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #panfrost
Danct12 has quit [Remote host closed the connection]
rasterman has joined #panfrost
rasterman has quit [Quit: Gettin' stinky!]
rasterman has joined #panfrost
rasterman has quit [Read error: No route to host]
rasterman has joined #panfrost
rkanwal has joined #panfrost
camus has quit [Ping timeout: 480 seconds]
rkanwal has quit [Quit: rkanwal]
wolfshappen has quit []
wolfshappen has joined #panfrost
rkanwal has joined #panfrost
rkanwal has quit [Ping timeout: 480 seconds]
nlhowell has joined #panfrost
Danct12 has joined #panfrost
mb-karo has joined #panfrost
<mb-karo>
Hey everyone.
<mb-karo>
someone here who can help me with Mali G31 using panfrost Linux mainline 5.10 driver and mesa ?
rkanwal has joined #panfrost
rasterman- has joined #panfrost
<macc24>
mb-karo: 5.10?
jambalaya has quit [Ping timeout: 480 seconds]
<mb-karo>
@macc24 Linux 5.10.83 using "arm,mali-bifrost" compatible. drivers/gpu/drm/panfrost_drv.c
rasterman has quit [Ping timeout: 480 seconds]
<macc24>
mb-karo: what issues do you have? do you have any kernel patches? what board do you use?
<mb-karo>
I am using a Renesas RZ/G2L processor. It's on our own CoM. I don't have driver issues. Drivers comes up fine. I get /dev/dri/card[0-1]. I try to get accelerated wayland-weston desktop. Mesa 21.0.3 telling me it still uses "softpipe" as gl_renderer
<mb-karo>
btw I'm compiling mesa recipe from within Yocto / Poky.
<macc24>
can you try newer mesa version?
<mb-karo>
yes I can do. which one would you recommend?
<macc24>
newest one
<mb-karo>
I can try using mesa_22.0.0 from current poky upstream. I will let you know, give me a hour or so...
<macc24>
mb-karo: what permissions do /dev/dri/card[0-1] have?
<mb-karo>
crw-rw---- 1 video 226, 0 Jan 1 01:00 /dev/dri/card0crw-rw---- 1 video 226, 1 Jan 1 01:00 /dev/dri/card1
<mb-karo>
sorry for bad formatting, I'm new to irc
<macc24>
could've just said 660 but ok
<macc24>
is user that runs weston in video group?
<mb-karo>
I'm root
jambalaya has joined #panfrost
<mb-karo>
I have other CoMs using etnaviv mesa, they run fine with root user and 226 access for /dev/dri/card[0-1]
<macc24>
can you share dmesg log?
<mb-karo>
i will try newest mesa
<mb-karo>
of course. paste it into chat, or howto?
<macc24>
mb-karo: what options did you use when configuring mesa build?
<mb-karo>
i added 'PACKAGECONFIG_append = " panfrost"' in Yocto if that's enough information for you. Otherwise I will have to look inside the logs and see which exact compile command it used
<macc24>
i have no idea what does that PACKAGECONFIG_append option mean
<mb-karo>
okay. it's a wrapper in Yocto frameworks recipes which tells which features to use. i will look inside the logs for the exact options.
<mb-karo>
otherwise i might cross-compile mesa by hand with my toolchain.
<mb-karo>
i used the mesa 22.0.0 version. Now it works. My weston does no longer start automatically, but this seems to be another thing now. big thanks for your effort!
<mb-karo>
if you are interested in additional information, please let me know.