Re: [PATCH v9 2/8] clk: qcom: gcc-msm8939: mark Venus core GDSCs as hardware controlled
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.phone-devel,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
On 5/26/26 3:24 PM, Erikas Bitovtas wrote: > Allow Venus core GDSCs to have their control passed to hardware, so they > can be powered on by Venus firmware. "and explicitly state that the vcodec clocks' halt bit should be checked" // even though it already happens by virtue of: #define BRANCH_HALT 0 /* pol: 1 = halt */ and C partial struct initialization rules setting uninitialized fields to 0 Reviewed-by: Konrad Dybcio <[email protected]> Konrad