All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/arc: disambiguate Synopsys ARC in Kconfig labels
@ 2022-10-26 12:36 Adam Borowski
  2022-10-26 13:24 ` Alexey Brodkin
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Borowski @ 2022-10-26 12:36 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Alexey Brodkin, dri-devel; +Cc: Adam Borowski

There's Intel Arc now which is what most folks will be looking for.

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
---
 drivers/gpu/drm/tiny/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/tiny/Kconfig b/drivers/gpu/drm/tiny/Kconfig
index 565957264875..51b60c1a2bea 100644
--- a/drivers/gpu/drm/tiny/Kconfig
+++ b/drivers/gpu/drm/tiny/Kconfig
@@ -1,12 +1,12 @@
 # SPDX-License-Identifier: GPL-2.0-only
 
 config DRM_ARCPGU
-	tristate "ARC PGU"
+	tristate "Synopsys ARC PGU"
 	depends on DRM && OF
 	select DRM_GEM_DMA_HELPER
 	select DRM_KMS_HELPER
 	help
-	  Choose this option if you have an ARC PGU controller.
+	  Choose this option if you have a Synopsys ARC PGU controller.
 
 	  If M is selected the module will be called arcpgu.
 
-- 
2.37.2.609.g9ff673ca1a


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

* Re: [PATCH] drm/arc: disambiguate Synopsys ARC in Kconfig labels
  2022-10-26 12:36 [PATCH] drm/arc: disambiguate Synopsys ARC in Kconfig labels Adam Borowski
@ 2022-10-26 13:24 ` Alexey Brodkin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Brodkin @ 2022-10-26 13:24 UTC (permalink / raw)
  To: Adam Borowski; +Cc: dri-devel

Hi Adam,

> There's Intel Arc now which is what most folks will be looking for.
> 
> Signed-off-by: Adam Borowski <kilobyte@angband.pl>
> ---
>  drivers/gpu/drm/tiny/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/tiny/Kconfig b/drivers/gpu/drm/tiny/Kconfig
> index 565957264875..51b60c1a2bea 100644
> --- a/drivers/gpu/drm/tiny/Kconfig
> +++ b/drivers/gpu/drm/tiny/Kconfig
> @@ -1,12 +1,12 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  
>  config DRM_ARCPGU
> -       tristate "ARC PGU"
> +       tristate "Synopsys ARC PGU"
>          depends on DRM && OF
>          select DRM_GEM_DMA_HELPER
>          select DRM_KMS_HELPER
>          help
> -         Choose this option if you have an ARC PGU controller.
> +         Choose this option if you have a Synopsys ARC PGU controller.
>  
>            If M is selected the module will be called arcpgu.

Acked-by: Alexey Brodkin <abrodkin@synopsys.com>

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

end of thread, other threads:[~2022-10-27  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 12:36 [PATCH] drm/arc: disambiguate Synopsys ARC in Kconfig labels Adam Borowski
2022-10-26 13:24 ` Alexey Brodkin

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.