mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
media: rockchip: vicap disable capture and dma enable bit in fs intr
when app stop stream Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I9187b2f3ffa061bc30fb76f9dbfda5cacabfb920
This commit is contained in:
@@ -9234,6 +9234,7 @@ void rkcif_irq_pingpong_v1(struct rkcif_device *cif_dev)
|
||||
stream->to_stop_dma = RKCIF_DMAEN_BY_VICAP;
|
||||
else if (stream->dma_en & RKCIF_DMAEN_BY_ISP)
|
||||
stream->to_stop_dma = RKCIF_DMAEN_BY_ISP;
|
||||
stream->is_stop_capture = true;
|
||||
}
|
||||
if (stream->to_stop_dma) {
|
||||
ret = rkcif_stop_dma_capture(stream);
|
||||
|
||||
Reference in New Issue
Block a user