00:29mangodev[d]: orowith2os[d]: i've downgraded my wayland package, and i'm rebuilding with the version it wants
00:31mangodev[d]: i think `wayland` and `lib32-wayland` updated on arch, which broke the mesa build after switching to the meson package
00:31mangodev[d]: strange that it only stops when building mesa as lib32 though
00:32mangodev[d]: my system seems to function fine on protocols 1.39 for now, so i'm hoping i can use mesa git now
00:33mangodev[d]: okay good
00:33mangodev[d]: it didn't error on the problematic step
00:38mangodev[d]: on latest mesa now
00:38mangodev[d]: feels a good bit better i think
00:38mangodev[d]: even though plasma is still re-caching
00:38mangodev[d]: so many changes for the better
00:38mangodev[d]: the amount of work done in the past week alone is absurd
12:09gfxstrand[d]: PSA: If you're a nouveau(ish) person and at XDC, DM me or reply here. I'm starting a group chat
13:16phomes_[d]: gfxstrand[d]: I arrive tonight
17:30kicchou: karolherbst: hi, i'm back. last time we spoke you recommended i only implement the required DCB connector type for my tested hardware because others "may require special handling"; looking into it more deeply i think this code that i'm modifying only informs the name of the output in /sys/class/drm/cardX and thus has little to do with port capability (which makes it weird that it would issue a warning in the first place)
17:31kicchou: i don't think special handling will be needed for a label, essentially
17:33kicchou: my argument is that the purpose of the patch is to add labels where they were missing, so i should add all of the labels as informed by the nvidia spec
17:34karolherbst[d]: kicchou: yeah, maybe I need to take a deeper look. It's been a while since I touched it the last time.