adomerle has quit [Quit: Client limit exceeded: 20000]
AffeNull[m] has quit [Quit: Client limit exceeded: 20000]
alfayt[m] has quit [Quit: Client limit exceeded: 20000]
alikateshethey[m] has quit []
anuw[m] has quit [Quit: Client limit exceeded: 20000]
blacksilver[m] has quit [Quit: Client limit exceeded: 20000]
bzy-080408[m] has quit [Quit: Client limit exceeded: 20000]
Degdag_Med[m] has quit [Quit: Client limit exceeded: 20000]
dehirt5212[m] has quit [Quit: Client limit exceeded: 20000]
danylo1 has quit []
elektrino[m] has quit [Quit: Client limit exceeded: 20000]
felixwither[m] has quit [Quit: Client limit exceeded: 20000]
FieryFlames[m] has quit [Quit: Client limit exceeded: 20000]
Adrian[m] has quit [Quit: Client limit exceeded: 20000]
jrole_8tst-j[m] has quit []
JoelSelvaraj[m] has quit [Quit: Client limit exceeded: 20000]
jrfern[m] has quit [Quit: Client limit exceeded: 20000]
luka177[m] has quit [Quit: Client limit exceeded: 20000]
Steve[m]123 has quit [Quit: Client limit exceeded: 20000]
maxim[m] has quit [Quit: Client limit exceeded: 20000]
Mis012[m] has quit []
MollySophia[m] has quit [Quit: Client limit exceeded: 20000]
mothenjoyer69 has quit [Quit: Client limit exceeded: 20000]
nick1343[m] has quit []
panioluka[m] has quit [Quit: Client limit exceeded: 20000]
Prawn[m] has quit [Quit: Client limit exceeded: 20000]
RayyanAnsari[m] has quit [Quit: Client limit exceeded: 20000]
Nia[m] has quit [Quit: Client limit exceeded: 20000]
sepkov[m] has quit [Quit: Client limit exceeded: 20000]
strongtz[m] has quit [Quit: Client limit exceeded: 20000]
TJ[m] has quit [Quit: Client limit exceeded: 20000]
uclydde[m] has quit [Quit: Client limit exceeded: 20000]
wfranken[m] has quit [Quit: Client limit exceeded: 20000]
ywnkmn[m] has quit [Quit: Client limit exceeded: 20000]
go4godvin has quit [Quit: Client limit exceeded: 20000]
nta has quit [Quit: Client limit exceeded: 20000]
marvin24 has joined #linux-msm
marvin24_ has quit [Ping timeout: 480 seconds]
socksinspace has quit [Ping timeout: 480 seconds]
socksinspace has joined #linux-msm
JIaxyga[m] has quit [Quit: Client limit exceeded: 20000]
valentine has quit [Quit: Client limit exceeded: 20000]
electro575 has joined #linux-msm
ArianK16a[m] has quit [Quit: Client limit exceeded: 20000]
jhovold has joined #linux-msm
junari has joined #linux-msm
f_ has joined #linux-msm
junari has quit [Remote host closed the connection]
junari has joined #linux-msm
electro575 has quit [Quit: Quitte]
junari has quit [Ping timeout: 480 seconds]
junari has joined #linux-msm
jhovold has quit [Quit: WeeChat 4.2.1]
jhovold has joined #linux-msm
f_ has quit [Ping timeout: 480 seconds]
<calebccff>
bryanodonoghue: lumag: so i took another look at the op6 camera stuff, ran debugcc and it turns out the mclk is running at 6MHz instead of the 24MHz it should be at
<calebccff>
this would likely explain the lack of data on the CSIPHY
Leandro[m]12 has quit [Quit: Client limit exceeded: 20000]
<calebccff>
also since i rebased on 6.9 I'm getting "rcg didn't update its configuration" messages for the ife_0_clk_src clock
<calebccff>
removing all except the first vfe/csid/csiphy in the resource tables seemed to fix it?
f_ has joined #linux-msm
junari has quit [Ping timeout: 480 seconds]
<calebccff>
huh
<calebccff>
so most of the clock rates are just totally wrong
jhovold has quit [Ping timeout: 480 seconds]
f_ is now known as f_|ButCamelCase
f_|ButCamelCase has quit []
f_ has joined #linux-msm
f_ has quit [Ping timeout: 480 seconds]
<bryanodonoghue>
calebccff unless you are in the middle of capturing all of the clocks will be at their lowest value
<bryanodonoghue>
start a capture - ctrl+z - then cat /sys/kernel/debug/clk/clk_summary | grep camcc
<bryanodonoghue>
also make sure you have the *right* csiphy_timer clock
<bryanodonoghue>
one is for the PHY state machine
<bryanodonoghue>
the other is for recovering bits on the wire
<bryanodonoghue>
Unfortunately ATM the order of clock declaration in camss/dtsi matters
<bryanodonoghue>
Another fix that needs to be implemented
<bryanodonoghue>
you should see something like csiphy0_timer @ 300MHz
<bryanodonoghue>
lots of the default parameters in the magic phy sequence are predicated on that clock running at that rate
<bryanodonoghue>
mclk @ 6Mhz isn't necessarily wrong its an input to the sensor
<bryanodonoghue>
its up to the sensor to clock the CSIPHY
<bryanodonoghue>
something like 24MHz would be a bit more normal though