]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: nxp: imx8-isi: Keep the default value for BLANK_PXL field
authorGuoniu Zhou <guoniu.zhou@nxp.com>
Wed, 5 Nov 2025 05:55:11 +0000 (13:55 +0800)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 24 Mar 2026 21:14:44 +0000 (22:14 +0100)
commit38f4ce14dbe9fc611012c32d57fc6fceec5139e5
tree10ce191015ca90b05e2d8928b27e90f6edcc552f
parenta14986949fd58c39436bd18c5bf3eb0c043717a4
media: nxp: imx8-isi: Keep the default value for BLANK_PXL field

The field BLANK_PXL provides the value of the blank pixel to be inserted
in the image in case an overflow error occurs in the output buffers of
the channel. Its default value is 0xff, so no need to set again.

Besides, the field only exist in i.MX8QM/XP ISI version. Other versions
like i.MX 8M series, remove the field since it won't send data to AXI bus
when overflow error occurs and mark BLANK_PXL as reserved. i.MX9 series
use it for other purposes.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Guoniu Zhou <guoniu.zhou@nxp.com>
Link: https://patch.msgid.link/20251105-isi_imx95-v3-2-3987533cca1c@nxp.com
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c