OpenCloudOS-Kernel/drivers/gpu/drm/arm
Thomas Zimmermann 71eba7bd26 drm/arm/hdlcd: 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.

v2:
	* name struct drm_device variables 'drm' (Sam)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210803090704.32152-3-tzimmermann@suse.de
2021-08-10 20:00:51 +02:00
..
display drm/arm/komeda: Don't include drm_irq.h 2021-07-08 14:10:47 +02:00
Kconfig drm/arm: Kconfig annotate drivers as COMPILE_TEST 2020-06-15 14:55:21 +01:00
Makefile
hdlcd_crtc.c drm: Use state helper instead of the plane state pointer 2021-02-25 08:05:28 +01:00
hdlcd_drv.c drm/arm/hdlcd: Convert to Linux IRQ interfaces 2021-08-10 20:00:51 +02:00
hdlcd_drv.h drm/arm/hdlcd: Convert to Linux IRQ interfaces 2021-08-10 20:00:51 +02:00
hdlcd_regs.h
malidp_crtc.c drm: automatic legacy gamma support 2020-12-15 15:46:03 +02:00
malidp_drv.c drm/malidp: Don't set struct drm_device.irq_enabled 2021-06-29 11:08:43 +02:00
malidp_drv.h
malidp_hw.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
malidp_hw.h
malidp_mw.c drm: Switch to %p4cc format modifier 2021-02-17 12:52:59 +01:00
malidp_mw.h
malidp_planes.c drm/arm/malidp: Always list modifiers 2021-05-06 11:43:46 +02:00
malidp_regs.h