marcan 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
cylm_ has joined #asahi-dev
cylm__ has joined #asahi-dev
cylm___ has joined #asahi-dev
cylm has quit [Ping timeout: 480 seconds]
cylm has joined #asahi-dev
cylm_ has quit [Ping timeout: 480 seconds]
cylm_ has joined #asahi-dev
cylm__ has quit [Ping timeout: 480 seconds]
cylm___ has quit [Ping timeout: 480 seconds]
cylm has quit [Ping timeout: 480 seconds]
chadmed has joined #asahi-dev
<chadmed> kazuki: not quite sure how this patch could break sched domains other than there being something wrong deeper in the scheduler past the point it gets power info from the EM
<chadmed> unless its just as i suspected and making stupid scheduling decisions becuase our power values are stupidly inaccurate because theyre mostly noise...
nyx_o has joined #asahi-dev
zzywysm has joined #asahi-dev
nicolas17 has quit [Read error: Connection reset by peer]
nicolas17 has joined #asahi-dev
nicolas17 has quit []
nicolas17 has joined #asahi-dev
nyx_o has quit [Quit: WeeChat 3.5]
nyx_o has joined #asahi-dev
nicolas17 has quit [Ping timeout: 480 seconds]
kazuki has joined #asahi-dev
<kazuki> chadmed: I think you're misunderstanding, it's a random out of tree patch from the Android kernel that caused all this mayhem
<chadmed> ohh right ok, i thought you meant viresh's regulator patch
<kazuki> Yeah sorry for the confusion
ccs1 has joined #asahi-dev
cylm_ has quit [Ping timeout: 480 seconds]
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Amulet has quit [Quit: Never put off till tomorrow, what you can do the day after tomorrow]
chengsun has joined #asahi-dev
chengsun has quit []
millenialhacker has joined #asahi-dev
veloek has joined #asahi-dev
millenialhacker has quit []
bisko has joined #asahi-dev
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chengsun has joined #asahi-dev
chengsun has quit []
bisko has joined #asahi-dev
bisko has quit []
SSJ_GZ has joined #asahi-dev
MajorBiscuit has joined #asahi-dev
bisko has joined #asahi-dev
bisko has quit []
bisko has joined #asahi-dev
<marcan> looks like bluetooth is in \o/
<j`ey> \m/
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bisko has joined #asahi-dev
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bisko has joined #asahi-dev
<sven> :)
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ChaosPrincess has quit [Quit: WeeChat 3.6]
ChaosPrincess has joined #asahi-dev
shl-60422 has left #asahi-dev [WeeChat 3.5]
bisko has joined #asahi-dev
ccs1 has quit [Ping timeout: 480 seconds]
mps has quit [Ping timeout: 480 seconds]
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bisko has joined #asahi-dev
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bisko has joined #asahi-dev
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bisko has joined #asahi-dev
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mps has joined #asahi-dev
bisko has joined #asahi-dev
mps has quit []
mps has joined #asahi-dev
bisko has quit []
bisko has joined #asahi-dev
DarkShadow44 has quit [Quit: ZNC - https://znc.in]
DarkShadow44 has joined #asahi-dev
alyssa has joined #asahi-dev
<alyssa> povik: What is "Secondary: opening PCM device with no audio oute configured (bad settings applied o the sound card).. ASOC: error at snd_soc_link_hw_params on Secondary: -22..."?
<_jannau_> possbly already fixed in asahi-wip, see if there are commits missing from bits/070-audio
chadmed_ has joined #asahi-dev
<alyssa> also rcu-torture errors
<alyssa> this all seems like a harbinger of extreme badness
<alyssa> oh I see what happened
<alyssa> for the sound, it starts with a WAN inside request_threaded_irq from snd_mtpav_pobe
<alyssa> which fails with error -16
<alyssa> and snd_mpu401 then fails probe with -22
<alyssa> though macaudio is ok
* alyssa cuts down .config
<alyssa> yeah, PEBKAC for those
<alyssa> OK, I have sound
<alyssa> had my headphones plugged in and am totally unused to working hotplug :p
<alyssa> and presumably need ucm files anyway
alyssa has left #asahi-dev [#asahi-dev]
chadmed_ has quit [Quit: Page closed]
Mrmaxmeier has quit [Quit: The Lounge - https://thelounge.chat]
Mrmaxmeier has joined #asahi-dev
* rmk wonders if marcan saw my question yesterday
<marcan> sorry, went through a reboot and lost backlog... sec
<marcan> rmk: so since the core is in drivers/mfd, it should be like all our other drivers, and just have `depends on ARCH_APPLE || (COMPILE_TEST && 64BIT); default ARCH_APPLE`
<marcan> then the platform stuff can keep the APPLE_PLATFORMS config, and in particular the SMC RTKit backend should depend on MFD_MACSMC
<marcan> once intel backends are added, we'll add more conditions to the core so it can also build on x86
<rmk> ok, so I'll basically move the whole APPLE_SMC thing to mfd/Kconfig and kill APPLE_SMC entirely
<marcan> yes, exactly
<marcan> and then the rtkit backend should be called MACSMC_RTKIT probably
<rmk> or would it make sense to have APPLE_SMC_RTKIT select MFD_MACSMC ?
kazuki has quit [Quit: Konversation terminated!]
<marcan> I'm not sure if the depend or select convention makes more sense; tbh
<marcan> it might be that "select" makes more sense, but I'm not sure how that interacts with the parent MFD top level stuff?
<marcan> I think I'll defer to your judgement on this one if that's okay :)
<rmk> we need to select MFD_CORE anyway
<marcan> just make sure it all defaults on if ARCH_APPLE, so we don't have to add a pile of stuff to the defconfig
kujeger has joined #asahi-dev
<rmk> I'm guessing Lee will want the drivers/platform stuff split from the drivers/mfd bits, so I better split those before sending this round of patches
<ChaosPrincess> since y'all are discussing smc, the function to get key info is currently broken, and there is a pr on asahi github that fixes it
<rmk> please point me to the fixes
<rmk> key_info definitely needs some initialisation...
<rmk> anyone here willing to confirm that's correct?
<ChaosPrincess> well, i tested it on a m1, it works, and also: https://github.com/AsahiLinux/m1n1/blob/main/proxyclient/m1n1/fw/smc.py#L137
<ChaosPrincess> thats the m1n1 code that does the same thing
<rmk> ok, lets see what kind of response we get from this set.
<rmk> and I now have 8 out-of-office responses
<rmk> and damn, I forgot to delete the in-reply-to in the cover
* rmk looks for the nearest bunker to shelter in. :D
gtk2 has quit [Remote host closed the connection]
gtk2 has joined #asahi-dev
mkurz has joined #asahi-dev
MajorBiscuit has quit [Ping timeout: 480 seconds]
nicolas17 has joined #asahi-dev
amarioguy has quit [Remote host closed the connection]
amarioguy has joined #asahi-dev
Dcow has joined #asahi-dev
<mps> ChaosPrincess: you mean smc for kbd backlight?
<ChaosPrincess> no, smc is smc, kbd backlight is pwm
<mps> aha, ok
<mps> ChaosPrincess: I will apply and test on m1pro
<ChaosPrincess> you will not be able to by just using that patch, the reason it most likely was missed is that this function's output has no consumers in the current kernel
___nick___ has joined #asahi-dev
___nick___ has quit []
<mps> ChaosPrincess: ok, anyway I already rebuilt kernel with it applied
millenialhacker has joined #asahi-dev
___nick___ has joined #asahi-dev
millenialhacker has quit []
millenialhacker has joined #asahi-dev
millenialhacker has quit [Read error: Connection reset by peer]
millenialhacker has joined #asahi-dev
<millenialhacker> Hello
<millenialhacker> chadmed I{m trying to install gentoo following your wiki but it seems new Asahi kernel does not come with Brd module by default
<millenialhacker> Let me move to off topic better
bisko has quit [Ping timeout: 480 seconds]
zshrc has joined #asahi-dev
zshrc has quit [Ping timeout: 480 seconds]
mkurz has quit [Quit: Leaving]
jluthra has quit [Remote host closed the connection]
jluthra has joined #asahi-dev
zshrc has joined #asahi-dev
zshrc is now known as Guest898
zshrc has joined #asahi-dev
___nick___ has quit [Ping timeout: 480 seconds]
kujeger has quit [Remote host closed the connection]
steffen[m] has joined #asahi-dev
millenialhacker has quit [Remote host closed the connection]
zshrc has quit [Quit: leaving]
Guest898 has quit [Quit: leaving]
zshrc has joined #asahi-dev
millenialhacker has joined #asahi-dev
zshrc has quit [Quit: Bye]
nsklaus has joined #asahi-dev
nsklaus_ has quit [Ping timeout: 480 seconds]
millenialhacker has quit [Quit: Konversation terminated!]
SSJ_GZ has quit [Ping timeout: 480 seconds]
ccs1 has joined #asahi-dev