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