Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Documentation: mali-c55: Use v4l2-isp version identifier

The Mali C55 driver uses the v4l2-isp framework, which defines its own
versioning numbers.

Do not use the Mali C55 specific version identifier in the code example
in the documentation of the Mali C55 stats and params metadata formats.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Jacopo Mondi and committed by
Hans Verkuil
003c492f 8f0b4cce

+1 -1
+1 -1
Documentation/userspace-api/media/v4l/metafmt-arm-mali-c55.rst
··· 44 44 struct v4l2_isp_params_buffer *params = 45 45 (struct v4l2_isp_params_buffer *)buffer; 46 46 47 - params->version = MALI_C55_PARAM_BUFFER_V1; 47 + params->version = V4L2_ISP_PARAMS_VERSION_V1; 48 48 params->data_size = 0; 49 49 50 50 void *data = (void *)params->data;