ChanServ changed the topic of #linux-msm to:
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #linux-msm
marvin24 has joined #linux-msm
marvin24_ has quit [Ping timeout: 480 seconds]
ldts has joined #linux-msm
junari has joined #linux-msm
dliviu has quit [Quit: Going away]
<z3ntu1> bamse: seems because of commit "ARM: dts: qcom: strip prefix from PMIC files" the dtb for HTC One Mini 2, msm8926-htc-memul (which you applied some hours ago) doesn't build. Can you fix up the #include yourself or shall I send a patch?
<aka_[m]> konradybcio: regarding that last discussion bout schema&compats is it how it supposed to be?
junari has quit [Ping timeout: 480 seconds]
<aka_[m]> lumag: konradybcio i guess per-process page tables for adreno aren't really supported right?
<aka_[m]> i mean legacy adrenos
<aka_[m]> i was wondering where gtcu/gtbu clocks come from on 8976/8917/8909 and it seems those are related
<lumag> aka_[m], no, it only works on a6xx and smmu500
<lumag> There were patches for a5xx, if I remember correctly
<aka_[m]> so it would not hurt to not add them
<aka_[m]> on 8953 no longer these sits under adreno node
<aka_[m]> lumag: any idea if "alwayson" on adreno is consumed somewhere?
<aka_[m]> i have it specified and if i take it away adreno fails to start
<aka_[m]> yet dt-checker doesn't like it being here
<lumag> aka_[m], huh?
<aka_[m]> <&gcc GCC_GFX3D_OXILI_AON_CLK>; on A510
<lumag> Ah
<aka_[m]> 8953 with A508 also have AON clock
<lumag> Feel free to add them to the dtb
<aka_[m]> if its removed adreno fails to start
<lumag> And to the schema
<aka_[m]> is it activated by clk core or something?
<aka_[m]> i cannot find it in adreno_X.c
<lumag> Doesn't adreno activate all clocks from DT?
<aka_[m]> no idea how is that even performed, i tried to search for clk_get
<lumag> aka_[m], there is a call to devm_clk_bulk_get_all() in msm_gpu.c:get_clocks
<aka_[m]> ah
<aka_[m]> so i need just add to schemas
<aka_[m]> seems like gtcu/gtbu still usefull, comment just got changed
<aka_[m]> on 8909 source they said its required on a405
<aka_[m]> ok so more schema fun
<aka_[m]> oh boy i don't understand much yet half of commits are already for schemas
<lumag> you might want to check if they are applicable to the GPU itself or to SMMU
<aka_[m]> they all sit under gpu node
<aka_[m]> uh GCC_GFX3D_TCU_CLK seems now be under two
<aka_[m]> i guess i should drop it from gpu
<aka_[m]> ok im kinda content for today, almost everything is in almost upstreamable-state
<aka_[m]> now push myself to send these
<aka_[m]> and i can jump into getting icc prepared and camera&venus
<lumag> aka_[m], sounds great!