Skip to content

Commit de6acfd

Browse files
committed
drm/xe: Fix kconfig prompt
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lucas De Marchi <[email protected]> (cherry picked from commit 1488a30) Signed-off-by: Lucas De Marchi <[email protected]>
1 parent 84c0b4a commit de6acfd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

drivers/gpu/drm/xe/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_XE
3-
tristate "Intel Xe Graphics"
3+
tristate "Intel Xe2 Graphics"
44
depends on DRM && PCI && (m || (y && KUNIT=y))
55
depends on INTEL_VSEC || !INTEL_VSEC
66
depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
@@ -46,7 +46,8 @@ config DRM_XE
4646
select AUXILIARY_BUS
4747
select HMM_MIRROR
4848
help
49-
Experimental driver for Intel Xe series GPUs
49+
Driver for Intel Xe2 series GPUs and later. Experimental support
50+
for Xe series is also available.
5051

5152
If "M" is selected, the module will be called xe.
5253

drivers/gpu/drm/xe/xe_drv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <drm/drm_drv.h>
1010

1111
#define DRIVER_NAME "xe"
12-
#define DRIVER_DESC "Intel Xe Graphics"
12+
#define DRIVER_DESC "Intel Xe2 Graphics"
1313

1414
/* Interface history:
1515
*

0 commit comments

Comments
 (0)