All of lore.kernel.org
 help / color / mirror / Atom feed
From: Inki Dae <inki.dae@samsung.com>
To: Andrzej Hajda <a.hajda@samsung.com>
Cc: dri-devel@lists.freedesktop.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	linux-samsung-soc@vger.kernel.org, t.figa@samsung.com,
	m.szyprowski@samsung.com
Subject: Re: [PATCH] drm/exynos: add fimd dependency to fimd related encoders
Date: Fri, 23 May 2014 23:25:54 +0900	[thread overview]
Message-ID: <537F5A72.6000402@samsung.com> (raw)
In-Reply-To: <1400842768-20622-1-git-send-email-a.hajda@samsung.com>

On 2014년 05월 23일 19:59, Andrzej Hajda wrote:
> DPI, DSI and DP drivers will not work without FIMD.
> The patch adds appropriate dependencies in Kconfig.

Applied.

Thanks,
Inki Dae

> 
> Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
> ---
>  drivers/gpu/drm/exynos/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig
> index e0d73fb..178d2a9 100644
> --- a/drivers/gpu/drm/exynos/Kconfig
> +++ b/drivers/gpu/drm/exynos/Kconfig
> @@ -33,7 +33,7 @@ config DRM_EXYNOS_FIMD
>  
>  config DRM_EXYNOS_DPI
>  	bool "EXYNOS DRM parallel output support"
> -	depends on DRM_EXYNOS
> +	depends on DRM_EXYNOS_FIMD
>  	select DRM_PANEL
>  	default n
>  	help
> @@ -41,7 +41,7 @@ config DRM_EXYNOS_DPI
>  
>  config DRM_EXYNOS_DSI
>  	bool "EXYNOS DRM MIPI-DSI driver support"
> -	depends on DRM_EXYNOS
> +	depends on DRM_EXYNOS_FIMD
>  	select DRM_MIPI_DSI
>  	select DRM_PANEL
>  	default n
> @@ -50,7 +50,7 @@ config DRM_EXYNOS_DSI
>  
>  config DRM_EXYNOS_DP
>  	bool "EXYNOS DRM DP driver support"
> -	depends on DRM_EXYNOS && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
> +	depends on DRM_EXYNOS_FIMD && ARCH_EXYNOS && (DRM_PTN3460=n || DRM_PTN3460=y || DRM_PTN3460=DRM_EXYNOS)
>  	default DRM_EXYNOS
>  	help
>  	  This enables support for DP device.
> 

      reply	other threads:[~2014-05-23 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23 10:59 [PATCH] drm/exynos: add fimd dependency to fimd related encoders Andrzej Hajda
2014-05-23 14:25 ` Inki Dae [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=537F5A72.6000402@samsung.com \
    --to=inki.dae@samsung.com \
    --cc=a.hajda@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=t.figa@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.