]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: qcom: camss: Add debug message to camss-video format check
authorLoic Poulain <loic.poulain@oss.qualcomm.com>
Thu, 26 Feb 2026 09:08:50 +0000 (10:08 +0100)
committerBryan O'Donoghue <bod@kernel.org>
Fri, 8 May 2026 23:22:59 +0000 (00:22 +0100)
commit5837c36e012924709c0aaa997c5c8efc898f6a75
treebceb3dfaeca8c48d5941d452a4b25602af957653
parent49a2cc83540c6abc81bb137d0e8da3b59b1c2fcf
media: qcom: camss: Add debug message to camss-video format check

Add a debug trace to video_check_format() to log both the subdev-reported
format and the format requested by the video node. This makes it easier
to diagnose mismatches between subdev output and the negotiated V4L2
pixel format, as well as issues related to plane count, resolution, or
field settings.

Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
drivers/media/platform/qcom/camss/camss-video.c