linux/drivers/media/platform/vimc
André Almeida 3c1b9ac753 media: vimc: Remove or modify stream checks
Change the way subdevices check if the stream is running. Verify the stream
pointer instead of src_frame. This makes easier to get rid of the void* and
u8* that points to frames in the subdevices structs.

Remove checks that s_stream does on subdevices. They are redundant since
the Media Controller Framework doesn't allow two streaming on the same
media pipeline at the same time.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-06-05 12:47:08 -04:00
..
Kconfig Linux 5.2-rc2 2019-05-28 11:21:51 -04:00
Makefile media: vimc: Add vimc-streamer for stream control 2019-02-07 12:23:09 -05:00
vimc-capture.c media: vimc: propagate pixel format in the stream 2019-04-22 10:58:51 -04:00
vimc-common.c media: vimc: propagate pixel format in the stream 2019-04-22 10:58:51 -04:00
vimc-common.h media: vimc: propagate pixel format in the stream 2019-04-22 10:58:51 -04:00
vimc-core.c media: vimc: fix component match compare 2019-05-28 13:10:49 -04:00
vimc-debayer.c media: vimc: Remove or modify stream checks 2019-06-05 12:47:08 -04:00
vimc-scaler.c media: vimc: Remove or modify stream checks 2019-06-05 12:47:08 -04:00
vimc-sensor.c media: vimc: Remove or modify stream checks 2019-06-05 12:47:08 -04:00
vimc-streamer.c media: vimc: propagate pixel format in the stream 2019-04-22 10:58:51 -04:00
vimc-streamer.h media: vimc: propagate pixel format in the stream 2019-04-22 10:58:51 -04:00