<adema>
I'll talk to repk about the better FIP binaries (he's a friend) and we'll get this sorted this week
<adema>
narmstrong, if you don't mind me asking, what has changed in those new FIP binaries?
<narmstrong>
adema: hard to say
<adema>
No problem, was just out of curiosity
<adema>
and for the scp_clk is there already a patch floating around?
<narmstrong>
Not that I'm aware of
<adema>
could this bug break networking when it happens ?
<narmstrong>
yes because the BL30 fw uses a shared clock with ethernet
<adema>
narmstrong, actually, I checked the sha256 of the fip binaries between the "old" archives I was using against the new repo and for lepotato they are identical
<narmstrong>
adema: weird, did you try with the module built-in ?
<adema>
Not yet
<adema>
I'll try today but recompiling athekernel takes *time* :D
<adema>
narmstrong, the kernel config for built-in module is CONFIG_COMMON_CLK_SCPI=y ?
<narmstrong>
adema: hmm yes
<adema>
alright, let's try this :)
<adema>
compilation will take a couple of hours though :(
<adema>
By the way, I am not sure who to ask but I wonder if there are been any recent progress on upstreaming the hevc decoder codec for the VPU?
<narmstrong>
Not you're right, we're still stuck with a 10bit bug on G12A+ SoCs
ldevulder has quit [Remote host closed the connection]
ldevulder has joined #linux-amlogic
ldevulder has quit [Remote host closed the connection]
<adema>
Would it be possible to merge support only for the SoC that work like GXL?
ldevulder has joined #linux-amlogic
adeepv has quit [Quit: %exit%]
psydroid has quit [Quit: User was banned]
Tartarus has quit [Quit: User was banned]
BlueMatt[m] has quit [Quit: User was banned]
cmeerw[m] has quit [Quit: User was banned]
ldevulder has quit [Ping timeout: 250 seconds]
ldevulder has joined #linux-amlogic
<adema>
narmstrong, I had to also set CONFIG_ARM_SCPI_PROTOCOL=y for CONFIG_COMMON_CLK_SCPI=y to take effect
<adema>
but I was able to boot 3 times in a row the kernel with those options without triggering the segfault
<adema>
I am going to try more reboots but I have never triggered the segfault with that new kernel
ldevulder has quit [Read error: Connection reset by peer]
ldevulder has joined #linux-amlogic
ldevulder_ has joined #linux-amlogic
ldevulder has quit [Ping timeout: 252 seconds]
Tartarus has joined #linux-amlogic
ldevulder_ is now known as ldevulder
ldevulder has quit [Quit: Leaving]
BlueMatt[m] has joined #linux-amlogic
psydroid has joined #linux-amlogic
cmeerw[m] has joined #linux-amlogic
_9A3LI1 has joined #linux-amlogic
ldevulder has joined #linux-amlogic
camus1 has joined #linux-amlogic
camus has quit [Ping timeout: 260 seconds]
camus1 is now known as camus
camus has quit [Quit: camus]
camus has joined #linux-amlogic
<adema>
I also managed to get HEVC hw decoding using the hevc patches :)
<adema>
It works in MPV but I am not sure how to enable it for kodi
<narmstrong>
yes it would be possible to only enable GXL/GXM for now
<narmstrong>
but I have no time to prepare, test and push the patches
<narmstrong>
if you are willing to, I can review them
<adema>
I am not sure I am qualified for this :/ I have very little experience with upstreaming things to the kernel.