ChanServ changed the topic of #asahi-gpu to: Asahi Linux: porting Linux to Apple Silicon macs | GPU / 3D graphics stack black-box RE and development (NO binary reversing) | Keep things on topic | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-gpu
<yuni>
lina: I'm still upset about the golem thing, but Phoronix gave you credit for your acheivement :)
<yuni>
alyssa: Wow, swooping in to paste a link instead of letting people do one Google search ...
<alyssa>
blurgh
<Tramtrist>
Just saw that about 10 minutes ago. Congrats lina 😻
<alyssa>
blu
nuh^ has joined #asahi-gpu
nuh^ has quit [Ping timeout: 480 seconds]
phiologe has joined #asahi-gpu
PhilippvK has quit [Ping timeout: 480 seconds]
nuh^ has joined #asahi-gpu
nuh^ has quit [Ping timeout: 480 seconds]
pyropeter2 has joined #asahi-gpu
pyropeter1 has quit [Ping timeout: 480 seconds]
<rkjnsn>
Random thought: I think I recall seeing something a couple of days ago about a blob that turned out to be YUV <-> RGB conversion matrices, but there was still part that was unidentified. Since the Macs support Dolby Vision playback, could the last part be for converting from the ICtCp or IPTPQc2 color space?
<lina>
It seems to use limited range luma but with a different offset, since you get negative RGB at Y=16/256
nuh^ has quit [Ping timeout: 480 seconds]
<chadmed>
if its ICtCp then the valid inputs are [0,1] for I and [-0.5,0.5] for Ct and Cp
<lina>
Doesn't sound like that then...
<chadmed>
yeah
<rkjnsn>
I'm afraid I don't know too much about it. I just remembered reading that Macs support Dolby Vision and (separately) that Profile 5 Dolby Vision uses IPTPQc2. The Wikipedia page (https://en.wikipedia.org/wiki/ICtCp) has some matrices.
<chadmed>
rkjnsn keep in mind that those matrices are transformed from the LMS colour space, not RGB
<chadmed>
so the coefficients would be wrong until you apply the HLG transfer function and whatever special sauce dolby use
<chadmed>
but ICtCp fits BT2020 into -1 to 1 for luma and -0.5 to 0.5 for chroma information so it cant be those anyway
chadmed has quit [Remote host closed the connection]
chadmed has joined #asahi-gpu
<jannau>
is there value in trying agx_1tri.py on t6000? has anyone already tried the mesa driver on macOS t6000?
<lina>
I think someone did and it worked with some issues, so some numbers probably need tweaking...
<lina>
1tri won't work since it hardcodes t8103-specific data in lots of places right now. Lots of power management / hardware related constants change for each SoC.