diff options
author | Thomas Zimmermann <[email protected]> | 2021-08-03 11:06:58 +0200 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2021-08-10 20:13:45 +0200 |
commit | 5fc40f41c137cceea8d256d842079f7ee1410a60 (patch) | |
tree | cf449431d1c072edbbe960bface1ed1fdc609a51 /drivers/gpu/drm/tilcdc/tilcdc_external.c | |
parent | f026e431cf861197dc03217d1920b38b80b31dd9 (diff) |
drm/mxsfb: Convert to Linux IRQ interfaces
Drop the DRM IRQ midlayer in favor of Linux IRQ interfaces. DRM's
IRQ helpers are mostly useful for UMS drivers. Modern KMS drivers
don't benefit from using it.
DRM IRQ callbacks are now being called directly or inlined.
Calls to platform_get_irq() can fail with a negative errno code.
Abort initialization in this case. The DRM IRQ midlayer does not
handle this case correctly.
Signed-off-by: Thomas Zimmermann <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_external.c')
0 files changed, 0 insertions, 0 deletions