Hi Dave, This pull-request includes hdmi mode relevant some improvements, bug fixes and code cleanups. The summary: . Add display mode check operaion to mixer driver - Mixer IP also can put certain restrictions on the proposed display modes and these restrictions need to be considered during mode negotiation, which happens immediately after edid parsing. . Set correct mode for range of resolutions - With this patch, the mixer driver could find the correct mode for the range of resolutions upto 1080 vertical lines. . Support extra resolution for hdmi - This patch programs the core and timing generator registers using the timing data provided in drm_display_mode without hard-coded configurations. So this patch adds additional PHY configs to allow us to support more permissible resolutions and refresh rates. . Add device tree support for g2d - This patch adds just the compatible string for exynos5250 SoC so that with device tree enabling, this driver can be probed. . And bug fixes and code cleanups. Changelog v2: . just rebased The below patches should be more reviewed and also tested, [PATCH v7 0/2] Add display-timing node parsing to exynos drm fimd [PATCH v3 1/3] drm/exynos: Get HDMI version from device tree So these aren't merged this time. Please pull it. If there is any problem, please kindly let me know. Thanks, Inki Dae. The following changes since commit ca18e1426bb2db987b67030256477c9571aebd09: Merge branch 'tilcdc-next' of git://people.freedesktop.org/~robclark/linux into drm-next (2013-02-21 09:31:47 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos exynos-drm-next Ajay Kumar (1): drm/exynos: Add device tree based discovery support for G2D Inki Dae (2): drm/exynos: fix iommu address allocation order drm/exynos: consider exception case to fb handle creation Rahul Sharma (3): drm/exynos: add display-mode-check operation to exynos_mixer_ops struct drm/exynos: implement display-mode-check callback in mixer driver drm/exynos: mixer: set correct mode for range of resolutions Sachin Kamat (1): drm/exynos: Add missing braces around sizeof Sean Paul (1): drm/exynos: hdmi: support extra resolutions using drm_display_mode timings YoungJun Cho (2): drm/exynos: fix wrong pointer access at vm close. drm/exynos: release resources properly when fb creation is failed. drivers/gpu/drm/exynos/exynos_drm_fb.c | 55 +- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 12 +- drivers/gpu/drm/exynos/exynos_drm_gem.c | 33 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 12 + drivers/gpu/drm/exynos/exynos_drm_hdmi.h | 5 +- drivers/gpu/drm/exynos/exynos_drm_iommu.h | 2 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 1035 +++++++++++------------------ drivers/gpu/drm/exynos/exynos_mixer.c | 34 +- 8 files changed, 490 insertions(+), 698 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel