media: rockchip: isp: add the bp stream async for isp32

Change-Id: Ife23a4e6dc75147e308b9e6fe2c88719ef6e1edc
Signed-off-by: Lian Xu <xu.lian@rock-chips.com>
This commit is contained in:
Lian Xu
2022-04-26 21:10:10 +08:00
committed by Tao Huang
parent 9a80278fbe
commit b59362fbb3

View File

@@ -1361,9 +1361,9 @@ static int rkisp_stream_start(struct rkisp_stream *stream)
if (stream->id == RKISP_STREAM_MPDS || stream->id == RKISP_STREAM_BPDS)
goto end;
async = (stream->id == RKISP_STREAM_MP) ?
dev->cap_dev.stream[RKISP_STREAM_SP].streaming :
dev->cap_dev.stream[RKISP_STREAM_MP].streaming;
async = (dev->cap_dev.stream[RKISP_STREAM_MP].streaming ||
dev->cap_dev.stream[RKISP_STREAM_SP].streaming ||
dev->cap_dev.stream[RKISP_STREAM_BP].streaming);
/*
* can't be async now, otherwise the latter started stream fails to