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

[media] am437x-vpfe: add support for xfer_func

Make this part of the format check.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Cc: Prabhakar Lad <prabhakar.csengg@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
c62cda97 e719a51a

+2 -1
+2 -1
drivers/media/platform/am437x/am437x-vpfe.c
··· 288 288 lhs->fmt.pix.field == rhs->fmt.pix.field && 289 289 lhs->fmt.pix.colorspace == rhs->fmt.pix.colorspace && 290 290 lhs->fmt.pix.ycbcr_enc == rhs->fmt.pix.ycbcr_enc && 291 - lhs->fmt.pix.quantization == rhs->fmt.pix.quantization; 291 + lhs->fmt.pix.quantization == rhs->fmt.pix.quantization && 292 + lhs->fmt.pix.xfer_func == rhs->fmt.pix.xfer_func; 292 293 } 293 294 294 295 static inline u32 vpfe_reg_read(struct vpfe_ccdc *ccdc, u32 offset)