[PATCH 18/23] drm: omapdrm: panel-dsi-cm: use threaded irq handler

2016-05-10 Thread Tomi Valkeinen
On 08/03/16 18:39, Sebastian Reichel wrote: > Use threaded irq handler for the tearing effect gpio, > since it updates the display content, which requires > too much time for a fastpath irq. > > Signed-off-by: Sebastian Reichel > --- > drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 6 +++---

[PATCH 18/23] drm: omapdrm: panel-dsi-cm: use threaded irq handler

2016-03-08 Thread Sebastian Reichel
Use threaded irq handler for the tearing effect gpio, since it updates the display content, which requires too much time for a fastpath irq. Signed-off-by: Sebastian Reichel --- drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --gi