mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
media: rockchip: isp: fix rv1106 resume no output
Change-Id: Ia18ce862426e351156263efded7af9e4d0e17ae6 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -1149,7 +1149,7 @@ static void rkisp_pm_complete(struct device *dev)
|
||||
isp_dev->isp_state = ISP_START | ISP_FRAME_END;
|
||||
for (i = 0; i < RKISP_MAX_STREAM; i++) {
|
||||
stream = &isp_dev->cap_dev.stream[i];
|
||||
if (i == RKISP_STREAM_VIR || !stream->streaming)
|
||||
if (i == RKISP_STREAM_VIR || !stream->streaming || !stream->curr_buf)
|
||||
continue;
|
||||
stream->skip_frame = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user