linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line
@ 2022-10-09  2:35 Liu Ying
  2022-10-26  6:48 ` Liu Ying
  2022-11-01 13:41 ` Philipp Zabel
  0 siblings, 2 replies; 3+ messages in thread
From: Liu Ying @ 2022-10-09  2:35 UTC (permalink / raw)
  To: dri-devel, linux-arm-kernel, linux-kernel
  Cc: p.zabel, airlied, daniel, shawnguo, s.hauer, kernel, festevam,
	linux-imx, tzimmermann

A duplicated line 'select DRM_KMS_HELPER' was introduced in Kconfig file
by commit 09717af7d13d ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option"),
so remove it.

Fixes: 09717af7d13d ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option")
Signed-off-by: Liu Ying <victor.liu@nxp.com>
---
 drivers/gpu/drm/imx/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig
index 975de4ff7313..fd5b2471fdf0 100644
--- a/drivers/gpu/drm/imx/Kconfig
+++ b/drivers/gpu/drm/imx/Kconfig
@@ -4,7 +4,6 @@ config DRM_IMX
 	select DRM_KMS_HELPER
 	select VIDEOMODE_HELPERS
 	select DRM_GEM_DMA_HELPER
-	select DRM_KMS_HELPER
 	depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
 	depends on IMX_IPUV3_CORE
 	help
-- 
2.37.1


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

* Re: [PATCH] drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line
  2022-10-09  2:35 [PATCH] drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line Liu Ying
@ 2022-10-26  6:48 ` Liu Ying
  2022-11-01 13:41 ` Philipp Zabel
  1 sibling, 0 replies; 3+ messages in thread
From: Liu Ying @ 2022-10-26  6:48 UTC (permalink / raw)
  To: dri-devel, linux-arm-kernel, linux-kernel
  Cc: p.zabel, airlied, daniel, shawnguo, s.hauer, kernel, festevam,
	linux-imx, tzimmermann

Hi Philipp,

On Sun, 2022-10-09 at 10:35 +0800, Liu Ying wrote:
> A duplicated line 'select DRM_KMS_HELPER' was introduced in Kconfig
> file
> by commit 09717af7d13d ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER
> option"),
> so remove it.
> 
> Fixes: 09717af7d13d ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option")
> Signed-off-by: Liu Ying <victor.liu@nxp.com>
> ---
>  drivers/gpu/drm/imx/Kconfig | 1 -
>  1 file changed, 1 deletion(-)

If no objections, can you please pick this small fix up through
imx-drm/fixes? Or through drm-misc-fixes?

Regards,
Liu Ying



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

* Re: [PATCH] drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line
  2022-10-09  2:35 [PATCH] drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line Liu Ying
  2022-10-26  6:48 ` Liu Ying
@ 2022-11-01 13:41 ` Philipp Zabel
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Zabel @ 2022-11-01 13:41 UTC (permalink / raw)
  To: Liu Ying, dri-devel, linux-arm-kernel, linux-kernel
  Cc: airlied, daniel, shawnguo, s.hauer, kernel, festevam, linux-imx,
	tzimmermann

On So, 2022-10-09 at 10:35 +0800, Liu Ying wrote:
> A duplicated line 'select DRM_KMS_HELPER' was introduced in Kconfig file
> by commit 09717af7d13d ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option"),
> so remove it.
> 
> Fixes: 09717af7d13d ("drm: Remove CONFIG_DRM_KMS_CMA_HELPER option")
> Signed-off-by: Liu Ying <victor.liu@nxp.com>
> ---
>  drivers/gpu/drm/imx/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig
> index 975de4ff7313..fd5b2471fdf0 100644
> --- a/drivers/gpu/drm/imx/Kconfig
> +++ b/drivers/gpu/drm/imx/Kconfig
> @@ -4,7 +4,6 @@ config DRM_IMX
>  	select DRM_KMS_HELPER
>  	select VIDEOMODE_HELPERS
>  	select DRM_GEM_DMA_HELPER
> -	select DRM_KMS_HELPER
>  	depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
>  	depends on IMX_IPUV3_CORE
>  	help

Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>

and pushed to drm-misc-fixes.

regards
Philipp

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

end of thread, other threads:[~2022-11-01 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09  2:35 [PATCH] drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line Liu Ying
2022-10-26  6:48 ` Liu Ying
2022-11-01 13:41 ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).