alyssa changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://freenode.irclog.whitequark.org/panfrost - <daniels> avoiding X is a huge feature
alyssa has quit [Remote host closed the connection]
stikonas has quit [Remote host closed the connection]
raster has quit [Quit: Gettin' stinky!]
kinkinkijkin has quit [Ping timeout: 260 seconds]
kinkinkijkin has joined #panfrost
vstehle has quit [Ping timeout: 240 seconds]
kaspter has quit [Remote host closed the connection]
kaspter has joined #panfrost
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #panfrost
<SolidHal> In gnome wayland I am seeing gnome shell report "Failed to open gpu '/dev/dri/card0' : Failed to activate universal planes: Operation not permitted" It says the same for /dev/dri/card1. I see some known issues around sway and panfrost that look like this as well but I can't quite tell what exactly is going wrong or what is to blame.
icecream95 has joined #panfrost
archetech has quit [Quit: Leaving]
davidlt has joined #panfrost
archetech has joined #panfrost
kinkinkijkin has quit [Read error: Connection reset by peer]
davidlt has quit [Ping timeout: 256 seconds]
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 272 seconds]
camus1 is now known as kaspter
vstehle has joined #panfrost
<brads> SolidHal: does your user have permissions to the card (ie part of a video group or udev rules to allow everyone access?)
nlhowell has joined #panfrost
davidlt has joined #panfrost
Net147_ has joined #panfrost
icecream95 has quit [Ping timeout: 260 seconds]
Net147 has quit [Ping timeout: 260 seconds]
icecream95 has joined #panfrost
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 256 seconds]
camus1 is now known as kaspter
<macc24> SolidHal: i think i have same issue on my laptop and it runs much better than xorg
<macc24> o run sway on it
nlhowell has quit [Ping timeout: 265 seconds]
icecream95 has quit [Ping timeout: 240 seconds]
stikonas has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
raster has joined #panfrost
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 265 seconds]
camus1 is now known as kaspter
kinkinkinkin has joined #panfrost
_whitelogger has joined #panfrost
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 272 seconds]
camus1 is now known as kaspter
_whitelogger has joined #panfrost
AreaScout has joined #panfrost
purringChaos has joined #panfrost
purringChaos has quit [Client Quit]
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #panfrost
archetech has quit [Quit: Leaving]
archetech has joined #panfrost
nerdboy has quit [Read error: No route to host]
<AreaScout> Hi all, Debian Buster, Linux version 5.10.0-rc1-arm64, Mali T860 (Panfrost), OpenGL ES 2.0 Mesa 20.1.9, Kodi 18.9 GBM crashes upon start, it is not able to open the GUI plane, opening the video plane is ok, here is the log https://pastebin.com/raw/7S5Wdb9K but modetest is able to find all planes see -> https://pastebin.com/raw/sjDrB0f7
<AreaScout> Rockchip SoC
<AreaScout> ODROID-N1
<AreaScout> And what device should Kodi open ? I have /dev/dri/card0 /dev/dri/card1 so one or two ? two is the Panfrost layer am I right ?
<AreaScout> Tried it on both with same error message iirc
<archetech> use rc2 and mesa-git
<archetech> works for me on arch
<AreaScout> ah thanks :)
<AreaScout> Just for correctness, Debian Bullseye not Buster
<AreaScout> Ok so mesa-git because kernel does not have any Panfrost changes from rc1 to rc2
<AreaScout> archetech are you using Kodi 19.x or Leia ?
<archetech> neither ya just need newer stuff imo
<archetech> yes youmade need to patch kernel I use a patched 5.9.3
<archetech> may
<archetech> pfrost is changing all the time ya know
<AreaScout> well that new stuff does not work
<AreaScout> I doubt that mesa has something to do with the selection of the drm plane, but compiling now
<AreaScout> there isn't any EGL/GLES init done, it crashes right before
<AreaScout> looks something similar like this --> [04:19:12] <SolidHal> In gnome wayland I am seeing gnome shell report "Failed to open gpu '/dev/dri/card0' .....
<AreaScout> well mayyybe
<AreaScout> no chance to dance with mesa-git, have to try kodi 19 then ...
<tomeu> AreaScout: one of cardX will be the display, and the other the GPU
<AreaScout> tomeu renderD128 is already the GPU, he was first ! :P both failed
<AreaScout> I tried both, all failed
<AreaScout> ERROR: Failed to get SDL_GL_RED_SIZE: OpenGL error: GL_INVALID_ENUM on latest SDL2 test suite with ./testgl2 but other than that it's working ! last time it was not \o/
<archetech> did you patch the kernel?
<AreaScout> no, it is just mainline
<archetech> ENUM one is recent fix
<AreaScout> link please
<archetech> how to patch a kernel? lmgtfy
<archetech> chewitt may have one
yann has quit [Read error: Connection reset by peer]
yann has joined #panfrost
<AreaScout> well that enum one is not the one I search of course, hope chewitt can help ?
<AreaScout> thx anyway :)
alpernebbi has joined #panfrost
AreaScout has quit [Quit: Leaving]
tgall_fo_ is now known as tgall_foo
<SolidHal> brads the main user is part of the video group, does whatever user gdm runs as also need to be?
<SolidHal> macc24 I agree wayland in general runs better than xorg on panfrost devices but these messages indicate to me that something that should be getting permission to the gpu renderer is not
<macc24> SolidHal: what issues do you have?
<SolidHal> Ah, seems it is an issue with wayland compositors not understanding split render and display controller devices, on an panfrost doesn't support DRM_CLIENBT_CAP_UNIVERSAL_PLANES? https://github.com/swaywm/sway/issues/4861
<SolidHal> macc24 besides the cursor being awful on gru-kevin? Nothing huge. Just usually a bad sign if your compositor is screaming about not being able to access video devices, so I'm curious
<macc24> SolidHal: does this happen on xorg with libinput driver too?
alpernebbi has quit [Quit: alpernebbi]
rando25892 has quit [Ping timeout: 260 seconds]
rando25892 has joined #panfrost
Green has quit [Quit: ...]
Green has joined #panfrost
<archetech> for first time I have hw accel on X with openbox per glxinfo
AreaScout has joined #panfrost
<AreaScout> Just a note here that I got it working, seems to be a quirks in code with the plane selection in Kodi Leia, I had to swap the search order gui plane first and then video -> weird !
nerdboy has joined #panfrost
blowfist has quit [Quit: leaving]
AreaScout has quit [Quit: Leaving]
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 256 seconds]
camus1 is now known as kaspter
<archetech> weston es2gears_wayland 120fps
Elpaulo has joined #panfrost
sigmaris has joined #panfrost
<sigmaris> AreaScout_: I ran into that bug with kodi too, it's more rockchip-drm related than panfrost related
<AreaScout_> I am a logbot, you can leave messages and AreaScout will get back to you asap :)
<sigmaris> It should be improved in kodi v19: https://github.com/xbmc/xbmc/pull/16237
archetech has quit [Quit: Konversation terminated!]
raster has quit [Quit: Gettin' stinky!]
raster has joined #panfrost
kinkinkijkin has quit [Remote host closed the connection]
kinkinkijkin has joined #panfrost
<jschwart> what about V4L2 request API support? does anybody have info on that?
<macc24> jschwart: it's not panfrost doing video decoding
<macc24> and it depends on SoC
archetech has joined #panfrost
raster- has joined #panfrost
davidlt has quit [Ping timeout: 256 seconds]
raster has quit [Remote host closed the connection]
raster- has quit [Quit: Gettin' stinky!]
raster has joined #panfrost
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #panfrost
rando25892 has quit [Ping timeout: 256 seconds]
archetech has quit [Quit: Textual IRC Client: www.textualapp.com]
<SolidHal> macc24 yeah, it happens on xorg with libinput and wayland.
tomboy64 has quit [Remote host closed the connection]
tomboy64 has joined #panfrost
archetech has joined #panfrost
kinkinkijkin has quit [Remote host closed the connection]
raster has quit [Quit: Gettin' stinky!]
camus1 has joined #panfrost
kaspter has quit [Ping timeout: 246 seconds]
camus1 is now known as kaspter
raster has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost