kloczek has quit [Remote host closed the connection]
kloczek has joined #linux-exynos
mszyprow has joined #linux-exynos
wwilly has joined #linux-exynos
<mszyprow>
javier__: ping
<mszyprow>
javier__: which kernel version was the last one you have tested on peach-pi? I'm surprised that peach-pit (exynos5420 one) fails to boot since v4.9-rc1... I was convinced that peach-pi and peach-pit are so similar, that both should work with latest kernel...
<javier__>
mszyprow: it was v4.15-rc3, that's when I 976a9b35d77a ("ARM: dts: exynos: Enable Mixer node for Exynos5800 Peach Pi machine")
<javier__>
mszyprow: did you try booting with EXYNOS_DRM disabled?
<javier__>
the biggest diff between pi and pit I think is that the latter has a eDP/LVDS bridge
<mszyprow>
javier__: yes, without DRM it boots fine
<javier__>
mszyprow: that's what I thought, I guess the bridge code path hasn't been exercised for a while since kernelci and myself only have a pi
<mszyprow>
javier__: so it is indeed related to exynos_dp and bridge handling
<mszyprow>
javier__: bisecting with power-domain code disabled pointed me to my commit f0a8b49c03d2 "drm/bridge: analogix dp: Fix runtime PM state on driver bind", what is a bit strange
<mszyprow>
javier__: but I suspect that this is related to lack of proper eDP/LVDS setup
<javier__>
yeah, power domains, clocks and the exynos drm driver caused a lot of issues in the past
<javier__>
things got better since Inki provided his dev tree in -next since kernelci could catch issues earlier
<javier__>
mszyprow: on a related note, I remember watching a talk from one of your Samsung poland colleagues about setting a LAVA instance and sending report back to kernelci
<javier__>
do you know what happened to that effort?
<mszyprow>
hmmm, and pit uses different eDP/LVDS (parade,ps8625) than snow (nxp,ptn3460)
<javier__>
mszyprow: that's correct. Although I thought some RK board used the same bridge?
<mszyprow>
javier__: probably lack of time on Inki's side
<mszyprow>
javier__: during last few releases he hardly managed to prepare his tree on time for merge...
<javier__>
mszyprow: oh, it seems I didn't explain myself clearly. Inki does now provide a branch that's pulled by -next (and so tested by kernelci)
<javier__>
I meant if you knew what happened to the effort from your poland colleague about having your own lava instance and report to kernelci
libv_ has joined #linux-exynos
<javier__>
that would help a lot since you have HW that no one else has