Hello, Dave. I'm so sorry but ignor previous patch sets I just sent please. they include new feature so I made patch sets based on drm-next again. with this patch, exynos also would support multi planer feature. this feature has been tested and worked fine. these patch sets are as the followings: - consolidate crtc and encoder dpms framework. - add runtime pm feature for fimd driver. - add plane feature. and they are based on git repository below: git://people.freedesktop.org/~airlied/linux.git branch name: drm-next commit-id: 4b35130208c55f0a1f24b5273cf2e8eeaba3ab06 and also you can pull git repository below: git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-next Inki Dae (1): drm/exynos: updated crtc and encoder dpms framework. Joonyoung Shim (4): drm/exynos: Fix compile errors drm/exynos: Use struct drm_mode_fb_cmd2 drm/exynos: add runtime pm feature for fimd drm/exynos: Add plane support with fimd drivers/gpu/drm/exynos/Makefile | 3 +- drivers/gpu/drm/exynos/exynos_drm_crtc.c | 59 +++++++- drivers/gpu/drm/exynos/exynos_drm_drv.c | 29 +++- drivers/gpu/drm/exynos/exynos_drm_drv.h | 14 ++- drivers/gpu/drm/exynos/exynos_drm_encoder.c | 135 +++++++++++++---- drivers/gpu/drm/exynos/exynos_drm_encoder.h | 5 + drivers/gpu/drm/exynos/exynos_drm_fb.c | 20 +-- drivers/gpu/drm/exynos/exynos_drm_fb.h | 4 +- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 14 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 216 ++++++++++++++++++++------- drivers/gpu/drm/exynos/exynos_drm_plane.c | 154 +++++++++++++++++++ drivers/gpu/drm/exynos/exynos_drm_plane.h | 14 ++ include/drm/exynos_drm.h | 9 + 13 files changed, 553 insertions(+), 123 deletions(-) create mode 100644 drivers/gpu/drm/exynos/exynos_drm_plane.c create mode 100644 drivers/gpu/drm/exynos/exynos_drm_plane.h -- 1.7.4.1 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel