[RFC PATCH 0/6] add helper for arming crtc completion event
Andrzej Hajda
a.hajda at samsung.com
Tue Sep 27 13:36:13 UTC 2016
Hi,
During playing with vblanks on Exynos I have encountered
common pattern of arming completion event. I have put it
into core helper.
Since I am not sure if it will be accepted I have not added
subsystem maintainers to CC.
I have tested it on Exynos with some pending patches.
Other drivers were only compile tested.
Regards
Andrzej
Andrzej Hajda (6):
drm: add helper for arming crtc completion event
drm/hdlcd: use helper for arming crtc completion event
drm/malidp: use helper for arming crtc completion event
drm/fsl-dcu: use helper for arming crtc completion event
drm/hisilicon: use helper for arming crtc completion event
drm/sun4i: use helper for arming crtc completion event
drivers/gpu/drm/arm/hdlcd_crtc.c | 13 +------------
drivers/gpu/drm/arm/malidp_drv.c | 13 +------------
drivers/gpu/drm/drm_irq.c | 25 +++++++++++++++++++++++++
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 13 +------------
drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 12 +-----------
drivers/gpu/drm/sun4i/sun4i_crtc.c | 12 +-----------
include/drm/drm_irq.h | 1 +
7 files changed, 31 insertions(+), 58 deletions(-)
--
2.7.4
More information about the dri-devel
mailing list