commit | 728ae8dd696a483355b593487eba73f4c64f1152 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu May 28 00:21:29 2015 +0300 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon Dec 19 11:24:56 2016 +0200 |
tree | 71f69575be8ded505985561a294b9b3b64908c33 | |
parent | a078a3ddc7209474e8dd827743390e9ed4bc6881 [diff] |
drm: omapdrm: Handle FIFO underflow IRQs internally As the FIFO underflow IRQ handler just prints an error message to the kernel log, simplify the code by not registering one IRQ handler per plane but print the messages directly from the main IRQ handler. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>