Hi Dave, Some cleanups and fixups to resolve race condition issue between interrupt handlers and timeout issue at wait-for-vblank. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 2a1720376adda5ecf8e636fbfb05339c7dad1c55: Backmerge tag 'v4.12-rc3' into drm-next (2017-05-30 15:54:15 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v4.13 for you to fetch changes up to ce42cf4b03e6ad1a6316b2a74a4ceae4b70adcac: drm/exynos/decon5433: remove useless check (2017-06-01 16:21:38 +0900) ---------------------------------------------------------------- Summary: - Rework vblank handling . This patch series adds frame counter callback and removes unnecessary pipe relevnt fields and simplifies event handling. - clean up and fix up sw-trigger relevant code . This patch series moves TE relevant code from Panel and HDMI to DECON driver to fix a race between interrupt handlers and DECON disable, and to fix timeout issue at wait-for-vblank. . It removes unnecessary flags and check code specific to Exynos driver. ---------------------------------------------------------------- Andrzej Hajda (21): drm/exynos: simplify completion event handling drm/exynos/decon5433: implement frame counter drm/exynos: kill exynos_drm_crtc::pipe drm/exynos: kill exynos_drm_private::pipe drm/exynos: set plane possible_crtcs in exynos_plane_init drm/exynos: kill pipe field from drivers contexts drm/exynos: kill mode_set_nofb callback drm/exynos/decon5433: kill DECON_UPDATE workaround drm/exynos/decon5433: kill BIT_IRQS_ENABLED drm/exynos/decon5433: simplify shadow protect code drm/exynos/hdmi: fix pipeline disable order drm/exynos/dsi: fix bridge_node DT parsing drm/exynos/decon5433: always do sw-trigger when vblanks enabled dt-bindings: exynos5433-decon: fix interrupts bindings dt-bindings: exynos5433-decon: add TE interrupt binding drm/exynos/decon5433: move TE handling to DECON drm/exynos/decon5433: kill BIT_IRQS_ENABLED flag drm/exynos/decon5433: kill BIT_CLKS_ENABLED flag drm/exynos/decon5433: kill BIT_WIN_UPDATED flag drm/exynos/decon5433: kill BIT_SUSPENDED flag drm/exynos/decon5433: remove useless check Daniel Vetter (1): drm/exynos: Merge pre/postclose hooks Hoegeun Kwon (2): drm/exynos: dsi: Fix the parse_dt function drm/exynos: dsi: Remove bridge node reference in removal Inki Dae (2): drm/exynos: clean up description of exynos_drm_crtc Merge tag 'exynos-drm-fixes-for-v4.12' of git://git.kernel.org/.../daeinki/drm-exynos into exynos-drm-next Tobias Jakobi (2): drm/exynos: mixer: simplify mixer_cfg_rgb_fmt() drm/exynos: mixer: document YCbCr magic numbers .../bindings/display/exynos/exynos5433-decon.txt | 13 +- drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 218 +++++++++------------ drivers/gpu/drm/exynos/exynos7_drm_decon.c | 19 +- drivers/gpu/drm/exynos/exynos_drm_crtc.c | 50 +++-- drivers/gpu/drm/exynos/exynos_drm_crtc.h | 1 - drivers/gpu/drm/exynos/exynos_drm_drv.h | 19 +- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 28 +-- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 24 +-- drivers/gpu/drm/exynos/exynos_drm_plane.c | 5 +- drivers/gpu/drm/exynos/exynos_drm_plane.h | 1 - drivers/gpu/drm/exynos/exynos_drm_vidi.c | 22 +-- drivers/gpu/drm/exynos/exynos_hdmi.c | 13 +- drivers/gpu/drm/exynos/exynos_mixer.c | 76 ++++--- drivers/gpu/drm/exynos/regs-mixer.h | 7 +- include/video/exynos5433_decon.h | 1 + 15 files changed, 195 insertions(+), 302 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel