ChanServ changed the topic of #linux-msm to:
Daanct12 has joined #linux-msm
Daanct12 has quit [Quit: WeeChat 4.4.2]
Daanct12 has joined #linux-msm
marvin24_ has joined #linux-msm
marvin24 has quit [Ping timeout: 480 seconds]
felix has quit []
felix has joined #linux-msm
srinik has joined #linux-msm
jhovold has joined #linux-msm
srinik has quit [Ping timeout: 480 seconds]
srinik has joined #linux-msm
rsalveti has joined #linux-msm
srinik has quit [Remote host closed the connection]
sgerhold has joined #linux-msm
svarbanov has joined #linux-msm
pespin has joined #linux-msm
srinik has joined #linux-msm
_lore_ has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
_lore_ has joined #linux-msm
nashpa has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: WeeChat 4.4.2]
dliviu has joined #linux-msm
jhovold has quit [Quit: WeeChat 4.3.4]
dliviu has quit [Ping timeout: 480 seconds]
dliviu has joined #linux-msm
<abhinav__> krzk bamse konradybcio Hi, I had a question about adding some additional clocks to dp-controller.yaml for msm. For adding MST feature , we will need to add additional clocks for the stream1 (pixel clock). These clocks would be needed on chipsets where we will add MST support. Is it okay to extend current clock array to add the additional clocks?
<abhinav__> lumag too
<konradybcio> abhinav__: so long as you stick them at the end, totally fine
<abhinav__> konradybcio ack thanks
<abhinav__> konradybcio one follow up question, since these clocks will be on chipsets only which have MST, do we need to add any exceptions under allOf to indicate that these clocks apply for which chipsets?
<abhinav__> so for example sc7180 does not have MST support
<abhinav__> or perhaps some minitems in the clocks to indicate that current set of clocks are always needed (for single stream) but MST clocks are needed only on chipsets which support MST
jessica_24 has joined #linux-msm
<konradybcio> you can just add them to allowed clocks
<konradybcio> and then keep minItems as NUM_CLOCKS_WITHOUT_MST
<abhinav__> konradybcio ack makes sense to me
<abhinav__> thanks so much
_lore_ has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
_lore_ has joined #linux-msm
srinik has quit [Ping timeout: 480 seconds]
pespin has quit [Remote host closed the connection]
<lumag> abhinav__, add the minItems to the array, then add if/then which either uses maxItems to specify SST-only clocks for platforms with no MST support
<abhinav__> lumag ack, thanks!