ChanServ changed the topic of #linux-msm to:
Daanct12 has joined #linux-msm
aklimov has quit [Ping timeout: 480 seconds]
marvin24 has joined #linux-msm
marvin24_ has quit [Ping timeout: 480 seconds]
jhovold has joined #linux-msm
Daanct12 has quit [Quit: WeeChat 4.2.1]
Daanct12 has joined #linux-msm
Daanct12 has quit [Ping timeout: 480 seconds]
pespin has joined #linux-msm
Daanct12 has joined #linux-msm
Daanct12 has quit []
Daanct12 has joined #linux-msm
Adrian[m]1 has quit [Quit: Bridge terminating on SIGTERM]
sepkov[m] has quit [Quit: Bridge terminating on SIGTERM]
Newbyte has quit []
Prawn[m]1 has quit [Quit: Bridge terminating on SIGTERM]
valida-69[m] has quit []
maxim[m] has quit [Quit: Bridge terminating on SIGTERM]
felixwither[m] has quit [Quit: Bridge terminating on SIGTERM]
JIaxyga[m] has quit [Quit: Bridge terminating on SIGTERM]
Tooniis[m] has quit []
go4godvin has quit [Quit: Bridge terminating on SIGTERM]
z3ntu has quit [Quit: Bridge terminating on SIGTERM]
alfayt[m] has quit [Quit: Bridge terminating on SIGTERM]
jrfern[m] has quit [Quit: Bridge terminating on SIGTERM]
RayyanAnsari[m] has quit [Quit: Bridge terminating on SIGTERM]
Leandro[m]1 has quit [Quit: Bridge terminating on SIGTERM]
exkc has quit []
travmurav[m] has quit [Quit: Bridge terminating on SIGTERM]
mothenjoyer69 has quit [Quit: Bridge terminating on SIGTERM]
nergzd723 has quit []
panioluka[m] has quit [Quit: Bridge terminating on SIGTERM]
nick1343[m] has quit []
DylanVanAssche has quit []
Nia[m] has quit [Quit: Bridge terminating on SIGTERM]
xtex[m] has quit [Quit: Bridge terminating on SIGTERM]
bzy-080408[m] has quit [Quit: Bridge terminating on SIGTERM]
ywnkmn[m] has quit [Quit: Bridge terminating on SIGTERM]
aka_[m] has quit [Quit: Bridge terminating on SIGTERM]
Marijn[m] has quit [Quit: Bridge terminating on SIGTERM]
flamingradian[m] has quit [Quit: Bridge terminating on SIGTERM]
dehirt5212[m] has quit [Quit: Bridge terminating on SIGTERM]
FieryFlames[m] has quit [Quit: Bridge terminating on SIGTERM]
AffeNull[m]1 has quit [Quit: Bridge terminating on SIGTERM]
JoelSelvaraj[m]1 has quit [Quit: Bridge terminating on SIGTERM]
elektrino[m] has quit [Remote host closed the connection]
uclydde[m] has quit [Remote host closed the connection]
jrole_8tst-j[m] has quit [Remote host closed the connection]
MollySophia[m] has quit [Remote host closed the connection]
strongtz[m] has quit [Remote host closed the connection]
konradybcio has quit [Remote host closed the connection]
KieranBingham[m] has quit [Remote host closed the connection]
adomerle has quit [Remote host closed the connection]
valentine1 has quit [Remote host closed the connection]
Mis012[m] has quit [Write error: connection closed]
Steve[m]1 has quit [Remote host closed the connection]
luka177[m] has quit [Remote host closed the connection]
ArianK16a[m] has quit [Ping timeout: 480 seconds]
<marc|gonzalez> matrix split weeee
<marc|gonzalez> lumag: any ideas on the msm8998 venus decoder situation?
krzk_ is now known as krzk
krzk has quit [Quit: leaving]
krzk has joined #linux-msm
AntoniAloyTorrens[m]1 has joined #linux-msm
<lumag> marc|gonzalez, I didn't follow the thread. Maybe bryanodonoghue can have a better answer
<bryanodonoghue> marc|gonzalez you were speaking the vikash right ?
<bryanodonoghue> the suggestion was to let firmware handle the power-collapse or similar
<bryanodonoghue> TBH I think the venus/videocc/firmware loop is not there yet for that to work
<bryanodonoghue> It *should* work like that
<bryanodonoghue> but does upstream facilitate it ?
<marc|gonzalez> bryanodonoghue: I exchanged a few messages with Vikash. He seemed not very eager to accept the proposed work around of not putting the decoder in low power mode based on a DT prop
<bryanodonoghue> Let me reread this thread..
<bryanodonoghue> marc|gonzalez what happens when you add HW_CTRL to video_subcore[0/1]_gdsc ?
<marc|gonzalez> bryanodonoghue: while drivers/clk/qcom/mmcc-msm8996.c has several VENUS entries in mmcc_msm8996_gdscs, drivers/clk/qcom/mmcc-msm8998.c has none...
<bryanodonoghue> yep I had a look - let me email a response
<marc|gonzalez> [ffmpeg/video] vp9_v4l2m2m: can't configure decoder
<marc|gonzalez> Setting HW_CTRL on video_subcore0_gdsc & video_subcore1_gdsc (which might not be relevant to venus) change nothing
<marc|gonzalez> Will revert & give your proposed patch a test drive
<marc|gonzalez> errr, wait, I messed up
<bryanodonoghue> yep just adding HW_CTRL wouldn't work
<bryanodonoghue> need to waggle the ancillary GDSCs
<marc|gonzalez> I did:
<marc|gonzalez> + .pwrsts = PWRSTS_OFF_ON | HW_CTRL,
<marc|gonzalez> I set the bit on the wrong field... Doh!
<marc|gonzalez> Will try your patch as it's a superset anyway
<marc|gonzalez> arf, the tabs got mangled in the email, sed to the rescue
<marc|gonzalez> there's a strange bug on the msm8998 upstream: if we boot with maxcpus=1, that makes the system panic & reboot :/
<marc|gonzalez> bryanodonoghue: looks like your patch fixes the issue
<marc|gonzalez> though I got several errors at the start, eventually, it works... needs more testing
<marc|gonzalez> I'm not 100% certain the system is decoding in HW, but something is happening
marvin24_ has joined #linux-msm
marvin24 has quit [Ping timeout: 480 seconds]
aklimov has joined #linux-msm
Daanct12 has quit [Quit: WeeChat 4.2.2]
<marc|gonzalez> bryanodonoghue: do you want to submit a patch? or want me to do it?
<marc|gonzalez> (or can I fold it within the drivers/media/platform/qcom/venus/core.c patch? hmmm probably different maintainers, so separate patches anyway?)
f_ has joined #linux-msm
<bryanodonoghue> marc|gonzalez happy enough for Suggested-by: on the gdsc changes
<bryanodonoghue> besides you're the only one in a position to test it right now
<marc|gonzalez> Roger that. I'm preparing a patch series right now! :)
<marc|gonzalez> I don't think the patch should be backported to previous versions (from a Fixes tag) ?
aklimov has quit [Quit: Leaving]
aklimov has joined #linux-msm
telent7 has quit []
telent7 has joined #linux-msm
telent7 has quit []
telent has joined #linux-msm
aka_[m] has joined #linux-msm
<aka_[m]> bamse: thanks for feedback on msm8976 dtsi patches, im bit lacking on time lately and might try resend on saturday
jhovold has quit [Quit: WeeChat 4.2.1]
pespin has quit []
f_ has quit [Quit: Setting up CertFP]
f_ has joined #linux-msm
f_ has quit []
f_ has joined #linux-msm
f_ has quit [Ping timeout: 480 seconds]
<bamse> aka_[m]: sounds good, we're only at -rc3, so we have another 2-3 weeks before i'm closing the shop for v6.10
dliviu has quit [Read error: Connection reset by peer]
dliviu has joined #linux-msm
Rayyan has quit [Quit: Ping timeout (120 seconds)]
Rayyan has joined #linux-msm
animist has joined #linux-msm