buzzmarshall has quit [Quit: Konversation terminated!]
camus1 has joined #linux-amlogic
camus has quit [Ping timeout: 268 seconds]
camus1 is now known as camus
camus1 has joined #linux-amlogic
camus has quit [Ping timeout: 268 seconds]
camus1 is now known as camus
chewitt has joined #linux-amlogic
camus1 has joined #linux-amlogic
camus has quit [Ping timeout: 268 seconds]
camus1 is now known as camus
tdebrouw has joined #linux-amlogic
sputnik_ has quit [Ping timeout: 268 seconds]
Darkmatter66 has joined #linux-amlogic
Darkmatt- has quit [Ping timeout: 268 seconds]
camus1 has joined #linux-amlogic
camus has quit [Ping timeout: 264 seconds]
camus1 is now known as camus
camus has quit [Ping timeout: 260 seconds]
camus has joined #linux-amlogic
camus has quit [Quit: camus]
tolszak has quit [Quit: Konversation terminated!]
tolszak has joined #linux-amlogic
<tolszak>
narmstrong: Hi, just wanted to let you know that seems like the rendering issue in the end is in mesa.
<tolszak>
I;ve submitted a bug there.
<tolszak>
narmstrong: I have another question though. Does /sys/bus/platform/devices/secure-monitor/serial on odroid provide device serial number (doesn't depend on software or kernel version)? Is it persistant?
<narmstrong>
It’s persistent and unique per chip
<tolszak>
narmstrong: Thank you!
<tdebrouw>
narmstrong: I used your mipi module to show something on my screen
<tdebrouw>
I changed a few things
<tdebrouw>
and I still need to clean it up a bit
<tdebrouw>
It's almost working
<tdebrouw>
but
<tdebrouw>
I don't have a black screen
<tdebrouw>
it's blue-ish
<narmstrong>
tdebrouw: what kernel branch did you take from my Linux tree ?
<tdebrouw>
5.10?
<tdebrouw>
I think?
<tdebrouw>
I changed the color setting already
<tdebrouw>
COLOR_24BIT_YCBCR -> COLOR_24BIT
<tdebrouw>
it's an A311D
<tdebrouw>
The mipi settings are similar to an amlogic-based android kernel
<tdebrouw>
and they seem to be fine
<tdebrouw>
but I haven't checked the vpp/viu/tcon stuff
<tdebrouw>
I have a register map - but no actual hardware schematic
<narmstrong>
Do you boot from the amlogic u -boot or mainline u-boot?
<tdebrouw>
mainline uboot
<narmstrong>
Ok weird then
<tdebrouw>
uboot v2021.07
<tdebrouw>
is uboot touching the video output?
<narmstrong>
It can display hdmi yes
<tdebrouw>
your patches are using COLOR_24BIT_YCBCR, do you have some funky non-rgb display?
<tdebrouw>
narmstrong: any suggestion where I should start looking?
<narmstrong>
tdebrouw: it's because on G12A the internal pipeline is on YUV, so the input format of the DSI glue must be COLOR_24_BIT_YCBCR instead of COLOR_24_BIT
<narmstrong>
so you are using COLOR_24BIT instead of COLOR_24_BIT_YCBCR ?
<tdebrouw>
??
<tdebrouw>
are you sure?
<narmstrong>
yes
<tdebrouw>
COLOR_24BIT has better results for me?
<narmstrong>
COLOR_24BIT is for the AXG platform where the video pipeline is RGB
<tdebrouw>
I can make some photos if you're curious
<tdebrouw>
I thought the pipeline could be configured as both RGB / YUV / 10bit-something