Re: [PATCH v4 5/7] media: uapi: Add CAMSS ISP configuration definition

From: Bryan O'Donoghue

Date: Fri Jul 10 2026 - 17:42:17 EST


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<loic.poulain@xxxxxxxxxxxxxxxx>
---
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