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)
@@ -46,7 +46,8 @@ config DRM_XE
46
46
select AUXILIARY_BUS
47
47
select HMM_MIRROR
48
48
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.
50
51
51
52
If "M" is selected, the module will be called xe.
52
53
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