Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-21 | Don't set formats on remote pads if the remote entity is not a subdev | Laurent Pinchart | |
When setting format on an output pad, the same format is automatically set on the remote pads, if any. As the format setting API is subdev-specific, skip remote pads that belong to a non-subdev entity. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2010-05-19 | Zero structures before filling them | Laurent Pinchart | |
The parse_format function fills a v4l2_mbus_framefmt structure but doesn't zero it beforehand. This results in some fields being uninitialized. Fix this. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2010-05-19 | Initial import | Laurent Pinchart | |
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |