From patchwork Thu Mar 7 06:45:22 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: 15265 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 D402423E2E for ; Thu, 7 Mar 2013 06:45:44 +0000 (UTC) Received: from mail-ve0-f178.google.com (mail-ve0-f178.google.com [209.85.128.178]) by fiordland.canonical.com (Postfix) with ESMTP id A55F6A198B6 for ; Thu, 7 Mar 2013 06:45:44 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id db10so96194veb.23 for ; Wed, 06 Mar 2013 22:45:44 -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=f/VnxMpHeL0rkKWy8RjdjdgJ62uLV4SsV0CLS4KjNT8=; b=Kfiws56Hf3qW1an05oLctN0IDlq5eAuKAzYuGe6lVZoSVAKbOy6M1BgJpyzqi4aYD5 ViaM4iw2q+oYrLPB28bFH86PRItg28mwub4/wqRUQFclR6OLC0ehznxlJGx6OfvDkroq /H9AHwpEE1zkwjbTftZP+kGAiPQ6FKmyUpBJVyT8j8ba5y2a3yIwqJfwfS2r8i5iA5mU TVRaEHxKMwP8DWyQvLldte18BLid9EBQghJQaYizL7vTEgKqgIeltD9eofeKWV5vLRd1 J2vPY873v//fZUrEemzkQD4I8xCdAdP+zgrtVg1AJr1lmfaTAV5lFUs3o5YL3ID0snZv 2y/g== X-Received: by 10.58.188.48 with SMTP id fx16mr12857655vec.22.1362638744147; Wed, 06 Mar 2013 22:45:44 -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 nf2csp55866veb; Wed, 6 Mar 2013 22:45:43 -0800 (PST) X-Received: by 10.66.227.196 with SMTP id sc4mr1337983pac.38.1362638743217; Wed, 06 Mar 2013 22:45:43 -0800 (PST) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by mx.google.com with ESMTPS id hq4si830978pac.319.2013.03.06.22.45.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Mar 2013 22:45:43 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.46 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) client-ip=209.85.220.46; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.46 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-pa0-f46.google.com with SMTP id kp14so223373pab.5 for ; Wed, 06 Mar 2013 22:45:42 -0800 (PST) X-Received: by 10.66.123.81 with SMTP id ly17mr1363939pab.134.1362638742795; Wed, 06 Mar 2013 22:45:42 -0800 (PST) Received: from localhost.localdomain ([118.143.64.134]) by mx.google.com with ESMTPS id pn9sm611029pbb.22.2013.03.06.22.45.39 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Mar 2013 22:45:41 -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, joshi@samsung.com, linaro-kernel@lists.linaro.org Subject: [PATCH v11 2/2] drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimd Date: Thu, 7 Mar 2013 12:15:22 +0530 Message-Id: <1362638722-24112-3-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362638722-24112-1-git-send-email-vikas.sajjan@linaro.org> References: <1362638722-24112-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQkRjyEl/jIdxBgWBgN4WYiCS5pziU39e7KVbYluPYYNVZeoF3d7ABchi78Ys0BNbMwIQWKy patch adds "select OF_VIDEOMODE" and "select FB_MODE_HELPERS" when EXYNOS_DRM_FIMD config is selected. Signed-off-by: Vikas Sajjan --- drivers/gpu/drm/exynos/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index 046bcda..bb25130 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -25,6 +25,8 @@ config DRM_EXYNOS_DMABUF config DRM_EXYNOS_FIMD bool "Exynos DRM FIMD" depends on 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.