linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/display: remove unneeded "default n" options
@ 2022-09-09 19:53 Jingyu Wang
  2022-09-09 21:09 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Jingyu Wang @ 2022-09-09 19:53 UTC (permalink / raw)
  To: arry.wentland, Rodrigo.Siqueira, alexander.deucher,
	christian.koenig, Xinhui.Pan, airlied, daniel
  Cc: amd-gfx, dri-devel, linux-kernel, Jingyu Wang

Remove "default n" options. If the "default" line is removed, it
defaults to 'n'.

Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
---
 drivers/gpu/drm/amd/display/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
index 413d8c6d592f..6925e0280dbe 100644
--- a/drivers/gpu/drm/amd/display/Kconfig
+++ b/drivers/gpu/drm/amd/display/Kconfig
@@ -28,7 +28,6 @@ config DRM_AMD_DC_SI
 	bool "AMD DC support for Southern Islands ASICs"
 	depends on DRM_AMDGPU_SI
 	depends on DRM_AMD_DC
-	default n
 	help
 	  Choose this option to enable new AMD DC support for SI asics
 	  by default. This includes Tahiti, Pitcairn, Cape Verde, Oland.
@@ -43,7 +42,6 @@ config DEBUG_KERNEL_DC
 
 config DRM_AMD_SECURE_DISPLAY
         bool "Enable secure display support"
-        default n
         depends on DEBUG_FS
         depends on DRM_AMD_DC_DCN
         help

base-commit: 5957ac6635a1a12d4aa2661bbf04d3085a73372a
-- 
2.34.1


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

* Re: [PATCH] drm/amdgpu/display: remove unneeded "default n" options
  2022-09-09 19:53 [PATCH] drm/amdgpu/display: remove unneeded "default n" options Jingyu Wang
@ 2022-09-09 21:09 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2022-09-09 21:09 UTC (permalink / raw)
  To: Jingyu Wang
  Cc: arry.wentland, Rodrigo.Siqueira, alexander.deucher,
	christian.koenig, Xinhui.Pan, airlied, daniel, dri-devel,
	amd-gfx, linux-kernel

Applied.  Thanks,

Alex

On Fri, Sep 9, 2022 at 3:54 PM Jingyu Wang <jingyuwang_vip@163.com> wrote:
>
> Remove "default n" options. If the "default" line is removed, it
> defaults to 'n'.
>
> Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
> ---
>  drivers/gpu/drm/amd/display/Kconfig | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
> index 413d8c6d592f..6925e0280dbe 100644
> --- a/drivers/gpu/drm/amd/display/Kconfig
> +++ b/drivers/gpu/drm/amd/display/Kconfig
> @@ -28,7 +28,6 @@ config DRM_AMD_DC_SI
>         bool "AMD DC support for Southern Islands ASICs"
>         depends on DRM_AMDGPU_SI
>         depends on DRM_AMD_DC
> -       default n
>         help
>           Choose this option to enable new AMD DC support for SI asics
>           by default. This includes Tahiti, Pitcairn, Cape Verde, Oland.
> @@ -43,7 +42,6 @@ config DEBUG_KERNEL_DC
>
>  config DRM_AMD_SECURE_DISPLAY
>          bool "Enable secure display support"
> -        default n
>          depends on DEBUG_FS
>          depends on DRM_AMD_DC_DCN
>          help
>
> base-commit: 5957ac6635a1a12d4aa2661bbf04d3085a73372a
> --
> 2.34.1
>

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

end of thread, other threads:[~2022-09-09 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09 19:53 [PATCH] drm/amdgpu/display: remove unneeded "default n" options Jingyu Wang
2022-09-09 21:09 ` Alex Deucher

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