From patchwork Fri Feb 1 11:59:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikas C Sajjan X-Patchwork-Id: 2080891 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id B2B34DFE75 for ; Fri, 1 Feb 2013 14:14:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 76EB4E6383 for ; Fri, 1 Feb 2013 06:14:30 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-da0-f43.google.com (mail-da0-f43.google.com [209.85.210.43]) by gabe.freedesktop.org (Postfix) with ESMTP id A02E3E5CAC for ; Fri, 1 Feb 2013 04:00:00 -0800 (PST) Received: by mail-da0-f43.google.com with SMTP id u36so1731541dak.16 for ; Fri, 01 Feb 2013 04:00:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=BkH3sqG3O/f2+wbRu13UPPzVvQ/mI+qbntJHXO61Xv8=; b=CWuURN25V/nl14veIBk4iUJivKjl2azu38ahtrKiU1wfsIGIK6q+OJ46PkTTEJG8X9 z4VwHFdvI7fne+de3XMyjZ7yahO3ZyO3NbUCSGO59vp/30/E4lMHhMnZjkWykfDoitkM pgOQ8OPlEHwbxlSMIULzewNyf8ytkcTThJzaa2iD24IQaCvzUFw4EacLgYTVjjM+ix/C jmPTLGHgFjAXZITeSf0TTy1RTsQ9+64ENBHJUb8u9rOXG0HJCsYtCKjlGb/rKA0C472d kdwD78KvYDxutyE6lfu3WmknOpkakIpjGuahH3S+wF8g+3ZU9bqeQ51uh1QSCwDE+f06 gcqg== X-Received: by 10.66.82.103 with SMTP id h7mr29379417pay.6.1359720000505; Fri, 01 Feb 2013 04:00:00 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id m3sm8980251pav.4.2013.02.01.03.59.56 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 01 Feb 2013 03:59:59 -0800 (PST) From: Vikas Sajjan To: dri-devel@lists.freedesktop.org Subject: [PATCH v3 1/1] video: drm: exynos: Adds display-timing node parsing using video helper function Date: Fri, 1 Feb 2013 17:29:49 +0530 Message-Id: <1359719989-29628-2-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1359719989-29628-1-git-send-email-vikas.sajjan@linaro.org> References: <1359719989-29628-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQnrWnkdpvjmb2WJTa2cIfl5CpYpA5BSuA8uYacTE6717AKpSLEtxO/kDI0qb3HzxRWusdkj X-Mailman-Approved-At: Fri, 01 Feb 2013 06:12:51 -0800 Cc: l.krishna@samsung.com, kgene.kim@samsung.com, s.trumtrar@pengutronix.de, linux-media@vger.kernel.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org This patch adds display-timing node parsing using video helper function Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 39 +++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index bf0d9ba..8eee13f 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c @@ -19,6 +19,7 @@ #include #include #include +#include #include