Re: [PATCH v9 2/8] clk: qcom: gcc-msm8939: mark Venus core GDSCs as hardware controlled
From: Konrad Dybcio
Date: Wed Jun 10 2026 - 09:37:23 EST
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 <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad