media: rockchip: vicap fixes error of restart stream of AOV
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I68cfb62e10dc493dca6f638a95c1ae258f079549
This commit is contained in:
parent
9f06768123
commit
55f78a749b
1 changed files with 4 additions and 1 deletions
|
|
@ -8037,7 +8037,10 @@ static long rkcif_ioctl_default(struct file *file, void *fh,
|
|||
}
|
||||
} else {
|
||||
sditf_disable_immediately(dev->sditf[0]);
|
||||
dev->sditf[0]->mode.rdbk_mode = RKISP_VICAP_RDBK_AUTO;
|
||||
if (dev->is_thunderboot)
|
||||
dev->sditf[0]->mode.rdbk_mode = RKISP_VICAP_RDBK_AUTO;
|
||||
else
|
||||
dev->sditf[0]->mode.rdbk_mode = RKISP_VICAP_RDBK_AIQ;
|
||||
sd = get_rkisp_sd(dev->sditf[0]);
|
||||
if (sd)
|
||||
ret = v4l2_subdev_call(sd, core, ioctl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue