[PATCH 1/2] staging: bcm2835-camera: Remove sleep at streaming start

2018-05-23 Thread Stefan Schake
This checks the preview component for overlay functionality, but that has little to do with streaming (you don't need to enable the overlay to do streaming). We shouldn't withhold frames from userspace because of an estimate for AGC stabilization time in any case. Signed-off-by: Stefan Schake

[PATCH 2/2] staging: bcm2835-camera: Remove overlay functionality

2018-05-23 Thread Stefan Schake
memory management, an overlay can be implemented in userland through DRM overlay planes of which we provide plenty. Signed-off-by: Stefan Schake <stsch...@gmail.com> --- .../vc04_services/bcm2835-camera/bcm2835-camera.c | 255 + .../vc04_services/bcm2835-camera/bcm2835-ca

[PATCH] staging: bcm2835-camera: Add TODO for removing overlay support

2018-05-10 Thread Stefan Schake
The overlay code is non-functional since it relies on firmware control of the HVS. Signed-off-by: Stefan Schake <stsch...@gmail.com> --- Dave, does this match your understanding? drivers/staging/vc04_services/bcm2835-camera/TODO | 8 1 file changed, 8 insertions(+) diff