Re: [PATCH v6 4/5] media: qcom: camss: csid: Add support for CSID 1080
From: Bryan O'Donoghue
Date: Tue Nov 18 2025 - 04:44:11 EST
On 14/11/2025 03:29, Hangxiang Ma wrote:
+ /* note: for non-RDI path, this should be format->decode_format */
+ val |= DECODE_FORMAT_PAYLOAD_ONLY << RDI_CFG0_DECODE_FORMAT;
+ val |= vc << RDI_CFG0_VC;
+ val |= format->data_type << RDI_CFG0_DT;
+ writel(val, csid->base + CSID_RDI_CFG0(vc));
Why not just add that code now ?
---
bod