From patchwork Tue Feb 5 05:32:47 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: 2096581 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id 25E8B3FCA4 for ; Tue, 5 Feb 2013 07:40:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E034E63F5 for ; Mon, 4 Feb 2013 23:40:39 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-da0-f51.google.com (mail-da0-f51.google.com [209.85.210.51]) by gabe.freedesktop.org (Postfix) with ESMTP id 9BCE2E6028 for ; Mon, 4 Feb 2013 21:32:57 -0800 (PST) Received: by mail-da0-f51.google.com with SMTP id n15so110259dad.24 for ; Mon, 04 Feb 2013 21:32:57 -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=1lt0UAVrZ75ZeVLebFAWM/LiwEWpQAPna2jZRLaaa8s=; b=OYbvNQfQdpBfBiLUmFIhPmVFXljxkqxS3va50pYmc0UahKejPymaqnduZvkXXprcyd gkNGVdZHyFHiEOOgO6BdX3i9zdNZEC8lS365vdWjdqwHMag+hfJ9UieMmUm8FxORDJQI 2UGEFMw2DZulIkWtqPD3I8HdcYq7EzBZeOFi6un9oLs7zcV57//NWntnmuEuIMgsU+Uu 5qxSYThl+YKOoW3/s8H1TQEOFjmK7G718vmQ2rMLoVlRo1WLH6mtoTYv/3tCtt5e4KG7 f4/80IVRzV0OXXQF9dahpbzq1GMUFbXM1FZT4iupWaw5qfKRC0cWz9JJn1RLJAvmC+YQ uZPA== X-Received: by 10.66.73.5 with SMTP id h5mr60378052pav.11.1360042377040; Mon, 04 Feb 2013 21:32:57 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id w2sm21080761pax.22.2013.02.04.21.32.52 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 21:32:55 -0800 (PST) From: Vikas Sajjan To: dri-devel@lists.freedesktop.org Subject: [PATCH v4 1/1] video: drm: exynos: Adds display-timing node parsing using video helper function Date: Tue, 5 Feb 2013 11:02:47 +0530 Message-Id: <1360042367-16397-2-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360042367-16397-1-git-send-email-vikas.sajjan@linaro.org> References: <1360042367-16397-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQmwcNrxL02RAYwjkCSh4dKX+6hsLit2h/zGo9ih+4BPmi1Z7nJjNyQYv4Aw/NMXq62ceOsz X-Mailman-Approved-At: Mon, 04 Feb 2013 23:11:12 -0800 Cc: l.krishna@samsung.com, kgene.kim@samsung.com, 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 | 41 +++++++++++++++++++++++++++--- 1 file changed, 37 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..978e866 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