dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Fix kconfig prompt
@ 2025-06-11 19:38 Lucas De Marchi
  2025-06-12  6:07 ` Maarten Lankhorst
  2025-06-16 21:12 ` Lucas De Marchi
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas De Marchi @ 2025-06-11 19:38 UTC (permalink / raw)
  To: dri-devel, intel-xe
  Cc: Lucas De Marchi, Thomas Hellström, Rodrigo Vivi,
	David Airlie, Simona Vetter, Maarten Lankhorst

The xe driver is the official driver for Intel Xe2 and later, while
maintaining experimental support for earlier GPUs. Reword the help
message accordingly.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 drivers/gpu/drm/xe/Kconfig  | 5 +++--
 drivers/gpu/drm/xe/xe_drv.h | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
index c57f1da0791d9..30ed74ad29ab5 100644
--- a/drivers/gpu/drm/xe/Kconfig
+++ b/drivers/gpu/drm/xe/Kconfig
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config DRM_XE
-	tristate "Intel Xe Graphics"
+	tristate "Intel Xe2 Graphics"
 	depends on DRM && PCI && (m || (y && KUNIT=y))
 	depends on INTEL_VSEC || !INTEL_VSEC
 	depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
@@ -45,7 +45,8 @@ config DRM_XE
 	select AUXILIARY_BUS
 	select HMM_MIRROR
 	help
-	  Experimental driver for Intel Xe series GPUs
+	  Driver for Intel Xe2 series GPUs and later. Experimental support
+	  for Xe series is also available.
 
 	  If "M" is selected, the module will be called xe.
 
diff --git a/drivers/gpu/drm/xe/xe_drv.h b/drivers/gpu/drm/xe/xe_drv.h
index d61650d4aa0be..95242a375e541 100644
--- a/drivers/gpu/drm/xe/xe_drv.h
+++ b/drivers/gpu/drm/xe/xe_drv.h
@@ -9,7 +9,7 @@
 #include <drm/drm_drv.h>
 
 #define DRIVER_NAME		"xe"
-#define DRIVER_DESC		"Intel Xe Graphics"
+#define DRIVER_DESC		"Intel Xe2 Graphics"
 
 /* Interface history:
  *




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

* Re: [PATCH] drm/xe: Fix kconfig prompt
  2025-06-11 19:38 [PATCH] drm/xe: Fix kconfig prompt Lucas De Marchi
@ 2025-06-12  6:07 ` Maarten Lankhorst
  2025-06-16 21:12 ` Lucas De Marchi
  1 sibling, 0 replies; 3+ messages in thread
From: Maarten Lankhorst @ 2025-06-12  6:07 UTC (permalink / raw)
  To: Lucas De Marchi, dri-devel, intel-xe
  Cc: Thomas Hellström, Rodrigo Vivi, David Airlie, Simona Vetter

\o/

Reviewed-by: Maarten Lankhorst <dev@lankhorst.se>

On 2025-06-11 21:38, Lucas De Marchi wrote:
> The xe driver is the official driver for Intel Xe2 and later, while
> maintaining experimental support for earlier GPUs. Reword the help
> message accordingly.
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
> ---
>  drivers/gpu/drm/xe/Kconfig  | 5 +++--
>  drivers/gpu/drm/xe/xe_drv.h | 2 +-
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
> index c57f1da0791d9..30ed74ad29ab5 100644
> --- a/drivers/gpu/drm/xe/Kconfig
> +++ b/drivers/gpu/drm/xe/Kconfig
> @@ -1,6 +1,6 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  config DRM_XE
> -	tristate "Intel Xe Graphics"
> +	tristate "Intel Xe2 Graphics"
>  	depends on DRM && PCI && (m || (y && KUNIT=y))
>  	depends on INTEL_VSEC || !INTEL_VSEC
>  	depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
> @@ -45,7 +45,8 @@ config DRM_XE
>  	select AUXILIARY_BUS
>  	select HMM_MIRROR
>  	help
> -	  Experimental driver for Intel Xe series GPUs
> +	  Driver for Intel Xe2 series GPUs and later. Experimental support
> +	  for Xe series is also available.
>  
>  	  If "M" is selected, the module will be called xe.
>  
> diff --git a/drivers/gpu/drm/xe/xe_drv.h b/drivers/gpu/drm/xe/xe_drv.h
> index d61650d4aa0be..95242a375e541 100644
> --- a/drivers/gpu/drm/xe/xe_drv.h
> +++ b/drivers/gpu/drm/xe/xe_drv.h
> @@ -9,7 +9,7 @@
>  #include <drm/drm_drv.h>
>  
>  #define DRIVER_NAME		"xe"
> -#define DRIVER_DESC		"Intel Xe Graphics"
> +#define DRIVER_DESC		"Intel Xe2 Graphics"
>  
>  /* Interface history:
>   *
> 
> 
> 


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

* Re: [PATCH] drm/xe: Fix kconfig prompt
  2025-06-11 19:38 [PATCH] drm/xe: Fix kconfig prompt Lucas De Marchi
  2025-06-12  6:07 ` Maarten Lankhorst
@ 2025-06-16 21:12 ` Lucas De Marchi
  1 sibling, 0 replies; 3+ messages in thread
From: Lucas De Marchi @ 2025-06-16 21:12 UTC (permalink / raw)
  To: dri-devel, intel-xe, Lucas De Marchi
  Cc: Thomas Hellström, Rodrigo Vivi, David Airlie, Simona Vetter,
	Maarten Lankhorst


On Wed, 11 Jun 2025 12:38:37 -0700, Lucas De Marchi wrote:
> The xe driver is the official driver for Intel Xe2 and later, while
> maintaining experimental support for earlier GPUs. Reword the help
> message accordingly.
> 
> 

Applied to drm-xe-next, thanks!

[1/1] drm/xe: Fix kconfig prompt
      commit: 1488a3089de3d0bcdc9532da7ce04cf0af9d7dd0

Best regards,
-- 
Lucas De Marchi


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

end of thread, other threads:[~2025-06-16 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 19:38 [PATCH] drm/xe: Fix kconfig prompt Lucas De Marchi
2025-06-12  6:07 ` Maarten Lankhorst
2025-06-16 21:12 ` Lucas De Marchi

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