mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
dd81d821d0
Use a bit-mask of EOF irqs to determine when all required idmac
channel EOFs have been received for a tile conversion, and only do
tile completion processing after all EOFs have been received. Otherwise
it was found that a conversion would stall after the completion of a
tile and the start of the next tile, because the input/read idmac
channel had not completed and entered idle state, thus locking up the
channel when attempting to re-start it for the next tile.
Fixes:
|
||
---|---|---|
.. | ||
ipu-common.c | ||
ipu-cpmem.c | ||
ipu-csi.c | ||
ipu-dc.c | ||
ipu-di.c | ||
ipu-dmfc.c | ||
ipu-dp.c | ||
ipu-ic-csc.c | ||
ipu-ic.c | ||
ipu-image-convert.c | ||
ipu-pre.c | ||
ipu-prg.c | ||
ipu-prv.h | ||
ipu-smfc.c | ||
ipu-vdi.c | ||
Kconfig | ||
Makefile |