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:
Leo Wen
2018-08-27 14:14:07 +08:00
committed by Tao Huang
parent 2d1723bd9b
commit 6eb53f5eb2

View File

@@ -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