linux_dsm_epyc7002/drivers/media/platform/vimc
Dafna Hirschfeld 8b9f91751b media: vimc: streamer: if kthread_stop fails, ignore the error
Ignore errors returned from kthread_stop since the
vimc subdevices should still be notified that
streaming stopped so they can release the memory for
the streaming, and also kthread should be set to NULL.
kthread_stop can return -EINTR in case the thread
did not yet run. This can happen if userspace calls
streamon and streamoff right after.

Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@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+huawei@kernel.org>
2020-02-24 17:16:56 +01:00
..
Kconfig Linux 5.2-rc2 2019-05-28 11:21:51 -04:00
Makefile media: vimc: Collapse component structure into a single monolithic driver 2019-10-01 12:34:13 -03:00
vimc-capture.c media: media/platform: rename VFL_TYPE_GRABBER to _VIDEO 2020-02-24 16:54:14 +01:00
vimc-common.c media: vimc: upon streaming, check that the pipeline starts with a source entity 2019-11-10 07:25:03 +01:00
vimc-common.h media: vimc: upon streaming, check that the pipeline starts with a source entity 2019-11-10 07:25:03 +01:00
vimc-core.c media: vimc: cleanup code that assigns entity in entities array 2019-10-24 19:00:14 -03:00
vimc-debayer.c media: vimc: Implement debayer control for mean window size 2019-10-24 19:04:45 -03:00
vimc-scaler.c media: vimc: Implement get/set selection in sink 2019-12-16 10:22:00 +01:00
vimc-sensor.c media: vimc: sen: remove unused kthread_sen field 2019-11-09 09:07:02 +01:00
vimc-streamer.c media: vimc: streamer: if kthread_stop fails, ignore the error 2020-02-24 17:16:56 +01:00
vimc-streamer.h media: Revert "media: vimc: propagate pixel format in the stream" 2019-08-13 11:40:38 -03:00