* [PATCH] drm/exynos: add a dependency on FB_S3C to DECON driver
@ 2015-06-03 2:41 Inki Dae
2015-06-03 13:23 ` Gustavo Padovan
0 siblings, 1 reply; 2+ messages in thread
From: Inki Dae @ 2015-06-03 2:41 UTC (permalink / raw)
To: dri-devel; +Cc: airlied, linux-samsung-soc, Inki Dae
This patch makes one of Linux framebuffer and DRM CRTC drivers
to be enabled.
Display controllers, FIMD and DECON, can be controlled by Linux
framebuffer or DRM CRTC drivers so only one of them should be
enabled.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
---
drivers/gpu/drm/exynos/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig
index 0a67803..8203283 100644
--- a/drivers/gpu/drm/exynos/Kconfig
+++ b/drivers/gpu/drm/exynos/Kconfig
@@ -26,7 +26,7 @@ config DRM_EXYNOS_FIMD
config DRM_EXYNOS7_DECON
bool "Exynos DRM DECON"
- depends on DRM_EXYNOS
+ depends on DRM_EXYNOS && !FB_S3C
select FB_MODE_HELPERS
help
Choose this option if you want to use Exynos DECON for DRM.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/exynos: add a dependency on FB_S3C to DECON driver
2015-06-03 2:41 [PATCH] drm/exynos: add a dependency on FB_S3C to DECON driver Inki Dae
@ 2015-06-03 13:23 ` Gustavo Padovan
0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Padovan @ 2015-06-03 13:23 UTC (permalink / raw)
To: Inki Dae; +Cc: linux-samsung-soc, dri-devel
Hi Inki,
2015-06-03 Inki Dae <inki.dae@samsung.com>:
> This patch makes one of Linux framebuffer and DRM CRTC drivers
> to be enabled.
>
> Display controllers, FIMD and DECON, can be controlled by Linux
> framebuffer or DRM CRTC drivers so only one of them should be
> enabled.
>
> Signed-off-by: Inki Dae <inki.dae@samsung.com>
> ---
> drivers/gpu/drm/exynos/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Gustavo
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-03 13:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 2:41 [PATCH] drm/exynos: add a dependency on FB_S3C to DECON driver Inki Dae
2015-06-03 13:23 ` Gustavo Padovan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox