mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
media: rockchip: vicap: fixes error deal of scale handle for rv1103b
Change-Id: Ie11c60b8dbbc0e2f3fe753f35485ae8f9a655824 Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
@@ -1597,7 +1597,8 @@ static irqreturn_t rkcif_irq_handler(int irq, void *ctx)
|
||||
}
|
||||
if (cif_hw->chip_id >= CHIP_RK3588_CIF && intstat_glb) {
|
||||
rkcif_irq_handle_toisp(cif_hw->cif_dev[i], intstat_glb);
|
||||
rkcif_irq_handle_scale(cif_hw->cif_dev[i], intstat_glb);
|
||||
if (cif_hw->chip_id != CHIP_RV1103B_CIF)
|
||||
rkcif_irq_handle_scale(cif_hw->cif_dev[i], intstat_glb);
|
||||
}
|
||||
}
|
||||
irq_stop = ktime_get_ns();
|
||||
|
||||
Reference in New Issue
Block a user