mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
media: rockchip: isp1: add ISP parameters is cleared when stopping stream
Change-Id: Ibd38147ff22d2ef71bfb91978c5b5d7f4734fe02 Signed-off-by: Leo Wen <leo.wen@rock-chips.com>
This commit is contained in:
@@ -1497,6 +1497,10 @@ static void rkisp1_params_vb2_stop_streaming(struct vb2_queue *vq)
|
||||
vb2_buffer_done(&buf->vb.vb2_buf, VB2_BUF_STATE_ERROR);
|
||||
buf = NULL;
|
||||
}
|
||||
|
||||
/* clean module params */
|
||||
params_vdev->cur_params.module_cfg_update = 0;
|
||||
params_vdev->cur_params.module_en_update = 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user