Re: [PATCH 07/21] drm/sti: Allow build with COMPILE_TEST=y

2024-05-28 Thread Ville Syrjälä
On Mon, May 27, 2024 at 05:29:09PM +0200, Alain Volmat wrote:
> Hi Ville,
> 
> thank you for your patch.
> 
> On Mon, Apr 08, 2024 at 08:04:12PM +0300, Ville Syrjala wrote:
> > From: Ville Syrjälä 
> > 
> > Allow sti to be built with COMPILE_TEST=y for greater
> > coverage. Builds fine on x86/x86_64 at least.
> > 
> > Cc: Alain Volmat 
> > Signed-off-by: Ville Syrjälä 
> > ---
> >  drivers/gpu/drm/sti/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig
> > index 3c7a5feff8de..75c301aadcbc 100644
> > --- a/drivers/gpu/drm/sti/Kconfig
> > +++ b/drivers/gpu/drm/sti/Kconfig
> > @@ -1,7 +1,7 @@
> >  # SPDX-License-Identifier: GPL-2.0-only
> >  config DRM_STI
> > tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
> > -   depends on OF && DRM && ARCH_STI
> > +   depends on OF && DRM && (ARCH_STI || COMPILE_TEST)
> > select RESET_CONTROLLER
> > select DRM_KMS_HELPER
> > select DRM_GEM_DMA_HELPER
> > -- 
> > 2.43.2
> > 
> 
> Acked-by: Alain Volmat 

Thanks. Pushed both sti patches to drm-misc-next.

-- 
Ville Syrjälä
Intel


Re: [PATCH 07/21] drm/sti: Allow build with COMPILE_TEST=y

2024-05-27 Thread Alain Volmat
Hi Ville,

thank you for your patch.

On Mon, Apr 08, 2024 at 08:04:12PM +0300, Ville Syrjala wrote:
> From: Ville Syrjälä 
> 
> Allow sti to be built with COMPILE_TEST=y for greater
> coverage. Builds fine on x86/x86_64 at least.
> 
> Cc: Alain Volmat 
> Signed-off-by: Ville Syrjälä 
> ---
>  drivers/gpu/drm/sti/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig
> index 3c7a5feff8de..75c301aadcbc 100644
> --- a/drivers/gpu/drm/sti/Kconfig
> +++ b/drivers/gpu/drm/sti/Kconfig
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  config DRM_STI
>   tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
> - depends on OF && DRM && ARCH_STI
> + depends on OF && DRM && (ARCH_STI || COMPILE_TEST)
>   select RESET_CONTROLLER
>   select DRM_KMS_HELPER
>   select DRM_GEM_DMA_HELPER
> -- 
> 2.43.2
> 

Acked-by: Alain Volmat 

Alain


[PATCH 07/21] drm/sti: Allow build with COMPILE_TEST=y

2024-04-08 Thread Ville Syrjala
From: Ville Syrjälä 

Allow sti to be built with COMPILE_TEST=y for greater
coverage. Builds fine on x86/x86_64 at least.

Cc: Alain Volmat 
Signed-off-by: Ville Syrjälä 
---
 drivers/gpu/drm/sti/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig
index 3c7a5feff8de..75c301aadcbc 100644
--- a/drivers/gpu/drm/sti/Kconfig
+++ b/drivers/gpu/drm/sti/Kconfig
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config DRM_STI
tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
-   depends on OF && DRM && ARCH_STI
+   depends on OF && DRM && (ARCH_STI || COMPILE_TEST)
select RESET_CONTROLLER
select DRM_KMS_HELPER
select DRM_GEM_DMA_HELPER
-- 
2.43.2