Hello Dave, sorry for being late. this patch set fixes build warnings and includes minor code cleanup and also one patch you missed. this patch just drops non-standard NV12M and YUV420M formats from drm_fourcc.h for this, you can refer to below link: http://lists.freedesktop.org/archives/dri-devel/2012-April/021812.html other patches including big changes will go to -next. Highlights: - fix build warnings - minor code cleanup - remove non-standard format, DRM_FORMAT_NV12M - add dummy mmap for exynos dmabuf . dma_buf export needs this patch if there is any problem, please let me know. Thanks. Inki Dae The following changes since commit df5c2b713f6bda08f7d668fe5b95a36a4b70a000: Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux into drm-fixes (2012-09-07 15:35:27 +0900) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-fixes Inki Dae (2): drm/exynos: fixed page align bug. drm/exynos: remove DRM_FORMAT_NV12M from plane module Mandeep Singh Baines (1): drm/exynos: fix double call of drm_prime_(init/destroy)_file_private Sachin Kamat (9): drm/exynos: Remove redundant check in exynos_hdmi.c file drm/exynos: Remove redundant check in exynos_drm_fimd.c file drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file drm/exynos: Use devm_* functions in exynos_drm_g2d.c file drm/exynos: Add dependency for G2D in Kconfig drm/exynos: Make g2d_pm_ops static drm/exynos: Add missing braces around sizeof in exynos_hdmi.c drm/exynos: Add missing braces around sizeof in exynos_mixer.c Thomas Meyer (1): drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] Tomasz Stanislawski (1): drm/exynos: add dummy support for dmabuf-mmap Ville Syrjälä (1): drm: Drop the NV12M and YUV420M formats drivers/gpu/drm/exynos/Kconfig | 2 +- drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 7 ++++ drivers/gpu/drm/exynos/exynos_drm_drv.c | 2 - drivers/gpu/drm/exynos/exynos_drm_fimd.c | 5 --- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 52 ++++++---------------------- drivers/gpu/drm/exynos/exynos_drm_gem.c | 4 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 3 +- drivers/gpu/drm/exynos/exynos_drm_plane.c | 1 - drivers/gpu/drm/exynos/exynos_drm_vidi.c | 4 +-- drivers/gpu/drm/exynos/exynos_hdmi.c | 11 ++---- drivers/gpu/drm/exynos/exynos_mixer.c | 6 ++-- include/drm/drm_fourcc.h | 6 +--- 12 files changed, 30 insertions(+), 73 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel