mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
media: rockchip: isp: fix vicap fast stream on and off
Change-Id: I6f94419a6d4beacd4a5ab8f0fa13649bc61eec67 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
parent
00ae13ff18
commit
3be39a0ab0
|
|
@ -1584,6 +1584,7 @@ static void rkisp_stop_streaming(struct vb2_queue *queue)
|
|||
if (dev->is_pre_on && stream->id == RKISP_STREAM_MP) {
|
||||
dev->is_rdbk_auto = false;
|
||||
dev->is_pre_on = false;
|
||||
v4l2_subdev_call(dev->active_sensor->sd, video, s_stream, false);
|
||||
dev->pipe.close(&dev->pipe);
|
||||
v4l2_pipeline_pm_put(&stream->vnode.vdev.entity);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user