dliviu has quit [Remote host closed the connection]
dliviu has joined #linux-amlogic
elastic_1 has joined #linux-amlogic
elastic_dog has quit [Killed (calcium.libera.chat (Nickname regained by services))]
buzzmarshall has quit [Quit: Konversation terminated!]
JohnnyonFlame has quit [Ping timeout: 260 seconds]
jernej has joined #linux-amlogic
jernej has quit [Ping timeout: 268 seconds]
<narmstrong>
tolszak: list the possible frequencies from cpufreq, it should be there
Pinchiukas_ has quit [*.net *.split]
Pinchiukas_ has joined #linux-amlogic
narmstrong has quit [*.net *.split]
mrec has quit [*.net *.split]
mrec has joined #linux-amlogic
narmstrong has joined #linux-amlogic
tdebrouw has joined #linux-amlogic
tolszak has joined #linux-amlogic
wens has quit [Read error: Connection reset by peer]
shoragan has quit [Read error: Connection reset by peer]
<tolszak>
narmstrong: Is it possible to overclock odroidc2 clock using meta-meson and mailnline kernel/u-boot?
<tolszak>
narmstrong: xdarklight helped me to enable cpufreq but as you said it is limited to 1536. I just didn't get that the limit is set by u-boot...
wens has joined #linux-amlogic
<narmstrong>
tolszak: the limit isn't set by u-boot
<tolszak>
narmstrong: So I misunderstood it even more :) Is there a way to overclock it?
<narmstrong>
tolszak: the tables are in the firmware loaded in the SCP co-processor bundled with u-boot, then used via the SCPI protocol
<narmstrong>
tolszak: can you list the possible frequencies listed by cpufreq
<narmstrong>
the fw I use in meta-meson may have the correct frequencies, so you'll probably need to import the "bad" ones with tables up to 2GHz in amlogic-boot-fip
<tolszak>
narmstrong: I copied the files from fip/gxp to amlogic-boot-fip/odroid-c2 they are exactly the same
<tolszak>
narmstrong: I think I know what's wrong
<tolszak>
Do I understand correctly that adding 0x80 informs firmware to use different table, but it is only between kernel and firwmare communication. So we should only add 0x80 in scpi_send_message. And use initial domain value in scpi_info->dvfs[domain] = info;
<narmstrong>
oh yeah indeed
<narmstrong>
we should make a copy of the domain we pass to sent_message
<tolszak>
narmstrong: Testing it now
<tolszak>
I mean building then testing
<tolszak>
narmstrong: Still crashing, shouldn
<tolszak>
shouldn't we replace any scpi_send_message with domain | 0x80?
<tolszak>
e,.g. in scpi_dvfs_get_idx, scpi_dvfs_set_idx
<tolszak>
narmstrong: Hmm should it should still work with modern boot right?
ldevulder has quit [Quit: Leaving]
elastic_dog has quit [Remote host closed the connection]
elastic_dog has joined #linux-amlogic
<narmstrong>
tolszak: I don't understand
ldevulder has joined #linux-amlogic
<tomeu>
narmstrong: do you happen to know off the top of your head to which dtsi I should add a node for the vivante npu on the vim3?
<tomeu>
I leaning towards meson-g12b-a311d.dtsi, but I don't know if other socs based on g12b also have that IP
<narmstrong>
tomeu: A311d and S905D3 uses this ip
<narmstrong>
I tried once and got the etnaviv kernel driver probe, let me search if I find the change
<tomeu>
narmstrong: oh, I was actually having some problems with the power domain
<tomeu>
we got it to run quite a few opencl CTS tests, btw