mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08:00
c54d4a0b08
It is possible to call STREAMON without having any buffers queued. So vb2_is_streaming() can return true without start_streaming() having been called. Only after at least one buffer has been queued will start_streaming be called. The check vb2_is_streaming() is incorrect as this would start the DMA without having proper DMA pointers set up. this patch uses vb2_start_streaming_called() instead to check is streaming was called. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
||
---|---|---|
.. | ||
ccdc_hw_device.h | ||
dm355_ccdc_regs.h | ||
dm355_ccdc.c | ||
dm644x_ccdc_regs.h | ||
dm644x_ccdc.c | ||
isif_regs.h | ||
isif.c | ||
Kconfig | ||
Makefile | ||
vpbe_display.c | ||
vpbe_osd_regs.h | ||
vpbe_osd.c | ||
vpbe_venc_regs.h | ||
vpbe_venc.c | ||
vpbe.c | ||
vpfe_capture.c | ||
vpif_capture.c | ||
vpif_capture.h | ||
vpif_display.c | ||
vpif_display.h | ||
vpif.c | ||
vpif.h | ||
vpss.c |