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
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ourdumbfuture has joined #asahi-dev
zzywysm_ has joined #asahi-dev
CoolStar has quit [Quit: Leaving]
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Emantor_ has quit []
Emantor has joined #asahi-dev
zzywysm has quit [Ping timeout: 480 seconds]
ourdumbfuture has joined #asahi-dev
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gabuscus has quit []
faustine has joined #asahi-dev
faustine has quit [Quit: Leaving]
jeisom has joined #asahi-dev
gabuscus has joined #asahi-dev
jeisom has quit [Ping timeout: 480 seconds]
Guest8290 has quit [Quit: WeeChat 3.0]
skipwich_ has quit []
skipwich has joined #asahi-dev
tristan2 has joined #asahi-dev
tristan2_ has quit [Ping timeout: 480 seconds]
lsep has joined #asahi-dev
eiln has joined #asahi-dev
chadmed has joined #asahi-dev
chadmed has quit [Remote host closed the connection]
darkapex2 has joined #asahi-dev
chadmed has joined #asahi-dev
darkapex1 has quit [Ping timeout: 480 seconds]
richyliu2 has quit [Quit: The Lounge - https://thelounge.chat]
richyliu2 has joined #asahi-dev
crabbedhaloablut has joined #asahi-dev
Cyrinux9474 has quit [Ping timeout: 480 seconds]
Cyrinux9474 has joined #asahi-dev
chadmed has quit [Ping timeout: 480 seconds]
<jannau> m1n1 dptx support for m2* is ready for review / to be merged
<jannau> onto the mess the linux driver currently is
chadmed has joined #asahi-dev
<chadmed> jannau: does that give us simpledrm on hdmi for those machines?
<jannau> yes, but only with pd_ignore_unused. device tree needs power-domain changes for simpledrm
<jannau> not ready, I somehow managed to break the m2 pro
chadmed has quit [Ping timeout: 480 seconds]
<jannau> ah, it used dcpext0 instead of dcp0 while it used the darts of dcp0. fixed
hightower3 has quit [Ping timeout: 480 seconds]
jlco has joined #asahi-dev
chadmed has joined #asahi-dev
CoolStar has joined #asahi-dev
hightower2 has joined #asahi-dev
hightower3 has joined #asahi-dev
ourdumbfuture has joined #asahi-dev
hightower2 has quit [Ping timeout: 480 seconds]
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hightower4 has joined #asahi-dev
hightower3 has quit [Ping timeout: 480 seconds]
ourdumbfuture has joined #asahi-dev
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
chadmed has quit [Quit: Konversation terminated!]
completenoob has joined #asahi-dev
topg has joined #asahi-dev
ourdumbfuture has joined #asahi-dev
completenoob has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sefidel has quit [Remote host closed the connection]
sefidel has joined #asahi-dev
WindowPain has joined #asahi-dev
WindowPa- has quit [Remote host closed the connection]
jeisom has joined #asahi-dev
os has joined #asahi-dev
jlco has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pg12 has quit [Remote host closed the connection]
pg12 has joined #asahi-dev
VinDuv has joined #asahi-dev
ourdumbfuture has joined #asahi-dev
eiln has quit [Quit: WeeChat 4.0.4]
faustine has joined #asahi-dev
faustine has quit [Quit: leaving]
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ourdumbfuture has joined #asahi-dev
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
zzywysm has joined #asahi-dev
zzywysm_ has quit [Ping timeout: 480 seconds]
jacksonchen666 has joined #asahi-dev
cylm has joined #asahi-dev
gladiac has joined #asahi-dev
stipa has joined #asahi-dev
ourdumbfuture has joined #asahi-dev
topg has quit [Read error: Connection reset by peer]
rootbeerdan has joined #asahi-dev
rootbeerdan has quit []
rootbeerdan has joined #asahi-dev
hays has quit [Remote host closed the connection]
ellyq has joined #asahi-dev
rootbeerdan has quit [Quit: rootbeerdan]
mps_ has joined #asahi-dev
mps has quit [Ping timeout: 480 seconds]
tirr has quit [Quit: ZNC 1.8.2 - https://znc.in]
hays has joined #asahi-dev
tirr has joined #asahi-dev
ourdumbfuture has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mps_ has quit [Ping timeout: 480 seconds]
lewurm has quit [Read error: No route to host]
lewurm has joined #asahi-dev
<jannau> what was the issue with multiple power-domains? even with the dptx-phy power-domains added to framebuffer0 it ends up being turned off during boot
ourdumbfuture has joined #asahi-dev
<jannau> is that a genpd issue our an issue with our driver?
gladiac has quit [Quit: k thx bye]
<jannau> nevermind, dcp gets loaded and that drops simpledrm and the dptx-phy power-domain
<jannau> dcp will maybe just work with dptx-port/dptx-phy brought up by m1n1
<sven> iirc genod by default only supports a single power domain
<sven> *genpd
<sven> i think the reason from the subsystem maintainers was that once you more than one the sequencing is usually complicated and should be left to the driver
<sven> +have
<jannau> seems to "work" fine in the sense that it leaves active domains on
<sven> does DCP maybe already have the logic to add more than one domain?
<jannau> no, I added it as power-domain to display-subsystem which has none
<jannau> this is a little annoying, adding handling of multiple power-domains to simpledrm is for the same reason not a solution
<jannau> we have our own compatible so I could in principle
<jannau> one could also argue that sequencing for simpledrm doesn't matter since it expected to boot with the power-domains powered
mps has joined #asahi-dev
<jannau> it supports multiple regulators
psykose has quit [Remote host closed the connection]
psykose has joined #asahi-dev
<jannau> works now with explicit power domain handling in simpledrm
cylm has quit [Ping timeout: 480 seconds]
elvishjerricco has quit [Remote host closed the connection]
elvishjerricco has joined #asahi-dev
jeisom has quit [Ping timeout: 480 seconds]
mps has quit [Quit: leaving]
JTL has joined #asahi-dev
topg has joined #asahi-dev
fugi has quit [Quit: Ping timeout (120 seconds)]
fugi has joined #asahi-dev
mps has joined #asahi-dev
topg has quit [Ping timeout: 480 seconds]
leah2 has quit [Ping timeout: 480 seconds]
chadmed has joined #asahi-dev
crabbedhaloablut has quit []
jovahd has joined #asahi-dev
jovahd has quit [Ping timeout: 480 seconds]
ellyq has quit [Read error: Connection reset by peer]
leah2 has joined #asahi-dev
lena6 has quit [Ping timeout: 480 seconds]
ellyq has joined #asahi-dev