mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
media: rockchip: isp: fix first frame abnormal
Change-Id: Ie0046cdca76064b11642accf57b303328787536b Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -2229,7 +2229,7 @@ static void rkisp_global_update_mi(struct rkisp_device *dev)
|
||||
if (dev->hw_dev->is_single) {
|
||||
for (i = 0; i < RKISP_MAX_STREAM; i++) {
|
||||
stream = &dev->cap_dev.stream[i];
|
||||
if (stream->streaming && !stream->next_buf)
|
||||
if (stream->streaming)
|
||||
stream->ops->frame_end(stream);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user