xref: /linux/drivers/gpu/drm/amd/amdgpu/Kconfig (revision a036db18c61d9a8ae6619cbb3dca8b1f2df68103)
1*a036db18SKen Wangconfig DRM_AMDGPU_SI
2*a036db18SKen Wang	bool "Enable amdgpu support for SI parts"
3*a036db18SKen Wang	depends on DRM_AMDGPU
4*a036db18SKen Wang	help
5*a036db18SKen Wang	  Choose this option if you want to enable experimental support
6*a036db18SKen Wang	  for SI asics.
7*a036db18SKen Wang
8d38ceaf9SAlex Deucherconfig DRM_AMDGPU_CIK
9d38ceaf9SAlex Deucher	bool "Enable amdgpu support for CIK parts"
10d38ceaf9SAlex Deucher	depends on DRM_AMDGPU
11d38ceaf9SAlex Deucher	help
12d38ceaf9SAlex Deucher	  Choose this option if you want to enable experimental support
13d38ceaf9SAlex Deucher	  for CIK asics.
14d38ceaf9SAlex Deucher
15d38ceaf9SAlex Deucher	  CIK is already supported in radeon.  CIK support in amdgpu
16d38ceaf9SAlex Deucher	  is for experimentation and testing.
17d38ceaf9SAlex Deucher
18d38ceaf9SAlex Deucherconfig DRM_AMDGPU_USERPTR
19d38ceaf9SAlex Deucher	bool "Always enable userptr write support"
20d38ceaf9SAlex Deucher	depends on DRM_AMDGPU
21d38ceaf9SAlex Deucher	select MMU_NOTIFIER
22d38ceaf9SAlex Deucher	help
23d38ceaf9SAlex Deucher	  This option selects CONFIG_MMU_NOTIFIER if it isn't already
24d38ceaf9SAlex Deucher	  selected to enabled full userptr support.
25a1d29476SChristian König
26a1d29476SChristian Königconfig DRM_AMDGPU_GART_DEBUGFS
27a1d29476SChristian König	bool "Allow GART access through debugfs"
28a1d29476SChristian König	depends on DRM_AMDGPU
29a1d29476SChristian König	depends on DEBUG_FS
30a1d29476SChristian König	default n
31a1d29476SChristian König	help
32a1d29476SChristian König	  Selecting this option creates a debugfs file to inspect the mapped
33a1d29476SChristian König	  pages. Uses more memory for housekeeping, enable only for debugging.
34a1d29476SChristian König
35fdba11f4SAlex Deuchersource "drivers/gpu/drm/amd/powerplay/Kconfig"
36fdba11f4SAlex Deuchersource "drivers/gpu/drm/amd/acp/Kconfig"
37