Skip to content
Commit a469e93c authored by Steve Longerbeam's avatar Steve Longerbeam Committed by Paul Gortmaker
Browse files

gpu: ipu-v3: image-convert: Wait for all EOFs before completing a tile

commit dd81d821 upstream.

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: 0537db80

 ("gpu: ipu-v3: image-convert: reconfigure IC per tile")
Signed-off-by: default avatarSteve Longerbeam <slongerbeam@gmail.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 555d5486
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment