summaryrefslogtreecommitdiff
path: root/Documentation/userspace-api/media/v4l/metafmt-pisp-fe.rst
AgeCommit message (Collapse)AuthorFilesLines
2024-10-16media: uapi: Add meta formats for PiSP FE config and statsTomi Valkeinen1-0/+39
Add two meta formats for PiSP FE: V4L2_META_FMT_RPI_FE_CFG and V4L2_META_FMT_RPI_FE_STATS. The former is used to provide configuration for the FE and the latter is used to read the statistics from the FE. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>