Commits

Wayne Zou committed 3f2e1253021
ENGR00240298 IMX IPU: Optimize IPU resize performance When disabling IPU channels, it needs less than 200us to wait for stop Using msleep, it often sleep longer(above 10ms). So the extra delay decrease the performance. For 720p video playback on 1080p display(60Hz), the performance is about 40fps With this patch, it can achieve around 60fps. Signed-off-by: Wayne Zou <b36644@freescale.com>