xref: /linux/drivers/gpu/drm/xe/Kconfig (revision a559434880b320b83733d739733250815aecf1b0)
1dd08ebf6SMatthew Brost# SPDX-License-Identifier: GPL-2.0-only
2dd08ebf6SMatthew Brostconfig DRM_XE
31488a308SLucas De Marchi	tristate "Intel Xe2 Graphics"
4*a5594348SHarry Austen	depends on DRM && PCI
5*a5594348SHarry Austen	depends on KUNIT || !KUNIT
6e4931f8bSArnd Bergmann	depends on INTEL_VSEC || !INTEL_VSEC
7e4931f8bSArnd Bergmann	depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
8dd08ebf6SMatthew Brost	select INTERVAL_TREE
9dd08ebf6SMatthew Brost	# we need shmfs for the swappable backing store, and in particular
10dd08ebf6SMatthew Brost	# the shmem_readpage() which depends upon tmpfs
11dd08ebf6SMatthew Brost	select SHMEM
12dd08ebf6SMatthew Brost	select TMPFS
13dd08ebf6SMatthew Brost	select DRM_BUDDY
14f1d730cbSThomas Zimmermann	select DRM_CLIENT_SELECTION
15d490ecf5SThomas Hellström	select DRM_EXEC
16dd08ebf6SMatthew Brost	select DRM_KMS_HELPER
170e6fec6dSArnd Bergmann	select DRM_KUNIT_TEST_HELPERS if DRM_XE_KUNIT_TEST != n
18dd08ebf6SMatthew Brost	select DRM_PANEL
19dd08ebf6SMatthew Brost	select DRM_SUBALLOC_HELPER
207fe302aeSGeert Uytterhoeven	select DRM_DISPLAY_DP_HELPER
21f6882661SDmitry Baryshkov	select DRM_DISPLAY_DSC_HELPER
2295734469SGeert Uytterhoeven	select DRM_DISPLAY_HDCP_HELPER
23d7c128cbSGeert Uytterhoeven	select DRM_DISPLAY_HDMI_HELPER
2405b8b6ddSGeert Uytterhoeven	select DRM_DISPLAY_HELPER
2544e69495SMaarten Lankhorst	select DRM_MIPI_DSI
26dd08ebf6SMatthew Brost	select RELAY
27dd08ebf6SMatthew Brost	select IRQ_WORK
28d2197029SDave Airlie	# xe depends on ACPI_VIDEO when ACPI is enabled
2944e69495SMaarten Lankhorst	# but for select to work, need to select ACPI_VIDEO's dependencies, ick
3044e69495SMaarten Lankhorst	select BACKLIGHT_CLASS_DEVICE if ACPI
3144e69495SMaarten Lankhorst	select INPUT if ACPI
3244e69495SMaarten Lankhorst	select ACPI_VIDEO if X86 && ACPI
33d2197029SDave Airlie	select ACPI_WMI if X86 && ACPI
34dd08ebf6SMatthew Brost	select SYNC_FILE
35dd08ebf6SMatthew Brost	select CRC32
36dd08ebf6SMatthew Brost	select SND_HDA_I915 if SND_HDA_CORE
37dd08ebf6SMatthew Brost	select CEC_CORE if CEC_NOTIFIER
38dd08ebf6SMatthew Brost	select VMAP_PFN
39dd08ebf6SMatthew Brost	select DRM_TTM
40dd08ebf6SMatthew Brost	select DRM_TTM_HELPER
41d490ecf5SThomas Hellström	select DRM_EXEC
42b06d47beSMatthew Brost	select DRM_GPUVM
43dd08ebf6SMatthew Brost	select DRM_SCHED
44dd08ebf6SMatthew Brost	select MMU_NOTIFIER
45e7994850SRodrigo Vivi	select WANT_DEV_COREDUMP
4687a4c85dSVitaly Lubart	select AUXILIARY_BUS
4781e058a3SOak Zeng	select HMM_MIRROR
48dd08ebf6SMatthew Brost	help
491488a308SLucas De Marchi	  Driver for Intel Xe2 series GPUs and later. Experimental support
501488a308SLucas De Marchi	  for Xe series is also available.
51dd08ebf6SMatthew Brost
52dd08ebf6SMatthew Brost	  If "M" is selected, the module will be called xe.
53dd08ebf6SMatthew Brost
5444e69495SMaarten Lankhorstconfig DRM_XE_DISPLAY
5544e69495SMaarten Lankhorst	bool "Enable display support"
56f663c6aeSNiklas Schnelle	depends on DRM_XE && DRM_XE=m && HAS_IOPORT
5768958288SYue Haibing	select FB_IOMEM_HELPERS if DRM_FBDEV_EMULATION
5844e69495SMaarten Lankhorst	select I2C
5944e69495SMaarten Lankhorst	select I2C_ALGOBIT
6044e69495SMaarten Lankhorst	default y
6144e69495SMaarten Lankhorst	help
6244e69495SMaarten Lankhorst	  Disable this option only if you want to compile out display support.
6344e69495SMaarten Lankhorst
6473900dceSImre Deakconfig DRM_XE_DP_TUNNEL
6573900dceSImre Deak	bool "Enable DP tunnel support"
668a2392feSImre Deak	depends on DRM_XE_DISPLAY
6773900dceSImre Deak	depends on USB4
6873900dceSImre Deak	select DRM_DISPLAY_DP_TUNNEL
6973900dceSImre Deak	default y
7073900dceSImre Deak	help
7173900dceSImre Deak	  Choose this option to detect DP tunnels and enable the Bandwidth
7273900dceSImre Deak	  Allocation mode for such tunnels. This allows using the maximum
7373900dceSImre Deak	  resolution allowed by the link BW on all displays sharing the
7473900dceSImre Deak	  link BW, for instance on a Thunderbolt link.
7573900dceSImre Deak
7673900dceSImre Deak	  If in doubt say "Y".
7773900dceSImre Deak
786c55404dSThomas Hellströmconfig DRM_XE_GPUSVM
796c55404dSThomas Hellström	bool "Enable CPU to GPU address mirroring"
806c55404dSThomas Hellström	depends on DRM_XE
816c55404dSThomas Hellström	depends on !UML
826c55404dSThomas Hellström	depends on DEVICE_PRIVATE
836c55404dSThomas Hellström	default y
846c55404dSThomas Hellström	select DRM_GPUSVM
856c55404dSThomas Hellström	help
866c55404dSThomas Hellström	  Enable this option if you want support for CPU to GPU address
876c55404dSThomas Hellström	  mirroring.
886c55404dSThomas Hellström
896c55404dSThomas Hellström	  If in doubut say "Y".
906c55404dSThomas Hellström
91f86ad0edSMatthew Brostconfig DRM_XE_PAGEMAP
92f86ad0edSMatthew Brost	bool "Enable device memory pool for SVM"
936c55404dSThomas Hellström	depends on DRM_XE_GPUSVM
940c30c654SMatthew Brost	select GET_FREE_REGION
950c30c654SMatthew Brost	default y
960c30c654SMatthew Brost	help
97f86ad0edSMatthew Brost	  Disable this option only if you don't want to expose local device
98f86ad0edSMatthew Brost	  memory for SVM. Will reduce KMD memory footprint when disabled.
99f86ad0edSMatthew Brost
100f86ad0edSMatthew Brost	  If in doubut say "Y".
1010c30c654SMatthew Brost
102dd08ebf6SMatthew Brostconfig DRM_XE_FORCE_PROBE
103dd08ebf6SMatthew Brost	string "Force probe xe for selected Intel hardware IDs"
104dd08ebf6SMatthew Brost	depends on DRM_XE
105dd08ebf6SMatthew Brost	help
106dd08ebf6SMatthew Brost	  This is the default value for the xe.force_probe module
107dd08ebf6SMatthew Brost	  parameter. Using the module parameter overrides this option.
108dd08ebf6SMatthew Brost
109dd08ebf6SMatthew Brost	  Force probe the xe for Intel graphics devices that are
110dd08ebf6SMatthew Brost	  recognized but not properly supported by this kernel version. It is
111dd08ebf6SMatthew Brost	  recommended to upgrade to a kernel version with proper support as soon
112dd08ebf6SMatthew Brost	  as it is available.
113dd08ebf6SMatthew Brost
114dd08ebf6SMatthew Brost	  It can also be used to block the probe of recognized and fully
115dd08ebf6SMatthew Brost	  supported devices.
116dd08ebf6SMatthew Brost
117dd08ebf6SMatthew Brost	  Use "" to disable force probe. If in doubt, use this.
118dd08ebf6SMatthew Brost
119dd08ebf6SMatthew Brost	  Use "<pci-id>[,<pci-id>,...]" to force probe the xe for listed
120dd08ebf6SMatthew Brost	  devices. For example, "4500" or "4500,4571".
121dd08ebf6SMatthew Brost
122dd08ebf6SMatthew Brost	  Use "*" to force probe the driver for all known devices.
123dd08ebf6SMatthew Brost
124dd08ebf6SMatthew Brost	  Use "!" right before the ID to block the probe of the device. For
125dd08ebf6SMatthew Brost	  example, "4500,!4571" forces the probe of 4500 and blocks the probe of
126dd08ebf6SMatthew Brost	  4571.
127dd08ebf6SMatthew Brost
128dd08ebf6SMatthew Brost	  Use "!*" to block the probe of the driver for all known devices.
129dd08ebf6SMatthew Brost
130dd08ebf6SMatthew Brostmenu "drm/Xe Debugging"
131dd08ebf6SMatthew Brostdepends on DRM_XE
132dd08ebf6SMatthew Brostdepends on EXPERT
133dd08ebf6SMatthew Brostsource "drivers/gpu/drm/xe/Kconfig.debug"
134dd08ebf6SMatthew Brostendmenu
135d2776564STejas Upadhyay
136d2776564STejas Upadhyaymenu "drm/xe Profile Guided Optimisation"
137d2776564STejas Upadhyay	visible if EXPERT
138d2776564STejas Upadhyay	depends on DRM_XE
139d2776564STejas Upadhyay	source "drivers/gpu/drm/xe/Kconfig.profile"
140d2776564STejas Upadhyayendmenu
141