Hi Dave, Just several fixups, - fix page fault and vblank timeout issues due to delayed vblank handling. - fix panel driver probing to fail without te-gpios property. - fix potential security hole by using "%pK" format. - fix wrong if statement condition. And one cleanup which removes Exynos4415 SoC support which is not supported anymore. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 27b713c2e08ef27d500a79166098d42b24977500: Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-03-16 11:28:44 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos exynos-drm-fixes for you to fetch changes up to 22e098daae7e53763493b9d9976ef8c65190017e: drm/exynos/dsi: make te-gpios optional (2017-03-21 14:30:18 +0900) ---------------------------------------------------------------- Andrzej Hajda (6): drm/exynos: move crtc event handling to drivers callbacks drm/exynos/decon5433: fix vblank event handling drm/exynos/decon5433: signal frame done interrupt at front porch drm/exynos/fimd: signal frame done interrupt at front porch drm/exynos/decon5433: fix software trigger mask drm/exynos/dsi: make te-gpios optional Dan Carpenter (1): drm/exynos/decon5433: & vs | typo Krzysztof Kozlowski (2): drm/exynos: Remove support for Exynos4415 (SoC not supported anymore) drm/exynos: Print kernel pointers in a restricted form .../bindings/display/exynos/exynos_dsim.txt | 1 - .../bindings/display/exynos/samsung-fimd.txt | 1 - drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 87 ++++++++++++++++++++-- drivers/gpu/drm/exynos/exynos7_drm_decon.c | 1 + drivers/gpu/drm/exynos/exynos_drm_crtc.c | 29 ++++---- drivers/gpu/drm/exynos/exynos_drm_crtc.h | 2 + drivers/gpu/drm/exynos/exynos_drm_dsi.c | 24 ++---- drivers/gpu/drm/exynos/exynos_drm_fimc.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 22 ++---- drivers/gpu/drm/exynos/exynos_drm_gem.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_ipp.c | 22 +++--- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 1 + drivers/gpu/drm/exynos/exynos_mixer.c | 1 + include/video/exynos5433_decon.h | 12 +++ 16 files changed, 142 insertions(+), 69 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel