ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
reillybrogan_ has joined #wayland
reillybrogan has quit [Ping timeout: 480 seconds]
columbar1 has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
vivek has quit [Read error: Connection reset by peer]
vivek has joined #wayland
boistordu has joined #wayland
boistordu_old has quit [Ping timeout: 480 seconds]
zebrag has quit [Quit: Konversation terminated!]
naveenk2 has joined #wayland
naveenk2 has quit []
dcz has joined #wayland
dcz_ has quit [Ping timeout: 480 seconds]
<wlb> wayland.freedesktop.org/main: Peter Hutterer * libinput 1.18.0 release https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/commit/8d4130c21fd1 libinput/doc/ 1.18.0/.buildinfo 1.18.0/_images/button-debouncing-wave-diagram.svg 1.18.0/_images/button-scrolling.svg 1.18.0/_images/clickfinger-distance.svg 1.18.0/_images/clickfinger.svg 1.18.0/_images/edge-scrolling.svg 1.18.0/_images/gesture-2fg-ambigu
jgrulich has joined #wayland
naveenk2 has joined #wayland
naveenk21 has joined #wayland
naveenk2 has quit [Ping timeout: 480 seconds]
naveenk21 has quit []
naveenk2 has joined #wayland
naveenk21 has joined #wayland
naveenk2 has quit [Ping timeout: 480 seconds]
naveenk2 has joined #wayland
naveenk21 has quit [Ping timeout: 480 seconds]
Lyude has quit [Quit: WeeChat 3.0.1]
Lyude has joined #wayland
naveenk21 has joined #wayland
naveenk2 has quit [Ping timeout: 480 seconds]
rasterman has joined #wayland
naveenk21 has quit []
pnowack has joined #wayland
FLHerne has quit [Quit: There's a real world out here!]
immibis has quit [Ping timeout: 480 seconds]
naveenk2 has joined #wayland
Lucretia has joined #wayland
danvet has joined #wayland
vivek has quit [Remote host closed the connection]
<pq> emersion, daniels, ManMower, yeah, gitlab diffs miss information and stuff. At that point I just 'git fetch-mr NNN' and look at it in gitk to write comments in gitlab. (It's a tiny git script I made.)
<pq> should probably try Bichon again
<emersion> i haven't ever managed to get Bichon working
<emersion> i got a crash last time iirc
<pq> oh, it did work the time I tried it quite a while back, but I didn't take into use
<pq> and definitely not going to use my holidays to look into it :-)
<pq> roughly one week left before I approximately disappear for three weeks
aleasto has joined #wayland
leon-p has joined #wayland
naveenk2 has quit []
leon-p has quit []
flacks has quit [Quit: Quitter]
flacks has joined #wayland
naveenk2 has joined #wayland
MrCooper has quit [Remote host closed the connection]
MrCooper has joined #wayland
FLHerne has joined #wayland
leon-p has joined #wayland
naveenk2 has quit []
heftighousefloodednointernetac has quit []
heftighousefloodednointernetac has joined #wayland
tzimmermann has joined #wayland
glennk has quit [Read error: Connection reset by peer]
glennk has joined #wayland
glennk has quit []
glennk has joined #wayland
naveenk2 has joined #wayland
naveenk2 has quit []
naveenk2 has joined #wayland
GoGi has quit [Quit: GoGi]
zebrag has joined #wayland
jgrulich has quit [Ping timeout: 480 seconds]
GoGi has joined #wayland
naveenk2 has quit []
naveenk2 has joined #wayland
naveenk2 has quit [Ping timeout: 480 seconds]
naveenk2 has joined #wayland
naveenk2 has quit []
naveenk2 has joined #wayland
cedric is now known as bluebugs
naveenk2 has quit []
Sumera[m] is now known as Sumera
vivek has joined #wayland
vivek has quit [Ping timeout: 480 seconds]
vivek has joined #wayland
xantoz has quit []
xantoz has joined #wayland
leon-p_ has joined #wayland
leon-p has quit [Ping timeout: 480 seconds]
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #wayland
immibis has joined #wayland
aleasto has quit [Remote host closed the connection]
yoslin has quit [Quit: WeeChat 3.2]
yoslin has joined #wayland
leon-p_ has quit []
tzimmermann has quit [Quit: Leaving]
rasterman has quit [Quit: Gettin' stinky!]
danvet has quit [Ping timeout: 480 seconds]
<JPEW> I'm using dmabuf with weston on a Raspberry Pi 4, and ran into a weird situation. There are two DRM devices (/dev/dri/card[01]). My application has to use the same one as weston in order for it to import dmabufs, but I don't know how to know which one that is
<emersion> can you forget this question, go back in a few months, then ask it again? ;_;
<emersion> tl;dr there's no good way to do this right now
<emersion> but we're working on a fix
<JPEW> emersion: Ah. My current "hack" is to look at the DRM device reported by wl_drm, but it feels yucky
<emersion> yeah, wl_drm is the only thing you have rn, and it's a private mesa protocol
<emersion> that said… do both of these devices have a render node?
<JPEW> emersion: No, /dev/dri/renderD128 is the only render node and it's tied to the wrong /dev/dri/card
<emersion> hm, tbh that's weird
<emersion> weston should accept the import
<emersion> … unless vc4 is missing something like this? https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12018
<emersion> at what point does the import fail in weston?
<emersion> if you use the render node in the client
<JPEW> I see `drmPrimeFDToHandle() failed: Invalid argument` from weston
<JPEW> FWIW, `weston-simple-dmabuf-egl` is the client
<emersion> seems like this is exactly the message removed by that mesa MR
<JPEW> `weston-simple-dmabuf-egl -d /dev/dri/renderD128` fails, `weston-simple-dmabuf-egl -d /dev/dri/card0` passes
<JPEW> emersion: Ah, is `kmsro` `KMS Render Only` ?
<emersion> yes
<JPEW> That makes sense, that is the driver that I'm using... I'll try that patch
<emersion> this patch is for atnaviv, not v3d
<JPEW> Ah
<emersion> maybe grep for renderonly_create_gpu_import_for_resource in v3d
<emersion> if it's missing, it probably needs a port of that patch
<emersion> (resource_from_handle is another good thing to grep for)
* JPEW does some grepping
<emersion> i really don't like how kmsro just breaks badly if the driver forgets this
<emersion> and i've seen this exact bug for at least 3 drivers so far
rasterman has joined #wayland
<JPEW> emersion: It looks like v3d does the renderonly_create_gpu_import_for_resource, but not in a loop
<emersion> hm
<emersion> it may be fine, if it doesn't support multiplanar textures
<emersion> would be nice to know where that EINVAL is coming from in the kernel
<emersion> can you maybe try to collect kernel logs? https://github.com/swaywm/wlroots/wiki/DRM-Debugging
<JPEW> emersion: Sure
<emersion> (no need to restart your compositor, just enable logs, then reproduce the import failure, then stop the logs)
<JPEW> A lot of output... trying to see if I can narrow it down
<JPEW> I couldn't find anything
<emersion> sigh, probably missing kernel logging again…
<emersion> [ 276.102522] [drm:drm_gem_cma_prime_import_sg_table] dma_addr = 0x00000000fb008000, size = 262144
<emersion> maybe related
<emersion> JPEW: do you see "Failed to create scanout resource." as well?
<emersion> in the client
<emersion> ah, no, in weston
<emersion> i think this failure should be non-fatal
<emersion> should be made non-fatal*, i mean
<JPEW> Yes, I see that in weston
<emersion> if the client provides a buffer that cannot be scanned out, weston can still use it
<emersion> for texturing
<emersion> can you try to remove the `goto fail` in mesa?
<emersion> right after that log?
<JPEW> Sure. It will take me a bit to get that setup. I'll report back tomorrow :)
<emersion> JPEW: let me know if you need help setting up mesa for local testing
<JPEW> emersion: I can do that easily enough
<emersion> cool!
<JPEW> Thanks for the help
<emersion> np :)
<emersion> i think an audit of all drivers wouldn't be a bad idea, to make sure they use renderonly_create_gpu_import_for_resource, and use it correctly
<emersion> all drivers which can work with kmsro, that is
leon-p has joined #wayland
xexaxo_ has quit [Read error: Connection reset by peer]
xexaxo_ has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
kennylevinsen has left #wayland [#wayland]
kennylevinsen has joined #wayland
ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
heftighousefloodednointernetac has quit []
heftig[m] has joined #wayland
yoslin has quit [reticulum.oftc.net coulomb.oftc.net]
MrCooper has quit [reticulum.oftc.net coulomb.oftc.net]
Lucretia has quit [reticulum.oftc.net coulomb.oftc.net]
dcz has quit [reticulum.oftc.net coulomb.oftc.net]
mcepl has quit [reticulum.oftc.net coulomb.oftc.net]
mupuf has quit [reticulum.oftc.net coulomb.oftc.net]
Emantor has quit [reticulum.oftc.net coulomb.oftc.net]
ppascher has quit [reticulum.oftc.net coulomb.oftc.net]
muhomor has quit [reticulum.oftc.net coulomb.oftc.net]
floof58 has quit [reticulum.oftc.net coulomb.oftc.net]
ongy[m] has quit [reticulum.oftc.net coulomb.oftc.net]
Guest1032 has quit [reticulum.oftc.net coulomb.oftc.net]
saumon has quit [reticulum.oftc.net coulomb.oftc.net]
YaLTeR[m] has quit [reticulum.oftc.net coulomb.oftc.net]
go4godvin has quit [reticulum.oftc.net coulomb.oftc.net]
dos1 has quit [reticulum.oftc.net coulomb.oftc.net]
modin has quit [reticulum.oftc.net coulomb.oftc.net]
wrl has quit [reticulum.oftc.net coulomb.oftc.net]
zamundaaa has quit [reticulum.oftc.net coulomb.oftc.net]
wlb has quit [reticulum.oftc.net coulomb.oftc.net]
juergbi has quit [reticulum.oftc.net coulomb.oftc.net]
V has quit [reticulum.oftc.net coulomb.oftc.net]
ryzokuken has quit [reticulum.oftc.net coulomb.oftc.net]
tagr has quit [reticulum.oftc.net coulomb.oftc.net]
pq has quit [reticulum.oftc.net coulomb.oftc.net]
romangg has quit [reticulum.oftc.net coulomb.oftc.net]
vsyrjala has quit [reticulum.oftc.net coulomb.oftc.net]
whot has quit [reticulum.oftc.net coulomb.oftc.net]
marex has quit [reticulum.oftc.net coulomb.oftc.net]
rawoul has quit [reticulum.oftc.net coulomb.oftc.net]
mriesch has quit [reticulum.oftc.net coulomb.oftc.net]
Prf_Jakob has quit [reticulum.oftc.net coulomb.oftc.net]
pw has quit [reticulum.oftc.net coulomb.oftc.net]
JoshuaAshton has quit [reticulum.oftc.net coulomb.oftc.net]
jadahl has quit [reticulum.oftc.net coulomb.oftc.net]
yoslin has joined #wayland
modin has joined #wayland
dcz has joined #wayland
ppascher has joined #wayland
Emantor has joined #wayland
muhomor has joined #wayland
YaLTeR[m] has joined #wayland
saumon has joined #wayland
ongy[m] has joined #wayland
Guest1032 has joined #wayland
go4godvin has joined #wayland
ryzokuken has joined #wayland
V has joined #wayland
JoshuaAshton has joined #wayland
marex has joined #wayland
tagr has joined #wayland
rawoul has joined #wayland
Prf_Jakob has joined #wayland
romangg has joined #wayland
zamundaaa has joined #wayland
vsyrjala has joined #wayland
whot has joined #wayland
pq has joined #wayland
pw has joined #wayland
wrl has joined #wayland
MrCooper has joined #wayland
mcepl has joined #wayland
Lucretia has joined #wayland
floof58 has joined #wayland
juergbi has joined #wayland
wlb has joined #wayland
jadahl has joined #wayland
dos1 has joined #wayland
mupuf has joined #wayland
mriesch has joined #wayland
xexaxo_ has quit [reticulum.oftc.net kinetic.oftc.net]
immibis has quit [reticulum.oftc.net kinetic.oftc.net]
FLHerne has quit [reticulum.oftc.net kinetic.oftc.net]
Sumera has quit [reticulum.oftc.net kinetic.oftc.net]
qyliss has quit [reticulum.oftc.net kinetic.oftc.net]
LaserEyess has quit [reticulum.oftc.net kinetic.oftc.net]
r00tobo has quit [reticulum.oftc.net kinetic.oftc.net]
bodiccea_ has quit [reticulum.oftc.net kinetic.oftc.net]
damjan has quit [reticulum.oftc.net kinetic.oftc.net]
dblsaiko has quit [reticulum.oftc.net kinetic.oftc.net]
rails[m] has quit [reticulum.oftc.net kinetic.oftc.net]
arichardson[m] has quit [reticulum.oftc.net kinetic.oftc.net]
DasChaos[m] has quit [reticulum.oftc.net kinetic.oftc.net]
niecoinny[m] has quit [reticulum.oftc.net kinetic.oftc.net]
wolfshappen has quit [reticulum.oftc.net kinetic.oftc.net]
kennylevinsen has quit [reticulum.oftc.net kinetic.oftc.net]
ofourdan has quit [reticulum.oftc.net kinetic.oftc.net]
heeen has quit [reticulum.oftc.net kinetic.oftc.net]
mceier has quit [reticulum.oftc.net kinetic.oftc.net]
tzafrir has quit [reticulum.oftc.net kinetic.oftc.net]
dreda has quit [reticulum.oftc.net kinetic.oftc.net]
flokli has quit [reticulum.oftc.net kinetic.oftc.net]
zubzub has quit [reticulum.oftc.net kinetic.oftc.net]
Levanx has quit [reticulum.oftc.net kinetic.oftc.net]
mstoeckl has quit [reticulum.oftc.net kinetic.oftc.net]
dnkl has quit [reticulum.oftc.net kinetic.oftc.net]
zzag has quit [reticulum.oftc.net kinetic.oftc.net]
dottedmag has quit [reticulum.oftc.net kinetic.oftc.net]
feiqu has quit [reticulum.oftc.net kinetic.oftc.net]
FLHerne has joined #wayland
damjan has joined #wayland
xexaxo_ has joined #wayland
dblsaiko has joined #wayland
niecoinny[m] has joined #wayland
arichardson[m] has joined #wayland
wolfshappen has joined #wayland
ofourdan has joined #wayland
heeen has joined #wayland
tzafrir has joined #wayland
mstoeckl has joined #wayland
mceier has joined #wayland
dnkl has joined #wayland
feiqu has joined #wayland
dottedmag has joined #wayland
dreda has joined #wayland
flokli has joined #wayland
zubzub has joined #wayland
Levanx has joined #wayland
kennylevinsen has joined #wayland
zzag has joined #wayland
r00tobo has joined #wayland
Sumera has joined #wayland
qyliss has joined #wayland
bodiccea_ has joined #wayland
rails[m] has joined #wayland
DasChaos[m] has joined #wayland
LaserEyess has joined #wayland
immibis has joined #wayland
zebrag has quit [reticulum.oftc.net helix.oftc.net]
boistordu has quit [reticulum.oftc.net helix.oftc.net]
haasn has quit [reticulum.oftc.net helix.oftc.net]
valentind has quit [reticulum.oftc.net helix.oftc.net]
Guest1597 has quit [reticulum.oftc.net helix.oftc.net]
nadrian has quit [reticulum.oftc.net helix.oftc.net]
pH5 has quit [reticulum.oftc.net helix.oftc.net]
charafau[m] has quit [reticulum.oftc.net helix.oftc.net]
pac85[m] has quit [reticulum.oftc.net helix.oftc.net]
robertmader[m] has quit [reticulum.oftc.net helix.oftc.net]
gnustomp[m] has quit [reticulum.oftc.net helix.oftc.net]
pounce has quit [reticulum.oftc.net helix.oftc.net]
plaes has quit [reticulum.oftc.net helix.oftc.net]
mort_ has quit [reticulum.oftc.net helix.oftc.net]
fahien2 has quit [reticulum.oftc.net helix.oftc.net]
occivink has quit [reticulum.oftc.net helix.oftc.net]
ifreund has quit [reticulum.oftc.net helix.oftc.net]
bl4ckb0ne has quit [reticulum.oftc.net helix.oftc.net]
CME has quit [reticulum.oftc.net helix.oftc.net]
TimWolla has quit [reticulum.oftc.net helix.oftc.net]
Plagman has quit [reticulum.oftc.net helix.oftc.net]
gnustomp[m] has joined #wayland
valentind has joined #wayland
boistordu has joined #wayland
robertmader[m] has joined #wayland
plaes has joined #wayland
bl4ckb0ne has joined #wayland
charafau[m] has joined #wayland
pac85[m] has joined #wayland
TimWolla has joined #wayland
fahien2 has joined #wayland
pounce has joined #wayland
Plagman has joined #wayland
occivink has joined #wayland
nadrian has joined #wayland
CME has joined #wayland
haasn has joined #wayland
Guest1597 has joined #wayland
pH5 has joined #wayland
ifreund has joined #wayland
zebrag has joined #wayland
mort_ has joined #wayland
heftig[m] has quit [reticulum.oftc.net liquid.oftc.net]
leon-p has quit [reticulum.oftc.net liquid.oftc.net]
xantoz has quit [reticulum.oftc.net liquid.oftc.net]
glennk has quit [reticulum.oftc.net liquid.oftc.net]
GoGi has quit [reticulum.oftc.net liquid.oftc.net]
columbar1 has quit [reticulum.oftc.net liquid.oftc.net]
jpnurmi has quit [reticulum.oftc.net liquid.oftc.net]
benbrown has quit [reticulum.oftc.net liquid.oftc.net]
ecloud has quit [reticulum.oftc.net liquid.oftc.net]
Erandir has quit [reticulum.oftc.net liquid.oftc.net]
incomoto has quit [reticulum.oftc.net liquid.oftc.net]
danburd[m] has quit [reticulum.oftc.net liquid.oftc.net]
Levans has quit [reticulum.oftc.net liquid.oftc.net]
junglerobba[m] has quit [reticulum.oftc.net liquid.oftc.net]
apol[m] has quit [reticulum.oftc.net liquid.oftc.net]
GeorgesStavracasfeaneron[m] has quit [reticulum.oftc.net liquid.oftc.net]
inkbottle[m] has quit [reticulum.oftc.net liquid.oftc.net]
toggleton[m] has quit [reticulum.oftc.net liquid.oftc.net]
SallyAhaj has quit [reticulum.oftc.net liquid.oftc.net]
kchibisov has quit [reticulum.oftc.net liquid.oftc.net]
lanodan has quit [reticulum.oftc.net liquid.oftc.net]
fltrz_ has quit [reticulum.oftc.net liquid.oftc.net]
letoram has quit [reticulum.oftc.net liquid.oftc.net]
swick has quit [reticulum.oftc.net liquid.oftc.net]
GentooPhysicist has quit [reticulum.oftc.net liquid.oftc.net]
leandrohrb2 has quit [reticulum.oftc.net liquid.oftc.net]
wb9688 has quit [reticulum.oftc.net liquid.oftc.net]
mtretter has quit [reticulum.oftc.net liquid.oftc.net]
zumbi has quit [reticulum.oftc.net liquid.oftc.net]
leon-p has joined #wayland
Erandir has joined #wayland
GoGi has joined #wayland
heftig[m] has joined #wayland
xantoz has joined #wayland
toggleton[m] has joined #wayland
columbar1 has joined #wayland
letoram has joined #wayland
swick has joined #wayland
wb9688 has joined #wayland
leandrohrb2 has joined #wayland
zumbi has joined #wayland
GentooPhysicist has joined #wayland
ecloud has joined #wayland
benbrown has joined #wayland
mtretter has joined #wayland
jpnurmi has joined #wayland
junglerobba[m] has joined #wayland
incomoto has joined #wayland
Levans has joined #wayland
GeorgesStavracasfeaneron[m] has joined #wayland
inkbottle[m] has joined #wayland
apol[m] has joined #wayland
kchibisov has joined #wayland
danburd[m] has joined #wayland
SallyAhaj has joined #wayland
lanodan has joined #wayland
glennk has joined #wayland
fltrz_ has joined #wayland
immibis_ has joined #wayland
boistordu has quit [Remote host closed the connection]
boistordu has joined #wayland
immibis is now known as Guest2359
immibis_ is now known as immibis
Guest2359 has quit [Ping timeout: 480 seconds]
Lucretia has quit []
johnjay has joined #wayland
floof58 has quit [Ping timeout: 480 seconds]
floof58 has joined #wayland
xexaxo_ has quit [Remote host closed the connection]
xexaxo_ has joined #wayland