Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-18 | test: v4l2_videodevice: buffer_cache: Use DRM pixel format | Niklas Söderlund | |
The pixel format used in the stream configuration is from V4L2 but should be from DRM, fix it. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2020-03-06 | test: v4l2_videodevice: Add test for V4L2BufferCache | Niklas Söderlund | |
Add test to test the different modes and situations the V4L2BufferCache can be put in. The tests verify that a FrameBuffer used with the cache results in a V4L2 video device index, and that the cache implementation is capable of keeping buffers in a hot state. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |