[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>
This commit is contained in:
parent
e719a51a46
commit
c62cda97c8
@ -288,7 +288,8 @@ cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs)
|
||||
lhs->fmt.pix.field == rhs->fmt.pix.field &&
|
||||
lhs->fmt.pix.colorspace == rhs->fmt.pix.colorspace &&
|
||||
lhs->fmt.pix.ycbcr_enc == rhs->fmt.pix.ycbcr_enc &&
|
||||
lhs->fmt.pix.quantization == rhs->fmt.pix.quantization;
|
||||
lhs->fmt.pix.quantization == rhs->fmt.pix.quantization &&
|
||||
lhs->fmt.pix.xfer_func == rhs->fmt.pix.xfer_func;
|
||||
}
|
||||
|
||||
static inline u32 vpfe_reg_read(struct vpfe_ccdc *ccdc, u32 offset)
|
||||
|
Loading…
Reference in New Issue
Block a user