Re: [PATCH v4 5/7] media: uapi: Add CAMSS ISP configuration definition
Bryan O'Donoghue <[email protected]>
| Newsgroups | org.kernel.vger.linux-hardening,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
On 10/07/2026 10:04, Loic Poulain wrote: > Add the uapi header camss-config.h defining the ISP parameter > structures used by the CAMSS Offline Processing Engine (OPE) driver. > This includes structures for white balance, chroma enhancement and > color correction configuration. > > Signed-off-by: Loic Poulain<[email protected]> > --- > include/uapi/linux/camss-config.h | 161 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 161 insertions(+) > > diff --git a/include/uapi/linux/camss-config.h b/include/uapi/linux/camss-config.h Why haven't you based this on the HFI stuff I supplied though ? Its the same hardware right ? --- bod