mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
media: rockchip: isp: fix first frame loss
Change-Id: Ie00482a5b920425ccf0a655bc3a74595807632f9 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
parent
3f23ab2612
commit
27562c816b
|
|
@ -2762,7 +2762,7 @@ static void rkisp_global_update_mi(struct rkisp_device *dev)
|
|||
if (stream->id == RKISP_STREAM_VIR ||
|
||||
stream->id == RKISP_STREAM_LUMA)
|
||||
continue;
|
||||
if (stream->streaming && !stream->next_buf)
|
||||
if (stream->streaming && !stream->curr_buf)
|
||||
stream->ops->frame_end(stream);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user