mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
media: rockchip: vicap fixes error process of online_one_frame mode
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: Ib98ee16e0a0fce2ae71450a701b53be1f0138c60
This commit is contained in:
@@ -13705,7 +13705,7 @@ int rkcif_stream_resume(struct rkcif_device *cif_dev, int mode)
|
||||
capture_mode = RKCIF_STREAM_MODE_CAPTURE;
|
||||
}
|
||||
}
|
||||
if (priv && priv->mode.rdbk_mode == RKISP_VICAP_ONLINE && mode == RKCIF_RESUME_CIF)
|
||||
if (priv && priv->mode.rdbk_mode < RKISP_VICAP_RDBK_AIQ && mode == RKCIF_RESUME_CIF)
|
||||
goto out_resume;
|
||||
|
||||
for (i = 0; i < RKCIF_MAX_STREAM_MIPI; i++) {
|
||||
|
||||
Reference in New Issue
Block a user