Commits

Liu Ying committed 55f41f794fb
MLK-12721 mxc IPUv3: PRE: Correct irq mask in ipu_pre_irq_mask() We should do bitwise OR operation for all valid irq enable bits to get the full irq mask. So, to take the bit4(HANDSHAKE_ERROR_IRQ_EN) into calculation, the mask should be 0x1f instead of 0xf. Reported-by: Asim Zaidi <asim.zaidi@nxp.com> Signed-off-by: Liu Ying <victor.liu@nxp.com>