]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe: Fix kconfig prompt
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 11 Jun 2025 19:38:37 +0000 (12:38 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 16 Jun 2025 20:28:00 +0000 (13:28 -0700)
The xe driver is the official driver for Intel Xe2 and later, while
maintaining experimental support for earlier GPUs. Reword the help
message accordingly.

Reviewed-by: Maarten Lankhorst <dev@lankhorst.se>
Link: https://lore.kernel.org/r/20250611-xe-kconfig-help-v1-1-8bcc6b47d11a@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/Kconfig
drivers/gpu/drm/xe/xe_drv.h

index c57f1da0791d9c9c95c3f5823890aa51bc6a55e2..30ed74ad29ab5eff6bb1448e7b778152652a2730 100644 (file)
@@ -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.
 
index d61650d4aa0bea8bc6f28be46a01eed7540026a5..95242a375e541cb1fc8aaa57608f8fbefd5c0d6a 100644 (file)
@@ -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:
  *