ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
hampus has quit [Remote host closed the connection]
minecrell has quit [Quit: Ping timeout (120 seconds)]
minecrell has joined #asahi-dev
sven has quit [Remote host closed the connection]
sven has joined #asahi-dev
<cyrozap>
sven: Thanks, a panic should be "good enough" for what I'm testing.
Leftas7 has joined #asahi-dev
leftas has quit [Read error: Connection reset by peer]
cylm_ has quit [Ping timeout: 480 seconds]
cdochufe^ has joined #asahi-dev
<marcan>
sigh, I think Xorg is broken (again? or did this never work) on edge without the mesa drivers
mini0n has joined #asahi-dev
Graypup__ has quit [Quit: meow]
Graypup_ has joined #asahi-dev
eiln has joined #asahi-dev
Graypup_ has quit [Quit: meow]
Graypup_ has joined #asahi-dev
<tpw_rules>
it seemed to fail to start occasionally possibly due to some dcp race IME but
<tpw_rules>
it did work on average at least as of the stable edge kernel
<tpw_rules>
(under nixos, never tested with the reference distro)
<marcan>
this isn't the race, it consistently fails on arch right now
cdochufe^ has quit [Remote host closed the connection]
mini0n has quit []
<jannau>
the inverse (mesa-asahi-edge with the non-edge kernel) was working at the end of december
SSJ_GZ has joined #asahi-dev
karpouzi has joined #asahi-dev
psykose has quit [Remote host closed the connection]
mstephenson6 has joined #asahi-dev
psykose has joined #asahi-dev
mstephenson6 has quit []
jtf has quit [Ping timeout: 480 seconds]
jtf has joined #asahi-dev
lewurm`` has joined #asahi-dev
lewurm has quit [Read error: Connection reset by peer]
SSJ_GZ has quit [Read error: No route to host]
karpouzi has quit [Quit: leaving]
Dementor has quit [Remote host closed the connection]
tobhe_ has quit [Read error: Connection reset by peer]
tobhe has joined #asahi-dev
tobhe has quit []
tobhe has joined #asahi-dev
chadmed_ has joined #asahi-dev
al3xtjames has joined #asahi-dev
al3xtjames0 has joined #asahi-dev
al3xtjames has quit [Ping timeout: 480 seconds]
al3xtjames0 is now known as al3xtjames
<marcan>
jannau: no reason why that wouldn't, I think it's the DCP+AGX DRM nodes that break it in some way (but only with llvmpipe)
<jannau>
I tested that since that combination apparently caused Xorg crashes on debian in #asahi-alt
bps2 has quit [Ping timeout: 480 seconds]
<jannau>
are you sure iot's llvmpipe and not a different HW specific driver? is the ashi driver without uabi changes maybe leaking out of the arch mesa pkg?
<chadmed_>
(specifically testing on t8103 and t6002 would be nice)
al3xtjames has quit [Ping timeout: 480 seconds]
al3xtjames has joined #asahi-dev
<j`ey>
chadmed_: commit message says 704, commit does 707
<marcan>
jannau: no, the arch mesa package does not have any uabi, and mesa explicitly prints a message about failing to load the driver since it isn't actually available
<marcan>
it's some stupid X thing, I'm pretty sure
<marcan>
I'm getting more and more tired of how broken X is... at some point, if sddm finally does a release with native Wayland support, I might just have to take a page from what half the Linux graphics world is doing and declare X unsupported, because it's not our job to fix it if nobody else cares about it
<j`ey>
marcan: btw did you notice the messages that suspend seems broken on the latest tag?
<marcan>
yes, I know
<marcan>
nvme borks
<j`ey>
Ok, wasnt sure if you had seen
<marcan>
need to find some time to look at it (it's been a few busy weeks with irl stuff, should calm down this/next week)
<j`ey>
marcan: asahi laser show!
<marcan>
that was one of them yes :p
al3xtjames has quit [Ping timeout: 480 seconds]
<chadmed_>
j`ey: thanks, ill sort that tomorrow. 707 is the correct value
<marcan>
today I hung out with corporatetool/James Kao from AniCLover/Anikura Unison (which I've helped with in the past, and he was at AnimeltUP! this weekend and is staying a few more days), we talked quite a bit about OBS stories and laser stuff :p
<marcan>
first time I met him IRL too, but he's part of the reason I ended up spending time fixing that nasty OBS audio death bug (that had crashed so many streams before)
<psykose>
it was a fun issue read at least :)
<marcan>
:)
<marcan>
anyway, I should get some sleep, still recovering a bit from sunday :p
al3xtjames has joined #asahi-dev
<psykose>
sleep comfy
al3xtjames4 has joined #asahi-dev
al3xtjames has quit [Ping timeout: 480 seconds]
al3xtjames4 is now known as al3xtjames
bps2 has joined #asahi-dev
al3xtjames has quit [Ping timeout: 480 seconds]
SSJ_GZ has quit [Ping timeout: 480 seconds]
al3xtjames has joined #asahi-dev
al3xtjames has quit [Ping timeout: 480 seconds]
<sven>
0001:00:00.0 PCI bridge: Apple Inc. Device 1010 (prog-if 00 [Normal decode])
<sven>
Device tree node: /sys/firmware/devicetree/base/soc/phy@503000000/pcie@530000000/pci@0,0
<sven>
:>
<sven>
doesn't quite work yet but also doesn't SError or just read back 0xffffffff for everything
<jannau>
c76b8308e4c9148e44e0c7e086ab6d8b4bb10162 breaks apple-nvme resume since it prevents NVME_CC_ENABLE to be cleared on the shutdown path
<jannau>
on resume it tries to disable the shutdown controller and hangs on a mmio write
<jannau>
not sure if nvme-core or apple_nvme_reset_work() is to blame for this