mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: isp: fix stream switch when readback mode
Change-Id: I087f7d6fd266f857c05120226f2505ae51fb1144 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -904,7 +904,8 @@ void rkisp_check_idle(struct rkisp_device *dev, u32 irq)
|
||||
if (!completion_done(&dev->hw_dev->monitor.cmpl))
|
||||
complete(&dev->hw_dev->monitor.cmpl);
|
||||
}
|
||||
if (dev->irq_ends != dev->irq_ends_mask || !IS_HDR_RDBK(dev->rd_mode))
|
||||
if ((dev->irq_ends & dev->irq_ends_mask) != dev->irq_ends_mask ||
|
||||
!IS_HDR_RDBK(dev->rd_mode))
|
||||
return;
|
||||
|
||||
if (dev->is_first_double) {
|
||||
|
||||
Reference in New Issue
Block a user