From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: [GIT PULL] exynos-drm-fixes Date: Wed, 20 Mar 2013 19:56:02 +0900 Message-ID: <1363776962-23919-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 mailout4.samsung.com (mailout4.samsung.com [203.254.224.34]) by gabe.freedesktop.org (Postfix) with ESMTP id 60CDDE5F52 for ; Wed, 20 Mar 2013 03:56:05 -0700 (PDT) Received: from epcpsbgr1.samsung.com (u141.gpu120.samsung.co.kr [203.254.230.141]) by mailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MJY00EBMH0V9AM0@mailout4.samsung.com> for dri-devel@lists.freedesktop.org; Wed, 20 Mar 2013 19:56:03 +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 bug fixes and code cleanups. And it considers some restrictions to G2D hardware. With this, the malfunction and page fault issues to g2d driver would be fixed. If there is any problem, please kindly let me know. Thanks, Inki Dae The following changes since commit 8698080ee092bdbd6ee2cd5e7f707ceea2812bd8: Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-03-11 13:53:58 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos exynos-drm-fixes Alexandru Gheorghiu (1): drm/exynos: Replaced kzalloc & memcpy with kmemdup Inki Dae (1): drm/exynos: Add a new function to get gem buffer size Leela Krishna Amudala (1): drm/exynos: fimd: calculate the correct address offset Sachin Kamat (1): drm/exynos: Make mixer_check_timing static Vikas Sajjan (1): drm/exynos: modify the compatible string for exynos fimd YoungJun Cho (6): drm/exynos: Fix error routine to getting dma addr. drm/exynos: clear node object type at gem unmap drm/exynos: Fix G2D core malfunctioning issue drm/exynos: Clean up some G2D codes for readability drm/exynos: Deal with g2d buffer info more efficiently drm/exynos: Check g2d cmd list for g2d restrictions drivers/gpu/drm/exynos/exynos_drm_fimd.c | 21 +- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 370 ++++++++++++++++++++++++++---- drivers/gpu/drm/exynos/exynos_drm_gem.c | 21 ++ drivers/gpu/drm/exynos/exynos_drm_gem.h | 5 + drivers/gpu/drm/exynos/exynos_drm_vidi.c | 6 +- drivers/gpu/drm/exynos/exynos_mixer.c | 2 +- 6 files changed, 365 insertions(+), 60 deletions(-)