[PATCH 10/14] drm/tidss: Convert to Linux IRQ interfaces
Tomi Valkeinen
tomi.valkeinen at ideasonboard.com
Thu Jul 29 07:02:12 UTC 2021
On 27/07/2021 21:27, Thomas Zimmermann wrote:
> 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.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
> ---
> drivers/gpu/drm/tidss/tidss_drv.c | 15 +++++----------
> drivers/gpu/drm/tidss/tidss_drv.h | 2 ++
> drivers/gpu/drm/tidss/tidss_irq.c | 27 ++++++++++++++++++++++++---
> drivers/gpu/drm/tidss/tidss_irq.h | 4 +---
> 4 files changed, 32 insertions(+), 16 deletions(-)
Reviewed-by: Tomi Valkeinen <tomi.valkeinen at ideasonboard.com>
Works fine on AM6 EVM. Some cleanups can be done in tidss_irq_install(),
but those can be done later.
Tomi
More information about the amd-gfx
mailing list