From patchwork Sat Mar 9 00:10:20 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: 15278 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3B40123DE1 for ; Sat, 9 Mar 2013 18:58:24 +0000 (UTC) Received: from mail-vb0-f49.google.com (mail-vb0-f49.google.com [209.85.212.49]) by fiordland.canonical.com (Postfix) with ESMTP id A61ADA1A053 for ; Sat, 9 Mar 2013 00:10:47 +0000 (UTC) Received: by mail-vb0-f49.google.com with SMTP id s24so859910vbi.22 for ; Fri, 08 Mar 2013 16:10:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=gHsO6hgFIKzAOg+qAAfo8cwyMWNMvQbHZdaTQMJlscQ=; b=kpRbY47tMa1GEGVBjMTW78JyKLIuInwYx7Wd347MzrYhEaXQlboZ4HvZFW1puDgd85 TDbQvutCM15H+06K8MkxTrPkQdQyL7bB+/ql6YzVQJLhH+hZO5HubHWF27d53hv/SKi2 bPyicThChDyhlqpiYDrRV1Sh3bMYhVlmhQ96OruHQcq8p9acbTx3Fm+qrFnqEcO9+9C/ U0VOghM0BMUfCukMXiiSOtowLbPVRO4vg88ta77oP1onH+QMZ1p7vn7t171G7Kz3q6Ue A7vtzWdUEaHSms3hsumZlT3tCviEU2zhr1vBk2bEVbpMVcZvVj4bsVLPYYtk6ISUDU/o f61w== X-Received: by 10.220.149.82 with SMTP id s18mr1761777vcv.14.1362787847143; Fri, 08 Mar 2013 16:10:47 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.127.98 with SMTP id nf2csp3504veb; Fri, 8 Mar 2013 16:10:46 -0800 (PST) X-Received: by 10.68.179.98 with SMTP id df2mr6441526pbc.215.1362787846224; Fri, 08 Mar 2013 16:10:46 -0800 (PST) Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) by mx.google.com with ESMTPS id ox10si8071878pbb.31.2013.03.08.16.10.45 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Mar 2013 16:10:46 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.41 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) client-ip=209.85.160.41; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.41 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) smtp.mail=vikas.sajjan@linaro.org Received: by mail-pb0-f41.google.com with SMTP id um15so1751037pbc.14 for ; Fri, 08 Mar 2013 16:10:45 -0800 (PST) X-Received: by 10.68.231.42 with SMTP id td10mr6595259pbc.174.1362787844539; Fri, 08 Mar 2013 16:10:44 -0800 (PST) Received: from user-laptop.solutionip.com ([118.143.64.130]) by mx.google.com with ESMTPS id eg1sm7307924pbb.33.2013.03.08.16.10.40 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Mar 2013 16:10:43 -0800 (PST) From: Vikas Sajjan To: dri-devel@lists.freedesktop.org Cc: linux-media@vger.kernel.org, kgene.kim@samsung.com, inki.dae@samsung.com, l.krishna@samsung.com, linaro-kernel@lists.linaro.org Subject: [PATCH v13 2/2] drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimd Date: Sat, 9 Mar 2013 05:40:20 +0530 Message-Id: <1362787820-5305-3-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362787820-5305-1-git-send-email-vikas.sajjan@linaro.org> References: <1362787820-5305-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQlHTK9SzovXNZLG0wPUlLMZrWXGa1tImgJHTH2rhOZrTd0UF3Cw7WnHxxPLlvq8l9+HOFU2 patch adds "select OF_VIDEOMODE" and "select FB_MODE_HELPERS" when EXYNOS_DRM_FIMD config is selected. Also adds the "OF" dependency. Signed-off-by: Vikas Sajjan --- drivers/gpu/drm/exynos/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 046bcda..406f32a 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -24,7 +24,9 @@ config DRM_EXYNOS_DMABUF config DRM_EXYNOS_FIMD bool "Exynos DRM FIMD" - depends on DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM + depends on OF && DRM_EXYNOS && !FB_S3C && !ARCH_MULTIPLATFORM + select OF_VIDEOMODE + select FB_MODE_HELPERS help Choose this option if you want to use Exynos FIMD for DRM.