goldsoultheory has quit [Ping timeout: 480 seconds]
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
user982492 has joined #asahi-dev
rohin2 has quit [Ping timeout: 480 seconds]
<j_ey>
marcan: still planning the strream to start now?
user982492 has quit [Read error: Connection reset by peer]
user982492_ has joined #asahi-dev
<marcan>
having one of those bad technology days, but yes
robinp[m] has joined #asahi-dev
<j_ey>
(yes according to twitter from 30mins ago)
rohin2 has joined #asahi-dev
<phire>
typical technology, always letting us down
<amw>
marcan: Take your time, get it right or make it a feature and talk us through the issues :-)
<chadmed>
new stream suggestion: brining up work stream on youtube
<marcan>
reenber that stream chat is in #asahi-stream
<marcan>
*remember
<chadmed>
oops yeah wrong chat :s
l3k has joined #asahi-dev
l3k has quit [Quit: leaving]
robinp[m] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mika_ has joined #asahi-dev
kov has quit [Quit: Coyote finally caught me]
kov has joined #asahi-dev
phiologe has joined #asahi-dev
mika_ has quit []
mika_ has joined #asahi-dev
robinp[m] has joined #asahi-dev
PhilippvK has quit [Ping timeout: 480 seconds]
user982492_ has quit [Remote host closed the connection]
robinp[m] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
user982492 has joined #asahi-dev
mika_ has quit [Quit: mika_]
robinp[m] has joined #asahi-dev
robinp[m] has quit []
robinp[m] has joined #asahi-dev
robinp[m] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rohin2 has quit [Ping timeout: 480 seconds]
robinp[m] has joined #asahi-dev
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
user982492 has joined #asahi-dev
goldsoultheory_ has quit [Quit: Leaving]
FireFox317 has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
FireFox317 has joined #asahi-dev
gabuscus has quit [Remote host closed the connection]
gabuscus has joined #asahi-dev
bps2 has joined #asahi-dev
user982492_ has joined #asahi-dev
user982492 has quit [Remote host closed the connection]
user982492_ has quit []
aleasto has joined #asahi-dev
VinDuv_ has joined #asahi-dev
VinDuv has quit [Ping timeout: 480 seconds]
VinDuv_ is now known as VinDuv
<marcan>
sven: so yeah AIC changed and I can't get it to work yet :p
<marcan>
need to poke around more
<sven>
aw :(
<sven>
but i heard you made DART and USB work
<marcan>
yeah
<marcan>
sven: pushed
<sven>
hrm, so different addr shift in the PTE and mandatory subpage protection
<marcan>
apparently
<sven>
ah, and usb just works once you use the new dart
<marcan>
yeah
<VinDuv>
Hmm, I updated m1n1 on the MBP and can now get the USB-serial working (yay!), but only with a USB-A to USB-C cable. The Thunderbolt cable I use with macvdmtool doesn’t seem to work. Is this expected?
<sven>
I guess they changed the PTE shift because they have phys addrs now that are larger than 40 bits now
<j_ey>
im confused by #define DART_PTE_OFFSET_SHIFT 14
<j_ey>
isnt that meant to be 10 for t600?
<sven>
Don’t think ao
<sven>
field_prep takes care of that
<j_ey>
oh i was misunderstanding the 14 there
<sven>
for t8020 it will be >> 14 and then << 14
<sven>
And for t6000 >> 14 and then << 10
<j_ey>
its always 14 for the final addr, 16k pages
<sven>
yup
jbowen has joined #asahi-dev
<sven>
drivers/pinctrl/pinctrl-apple-gpio.c: In function ‘apple_gpio_irq_set_type’:
<sven>
././include/linux/compiler_types.h:335:38: error: call to ‘__compiletime_assert_289’ declared with attribute error: FIELD_PREP: value too large for the field
<sven>
j_ey: ^-- huh
<j_ey>
gcc 9 or 8?
<j_ey>
povik hit that too, but I thought it might be weird/old gcc
<sven>
9
<sven>
oh.. i think it's the EINVAL
<sven>
let me fix that
<j_ey>
I dont understand how this can be a compile time thing..
<sven>
yup
<sven>
gcc figures out the range for apple_gpio_irq_set_type
<sven>
then there's a compile time check in FIELD_PREP that get trigged because -EINVAL > 0b111
<sven>
*gets
<j_ey>
I guess that makes sense..
<kettenis>
annoying when compilers get too smart
<sven>
j_ey: want me to send a patch or do you want to do it?
<j_ey>
sven: either is fine, i was looking at sending a patch with andy's changes anyway
gpanders[m]1 has joined #asahi-dev
<j_ey>
(but send the patch/diff here at least, want to see how you solved it)
<sven>
sure :D
<j_ey>
im on gcc 10, don't see it. povik had it go away by changing some random bits, so i thought it was a compiler bug
<jix>
hmm I wonder for autodetection would you want to chose the german pc or the german apple layout, they match for the labels on the keys (at least for apple not labeling the 3rd layer) but even ascii chars like []{}\ and I think some more are in completely different places