commit | 5243453472e7bce74764ddf9f206450dcc8769c5 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Nov 17 12:23:23 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Apr 13 17:52:36 2016 -0300 |
tree | f23eb718b6c6e5df792bce7c7b87b9c19d4af606 | |
parent | 823329dfee7224712569cc4899720bc470a2fe56 [diff] |
[media] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operations Entities have two operations, a destroy operation stored directly in vsp1_entity and a set_memory operation stored in a vsp1_rwpf_operations structure. Move the two to a more generic vsp1_entity_operations structure that will serve to implement additional operations. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>