ChanServ changed the topic of #linux-msm to:
<bryanodonoghue> calebccff debugcc is more accurate
<bryanodonoghue> since it measures
<bryanodonoghue> debugfs just shows what was requested
<bryanodonoghue> actually sounds like debugcc has a bug tbh
<bryanodonoghue> 24 MHz on MCLK is what I'd expect to see
<bryanodonoghue> debugcc "should" be measuring
<bryanodonoghue> so maybe it *is* measuring but is messing up the interpretation of the results for sdm845
<bryanodonoghue> that's be my guess anyway
<calebccff> bryanodonoghue: yeah i guess it's a coinflip between debugcc and the camcc driver itself... Given that mclk0 and the csi0phytimer clocks are both /4 despite coming from different PLLs I guess debugcc could be the issue
<bryanodonoghue> I'd be surprised if it weren't generating 24MHz
<bryanodonoghue> what about the rest of the debugcc clocks ?
<bryanodonoghue> maybe cam_cc.div_val = 0x02 would work
marvin24 has joined #linux-msm
marvin24_ has quit [Ping timeout: 480 seconds]
robertfoss has quit [Ping timeout: 480 seconds]
robertfoss has joined #linux-msm
junari has joined #linux-msm
jhovold has joined #linux-msm
junari has quit [Remote host closed the connection]
mripard has joined #linux-msm
robertfoss has quit [Ping timeout: 480 seconds]
robertfoss has joined #linux-msm
<aka_[m]> Any ideas when Konrad will be online?
<aka_[m]> Luca Weiss: bro
<aka_[m]> Maybe Konrad is retaking his exams so he might not be there for a while
z_z3ntu_bouncer has quit [Quit: ZNC 1.9.0 - https://znc.in]
z_z3ntu_bouncer has joined #linux-msm
ungeskriptet is now known as Guest4142
ungeskriptet has joined #linux-msm
ungeskriptet is now known as Guest4145
ungeskriptet has joined #linux-msm
Guest4142 has quit [Ping timeout: 480 seconds]
ungeskriptet is now known as Guest4146
ungeskriptet has joined #linux-msm
Guest4145 has quit [Ping timeout: 480 seconds]
Guest4146 has quit [Ping timeout: 480 seconds]
marc|gonzalez has joined #linux-msm
<marc|gonzalez> robher, krzk: could you give a quick look at "[PATCH v3 1/3] dt-bindings: net: wireless: ath10k: add qcom,no-msa-ready-indicator prop". It's the last bit holding back the series, according to Kalle.
f_ has joined #linux-msm
f_ has quit [Quit: To contact me, PM f_[xmpp] or send an email. See https://vitali64.duckdns.org/.]
f_ has joined #linux-msm
<marc|gonzalez> lumag: will try getting HDMI 1.4 to work on my board.
<marc|gonzalez> rawoul tells me you might have unmerged submissions?
<aka_[m]> Luca Weiss: so maybe you can guide me a bit
<aka_[m]> this comment is only strictly about &apps_smsm 10, 9 being in single line?
jessienab has joined #linux-msm
<z3ntu> aka_: yes, match the style of foo and foo-names, so put a newline after <&apps_sms 10>,
<z3ntu> so that foo and foo-names are both two lines essentially
f_ has quit [Quit: To contact me, PM f_[xmpp] or send an email. See https://vitali64.duckdns.org/.]
jhovold has quit [Ping timeout: 480 seconds]
<abhinav__> bamse hi, can you pls take a look at https://patchwork.kernel.org/project/linux-arm-msm/patch/20240426142442.7769-1-quic_vvalluru@quicinc.com/ ? I have given a couple of minor comments but rest lgtm
<calebccff> bryanodonoghue: yeah seems like debugcc was to blame... so im really stuck at cam_cc_ife_0_clk_src: rcg didn't update its configuration.
<aka_[m]> calebccff: have you tried this patch for shared rcgs?
<aka_[m]> it should be quite top
<calebccff> aka_[m]: will give it a whirl
<calebccff> aka_[m]: nada, doesn't change anything
<calebccff> this is happening in the set rate callback anyways, but I thin kthat patch is for the enable cb
<calebccff> as in, it fixes a bug when enable is called without set_rate being called first
<calebccff> very confused now... it's somehow trying to set_rate on ife_0_clk_src from the csiphy set_clk_rates() function which calls clk_set_rate on a different clock?? https://p.calebs.dev/3b1cd2@raw
<calebccff> anways the clock seems to get enabled as we want, not sure if the rate is correct though https://p.calebs.dev/8910c8@raw
<calebccff> or if any of these are coorect
<calebccff> i know the C-PHY values for some clocks are quite different to D-PHY
<bamse> abhinav__: nice! needs to be respun, so provided some feedback...but looking forward to merge v3
<bamse> abhinav__: attempted to boot my rb3gen2 and modetest reports the 3rd output :) don't have anything connected at this point though, so couldn't test it fully
<abhinav__> bamse nice !
<abhinav__> thanks