From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: [GIT PULL] exynos-drm-next Date: Thu, 04 Oct 2012 11:12:24 +0900 Message-ID: <1349316744-18353-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 mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) by gabe.freedesktop.org (Postfix) with ESMTP id A2C589EB6C for ; Wed, 3 Oct 2012 19:12:27 -0700 (PDT) Received: from epcpsbgm2.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MBC00C43JG89E70@mailout1.samsung.com> for dri-devel@lists.freedesktop.org; Thu, 04 Oct 2012 11:12:24 +0900 (KST) Received: from daeinki-desktop.10.32.193.11 ([10.90.51.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 <0MBC00E4BJGO1R80@mmp2.samsung.com> for dri-devel@lists.freedesktop.org; Thu, 04 Oct 2012 11:12:24 +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 List-Id: dri-devel@lists.freedesktop.org Hello Dave, this patch set updates exynos drm framework and includes minor fixups. and this pull request except hdmi device tree support patch set posted by Rahul Sharma because that includes media side patch so for this patch set, we may have git pull one more time in addition, if we get an agreement with media guys. for this patch, you can refer to below link, http://comments.gmane.org/gmane.comp.video.dri.devel/74504 if there is any problem, please let me know. Thanks. Inki Dae The following changes since commit 29cb602532b0a82f22322cece8a89f022368d557: drm/exynos: added device object to subdrv's remove callback as argument (2012-10-04 10:05:59 +0900) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-next Inki Dae (15): drm/exynos: separated subdrv_probe function into two parts. drm/exynos: separeated fimd_power_on into some parts. drm/exynos: fixed duplicated mode setting. drm/exynos: add wait_for_vblank callback interface. drm/exynos: make sure that hardware overlay for fimd is disabled drm/exynos: make sure that hardware overlay for hdmi is disabled drm/exynos: check NV12M format specific to Exynos properly drm/exynos: update crtc to plane safely drm/exynos: Disable plane when released drm/exynos: add pid to g2d_runqueue_node drm/exynos: fix duplicated mutex lock issue drm/exynos: check crtc's dpms mode at page flip drm/exynos: check crtc's dpms mode at SetCrtc drm/exynos: support drm_wait_vblank feature for VIDI drm/exynos: fix display power call issue. Joonyoung Shim (2): drm/exynos: fix to calculate CRTC shown via screen drm/exynos: fix kcalloc size of g2d cmdlist node Leela Krishna Amudala (1): drm/exynos: add platform_device_id table and driver data for drm fimd Sachin Kamat (1): drm/exynos: Fix potential NULL pointer dereference drivers/gpu/drm/exynos/exynos_drm_connector.c | 50 ++++++++++- drivers/gpu/drm/exynos/exynos_drm_connector.h | 4 + drivers/gpu/drm/exynos/exynos_drm_core.c | 100 +++++++++++++++------- drivers/gpu/drm/exynos/exynos_drm_crtc.c | 20 +++-- drivers/gpu/drm/exynos/exynos_drm_drv.h | 17 ++++ drivers/gpu/drm/exynos/exynos_drm_encoder.c | 116 +++++++++++++++++++++--- drivers/gpu/drm/exynos/exynos_drm_fb.c | 65 +++++++++++++- drivers/gpu/drm/exynos/exynos_drm_fb.h | 20 ++--- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 3 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 115 +++++++++++++++++++----- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 11 +++ drivers/gpu/drm/exynos/exynos_drm_hdmi.h | 1 + drivers/gpu/drm/exynos/exynos_drm_plane.c | 58 ++++++++++++- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 22 +++++- drivers/gpu/drm/exynos/exynos_mixer.c | 13 +++ include/drm/exynos_drm.h | 10 ++ 17 files changed, 527 insertions(+), 103 deletions(-)