Hi Dave, This pull request includes some bug fixes, code cleanups and exception codes. If there is any problem, please kindly let me know. Thanks, Inki Dae The following changes since commit 4af6924b8adce0c408ec3f366c42a61e0c304b28: Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next (2013-01-25 14:18:32 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos exynos-drm-fixes Arnd Bergmann (2): drm/exynos: don't include plat/gpio-cfg.h drm/exynos: fimd and ipp are broken on multiplatform Inki Dae (2): drm/exynos: free sg object if dma_map_sg is failed drm/exynos: consider DMA_NONE flag to dmabuf import Rahul Sharma (1): drm/exynos: let drm handle edid allocations Sachin Kamat (4): drm/exynos: Make g2d_userptr_get_dma_addr static drm/exynos: Make ipp_handle_cmd_work static drm/exynos: Add missing static specifiers in exynos_drm_rotator.c drm/exynos: Make 'drm_hdmi_get_edid' static Sean Paul (2): drm/exynos: Replace mdelay with usleep_range drm/exynos: Remove "internal" interrupt handling Seung-Woo Kim (1): drm/exynos: added validation of edid for vidi connection Shirish S (1): drm/exynos: add check for the device power status drivers/gpu/drm/exynos/Kconfig | 4 +- drivers/gpu/drm/exynos/exynos_drm_connector.c | 33 +++---- drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 24 +++--- drivers/gpu/drm/exynos/exynos_drm_drv.h | 4 +- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 9 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.h | 4 +- drivers/gpu/drm/exynos/exynos_drm_ipp.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_rotator.c | 4 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 26 ++++-- drivers/gpu/drm/exynos/exynos_hdmi.c | 121 ++++++++----------------- drivers/gpu/drm/exynos/exynos_mixer.c | 9 ++- 12 files changed, 102 insertions(+), 140 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel