2022-01-24 19:33:17

by Carsten Haitzler

[permalink] [raw]
Subject: [PATCH] drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER

From: Carsten Haitzler <[email protected]>

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 <[email protected]>
---
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


2022-01-25 17:00:18

by Liviu Dudau

[permalink] [raw]
Subject: Re: [PATCH] drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER

On Mon, Jan 24, 2022 at 04:24:37PM +0000, [email protected] wrote:
> From: Carsten Haitzler <[email protected]>
>
> 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 <[email protected]>

Acked-by: Liviu Dudau <[email protected]>

I will add Steven's reviewed-by as well when pushing it.

Best regards,
Liviu

> ---
> 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
>

--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯

2022-02-23 19:24:31

by Andre Przywara

[permalink] [raw]
Subject: Re: [PATCH] drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER

On Tue, 25 Jan 2022 12:37:38 +0000
Liviu Dudau <[email protected]> wrote:

Hi,

> On Mon, Jan 24, 2022 at 04:24:37PM +0000, [email protected] wrote:
> > From: Carsten Haitzler <[email protected]>
> >
> > 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 <[email protected]>
>
> Acked-by: Liviu Dudau <[email protected]>
>
> I will add Steven's reviewed-by as well when pushing it.

Did this go anywhere? I see my .config just selecting HDLCD still failing
with -rc5. Any chance this can be taken now, as this is a regression
introduced with -rc1?

Cheers,
Andre

> > ---
> > 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
> >
>

2022-02-28 20:31:51

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] drm/arm: arm hdlcd select DRM_GEM_CMA_HELPER

On Wed, Feb 23, 2022 at 4:19 AM Andre Przywara <[email protected]> wrote:
>
> On Tue, 25 Jan 2022 12:37:38 +0000
> Liviu Dudau <[email protected]> wrote:
>
> Hi,
>
> > On Mon, Jan 24, 2022 at 04:24:37PM +0000, [email protected] wrote:
> > > From: Carsten Haitzler <[email protected]>
> > >
> > > 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 <[email protected]>
> >
> > Acked-by: Liviu Dudau <[email protected]>
> >
> > I will add Steven's reviewed-by as well when pushing it.
>
> Did this go anywhere? I see my .config just selecting HDLCD still failing
> with -rc5. Any chance this can be taken now, as this is a regression
> introduced with -rc1?

I thought Liviu was going to, but in any case I've now pushed it to
drm-misc-fixes.

Rob