Re: [PATCH v3 1/4] gpu: ipu-v3: remove IRQ dance on DC channel disable

2017-03-05 Thread Dan MacDonald
I've finished doing the bulk of my house moving and have time to test these patches now. I'm presuming they've not made it into 4.10(.1) have they? On Tue, Feb 28, 2017 at 2:18 PM, Philipp Zabel wrote: > From: Lucas Stach > > This has never worked properly, as the IRQ got retriggered immediately

[PATCH v3 1/4] gpu: ipu-v3: remove IRQ dance on DC channel disable

2017-02-28 Thread Philipp Zabel
From: Lucas Stach 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 Signed-off-by: Philipp Zabel --- drivers/gpu/ipu-v3/ipu-dc.c | 61