Hi Dave, Just refactoring to KMS drivers - NV12MT pixel format, possible_crtc, panel detection way and video/command mode supports. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 7c0059dd832cc686bf0febefdcf8295cdd93007f: Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-next (2017-08-23 05:32:26 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-v4.14 for you to fetch changes up to 5b7b1b7fa10145c014750b09ff4cf31ac4e1843a: drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers (2017-08-25 14:30:27 +0900) ---------------------------------------------------------------- Summary: - Provide NV12MT pixel format support of Mixer driver in generic way. - Refactor Exynos KMS drivers . Refactoring to panel detection way . Refactoring to setting up possible_crtcs . Refactoring to video and command mode support - Some cleanups ---------------------------------------------------------------- Andrzej Hajda (10): drm/exynos/decon5433: use readl_poll_timeout helpers drm/exynos: use helper to set possible crtcs drm/exynos/dsi: refactor panel detection logic drm/exynos/dsi: propagate info about command mode from panel drm/exynos/mic: use mode info stored in CRTC to detect i80 mode drm/exynos/decon5433: refactor irq requesting code drm/exynos: add mode_valid callback to exynos_drm drm/exynos/decon5433: use mode info stored in CRTC to detect i80 mode dt-bindings: exynos5433-decon: remove i80-if-timings property arm64: dts: exynos: remove i80-if-timings nodes Tobias Jakobi (7): drm/exynos: mixer: fix chroma comment in vp_video_buffer() drm/exynos: mixer: enable NV12MT support for the video plane drm/exynos: mixer: simplify vp_video_buffer() drm/exynos: mixer: simplify mixer_graph_buffer() drm/exynos: mixer: remove src offset from mixer_graph_buffer() drm/exynos: consistent use of cpp drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers .../bindings/display/exynos/exynos5433-decon.txt | 12 -- .../boot/dts/exynos/exynos5433-tm2-common.dtsi | 6 - drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 124 ++++++------ drivers/gpu/drm/exynos/exynos7_drm_decon.c | 13 +- drivers/gpu/drm/exynos/exynos_dp.c | 15 +- drivers/gpu/drm/exynos/exynos_drm_core.c | 1 + drivers/gpu/drm/exynos/exynos_drm_crtc.c | 33 +++- drivers/gpu/drm/exynos/exynos_drm_crtc.h | 10 +- drivers/gpu/drm/exynos/exynos_drm_dpi.c | 12 +- drivers/gpu/drm/exynos/exynos_drm_drv.h | 5 + drivers/gpu/drm/exynos/exynos_drm_dsi.c | 218 ++++++++++----------- drivers/gpu/drm/exynos/exynos_drm_fb.c | 2 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 16 +- drivers/gpu/drm/exynos/exynos_drm_mic.c | 44 +---- drivers/gpu/drm/exynos/exynos_drm_plane.c | 27 +++ drivers/gpu/drm/exynos/exynos_drm_vidi.c | 15 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 25 +-- drivers/gpu/drm/exynos/exynos_mixer.c | 48 ++--- 18 files changed, 299 insertions(+), 327 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html