All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER
@ 2022-01-24 15:13 ` carsten.haitzler
  0 siblings, 0 replies; 17+ messages in thread
From: carsten.haitzler @ 2022-01-24 15:13 UTC (permalink / raw)
  To: dri-devel
  Cc: liviu.dudau, brian.starkey, airlied, daniel, steven.price, linux-kernel

From: Carsten Haitzler <carsten.haitzler@arm.com>

Without DRM_GEM_CMA_HELPER HDLCD won't build. This needs to be there too.

Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com>
---
 drivers/gpu/drm/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig
index 58a242871b28..6e3f1d600541 100644
--- a/drivers/gpu/drm/arm/Kconfig
+++ b/drivers/gpu/drm/arm/Kconfig
@@ -6,6 +6,7 @@ config DRM_HDLCD
 	depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
 	depends on COMMON_CLK
 	select DRM_KMS_HELPER
+	select DRM_GEM_CMA_HELPER
 	help
 	  Choose this option if you have an ARM High Definition Colour LCD
 	  controller.
-- 
2.30.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [PATCH] drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER
@ 2022-01-24 16:24 ` carsten.haitzler
  0 siblings, 0 replies; 17+ messages in thread
From: carsten.haitzler @ 2022-01-24 16:24 UTC (permalink / raw)
  To: dri-devel
  Cc: liviu.dudau, brian.starkey, airlied, daniel, steven.price, linux-kernel

From: Carsten Haitzler <carsten.haitzler@arm.com>

Without DRM_GEM_CMA_HELPER HDLCD won't build. This needs to be there too.

Fixes: 09717af7d13d ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option")

Signed-off-by: Carsten Haitzler <carsten.haitzler@arm.com>
---
 drivers/gpu/drm/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig
index 58a242871b28..6e3f1d600541 100644
--- a/drivers/gpu/drm/arm/Kconfig
+++ b/drivers/gpu/drm/arm/Kconfig
@@ -6,6 +6,7 @@ config DRM_HDLCD
 	depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
 	depends on COMMON_CLK
 	select DRM_KMS_HELPER
+	select DRM_GEM_CMA_HELPER
 	help
 	  Choose this option if you have an ARM High Definition Colour LCD
 	  controller.
-- 
2.30.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-02-28 19:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 15:13 [PATCH] drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER carsten.haitzler
2022-01-24 15:13 ` carsten.haitzler
2022-01-24 15:17 ` Carsten Haitzler
2022-01-24 16:13 ` Steven Price
2022-01-24 16:13   ` Steven Price
2022-01-24 16:25   ` Carsten Haitzler
2022-01-24 16:25     ` Carsten Haitzler
2022-01-24 16:24 carsten.haitzler
2022-01-24 16:24 ` carsten.haitzler
2022-01-25 12:37 ` Liviu Dudau
2022-01-25 12:37   ` Liviu Dudau
2022-02-23 10:18   ` Andre Przywara
2022-02-23 10:18     ` Andre Przywara
2022-02-23 10:18     ` Andre Przywara
2022-02-28 19:36     ` Rob Herring
2022-02-28 19:36       ` Rob Herring
2022-02-28 19:36       ` Rob Herring

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.