Merge "msm: camera: isp: Reset frameskip range during streamoff"
This commit is contained in:
commit
5eef2bb525
1 changed files with 2 additions and 0 deletions
|
@ -2916,6 +2916,8 @@ static void __msm_isp_stop_axi_streams(struct vfe_device *vfe_dev,
|
|||
* those state transitions instead of directly forcing stream to
|
||||
* be INACTIVE
|
||||
*/
|
||||
memset(&stream_info->sw_skip, 0,
|
||||
sizeof(struct msm_isp_sw_framskip));
|
||||
intf = SRC_TO_INTF(stream_info->stream_src);
|
||||
if (stream_info->lpm_mode == 0 &&
|
||||
stream_info->state != PAUSED) {
|
||||
|
|
Loading…
Add table
Reference in a new issue