commit | f81cbfc4f82a75ca0a2dc181a9c93b88f0e6509d | [log] [tgz] |
---|---|---|
author | Michael Tretter <[email protected]> | Tue Jun 25 10:13:20 2019 -0400 |
committer | Mauro Carvalho Chehab <[email protected]> | Thu Jun 27 07:36:06 2019 -0400 |
tree | f18f3201bd2fa2636f1a715c311d31ffe18c05fd | |
parent | 46fb4749788159412622c5bb9d087a217cc00152 [diff] |
media: allegro: use new v4l2_m2m_ioctl_try_encoder_cmd funcs As the try_encoder_cmd is identical for many drivers, there are now helpers for this function in the mem2mem core. Use the helper in allegro. This fixes the v4l2-compliance test regarding V4L2_ENC_CMD_STOP, because the allegro-specific function rejected invalid flags. Signed-off-by: Michael Tretter <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>