mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user