]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpu: ipu-v3: remove IRQ dance on DC channel disable
authorLucas Stach <l.stach@pengutronix.de>
Tue, 8 Nov 2016 15:13:25 +0000 (16:13 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 15 Mar 2017 14:28:27 +0000 (15:28 +0100)
commit2212a780b9c515cd54a5707713307efab9896b4f
treeb7cc2872a53293fae264789dcfc70fbddd267c4b
parent1762ed65c700efb843df8d19a55742566872aade
gpu: ipu-v3: remove IRQ dance on DC channel disable

This has never worked properly, as the IRQ got retriggered immediately
on unmask. Remove the IRQ wait dance, as it is apparently safe to disable
the DC channel at any point in time.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/ipu-v3/ipu-dc.c