Hi Dave, Please pull from git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-fixes this branch is based on git repository below: git://people.freedesktop.org/~airlied/linux.git drm-fixes commit-id: 62fb376e214d3c1bfdf6fbb77dac162f6da04d7e this patch set includes page align and allocation bug fixes and some code cleanup and also Joonyoung's patch set v2 like below. v2: Split "[PATCH 2/4] drm/exynos: remove unused codes in hdmi and mixer driver" patch of patchset v1. Please let me know if there is any problem. Thanks. Inki Dae (2): drm/exynos: fixed page align and code clean. drm/exynos: fixed duplicated page allocation bug. Joonyoung Shim (6): drm/exynos: remove unnecessary type conversion of hdmi and mixer drm/exynos: remove unused codes in hdmi and mixer drm/exynos: rename s/HDMI_OVERLAY_NUMBER/MIXER_WIN_NR drm/exynos: use define instead of default_win member in struct mixer_context drm/exynos: fix struct for operation callback functions to driver name drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv Seung-Woo Kim (1): drm/exynos: add format list of plane drivers/gpu/drm/exynos/exynos_drm_buf.c | 47 ++++--------- drivers/gpu/drm/exynos/exynos_drm_core.c | 14 ++-- drivers/gpu/drm/exynos/exynos_drm_drv.h | 10 ++-- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 20 +++-- drivers/gpu/drm/exynos/exynos_drm_gem.c | 45 ++++++++++--- drivers/gpu/drm/exynos/exynos_drm_gem.h | 2 + drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 107 +++++++++++++---------------- drivers/gpu/drm/exynos/exynos_drm_hdmi.h | 23 +++---- drivers/gpu/drm/exynos/exynos_drm_plane.c | 4 + drivers/gpu/drm/exynos/exynos_drm_vidi.c | 20 +++-- drivers/gpu/drm/exynos/exynos_hdmi.c | 42 ++++++------ drivers/gpu/drm/exynos/exynos_mixer.c | 40 +++++------ include/drm/exynos_drm.h | 3 +- 13 files changed, 191 insertions(+), 186 deletions(-) -- 1.7.4.1 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel