File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
2
config DRM_XE
3
- tristate "Intel Xe Graphics"
3
+ tristate "Intel Xe2 Graphics"
4
4
depends on DRM && PCI && (m || (y && KUNIT=y))
5
5
depends on INTEL_VSEC || !INTEL_VSEC
6
6
depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
@@ -45,7 +45,8 @@ config DRM_XE
45
45
select AUXILIARY_BUS
46
46
select HMM_MIRROR
47
47
help
48
- Experimental driver for Intel Xe series GPUs
48
+ Driver for Intel Xe2 series GPUs and later. Experimental support
49
+ for Xe series is also available.
49
50
50
51
If "M" is selected, the module will be called xe.
51
52
Original file line number Diff line number Diff line change 9
9
#include <drm/drm_drv.h>
10
10
11
11
#define DRIVER_NAME "xe"
12
- #define DRIVER_DESC "Intel Xe Graphics"
12
+ #define DRIVER_DESC "Intel Xe2 Graphics"
13
13
14
14
/* Interface history:
15
15
*
You can’t perform that action at this time.
0 commit comments