From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: [PATCH 0/7] drm/exynos: add two devices support. Date: Fri, 14 Oct 2011 12:52:17 +0900 Message-ID: <1318564337-8332-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 749709EFC8 for ; Thu, 13 Oct 2011 20:52:20 -0700 (PDT) Received: from epcpsbgm1.samsung.com (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LT1007M5EPDOIJ0@mailout1.samsung.com> for dri-devel@lists.freedesktop.org; Fri, 14 Oct 2011 12:52:18 +0900 (KST) Received: from TNRNDGASPAPP1.tn.corp.samsungelectronics.net ([165.213.149.150]) by mmp2.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTPA id <0LT100A4VER6JJ60@mmp2.samsung.com> for dri-devel@lists.freedesktop.org; Fri, 14 Oct 2011 12:52:18 +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: Inki Dae , kyungmin.park@samsung.com, sw0312.kim@samsung.com List-Id: dri-devel@lists.freedesktop.org the patch sets are as the following. - updated common overlay structure to support hdmi. - fixed page flip feature for two devices to be supported. - fixed a bug that fbdev reinitialization is failed. - added comments and code clean. this patch is based on git repository below: git://people.freedesktop.org/~airlied/linux.git branch name: drm-next commit-id: b07759bf41d52aaecd5de92c7d725d6834b23349 Inki Dae (5): drm/exynos: fixed overlay data updating. drm/exynos: added device object as argument of subdrv_probe(). drm/exynos: fixed bug to exynos_drm_fb_dev_reinit(). drm/exynos: added comments and code clean. drm/exynos: fixed build warnings and comments. Seung-Woo Kim (1): drm/exynos: fixed page flip bug. Joonyoung Shim (1): drm/exynos: fixed overlay updating time at page flip. drivers/gpu/drm/exynos/exynos_drm_buf.h | 3 + drivers/gpu/drm/exynos/exynos_drm_core.c | 2 +- drivers/gpu/drm/exynos/exynos_drm_crtc.c | 123 +++++++++++++++++++---------- drivers/gpu/drm/exynos/exynos_drm_crtc.h | 1 - drivers/gpu/drm/exynos/exynos_drm_drv.c | 14 +++ drivers/gpu/drm/exynos/exynos_drm_drv.h | 50 +++++++----- drivers/gpu/drm/exynos/exynos_drm_fb.c | 20 ++--- drivers/gpu/drm/exynos/exynos_drm_fb.h | 10 --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 39 ++++++--- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 89 ++++++++++++--------- 10 files changed, 215 insertions(+), 136 deletions(-) -- 1.7.4.1