Re: [PATCH v2 6/6] media: qcom: camss: vfe: Add support for VFE 1080

From: Bryan O'Donoghue
Date: Thu Oct 16 2025 - 06:19:54 EST


On 15/10/2025 03:56, Hangxiang Ma wrote:
+
+ /* Deferring the reg update until after CSID config */
+ if (!vfe->camss->res->vfe_res[vfe->id].vfe.is_deferred)
+ ops->reg_update(vfe, line->id);
}

But why ?

---
bod