From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: [GIT PULL] exynos-drm-fixes Date: Fri, 25 Jan 2013 15:36:39 +0900 Message-ID: <1359095799-5576-1-git-send-email-inki.dae@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailout2.samsung.com (mailout2.samsung.com [203.254.224.25]) by gabe.freedesktop.org (Postfix) with ESMTP id 07D73E6B24 for ; Thu, 24 Jan 2013 22:36:42 -0800 (PST) Received: from epcpsbgm2.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout2.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MH6008U5511FJ30@mailout2.samsung.com> for dri-devel@lists.freedesktop.org; Fri, 25 Jan 2013 15:36:40 +0900 (KST) Received: from daeinki-desktop.10.32.193.11 ([10.90.8.53]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MH60076H513UIB0@mmp2.samsung.com> for dri-devel@lists.freedesktop.org; Fri, 25 Jan 2013 15:36:40 +0900 (KST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: airlied@linux.ie, dri-devel@lists.freedesktop.org Cc: kyungmin.park@samsung.com, sw0312.kim@samsung.com List-Id: dri-devel@lists.freedesktop.org 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(-)