Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / gpu / drm / amd / amdgpu / Kconfig
CommitLineData
a036db18
KW
1config DRM_AMDGPU_SI
2 bool "Enable amdgpu support for SI parts"
3 depends on DRM_AMDGPU
4 help
5 Choose this option if you want to enable experimental support
6 for SI asics.
7
d38ceaf9
AD
8config DRM_AMDGPU_CIK
9 bool "Enable amdgpu support for CIK parts"
10 depends on DRM_AMDGPU
11 help
12 Choose this option if you want to enable experimental support
13 for CIK asics.
14
15 CIK is already supported in radeon. CIK support in amdgpu
16 is for experimentation and testing.
17
18config DRM_AMDGPU_USERPTR
19 bool "Always enable userptr write support"
20 depends on DRM_AMDGPU
21 select MMU_NOTIFIER
22 help
23 This option selects CONFIG_MMU_NOTIFIER if it isn't already
24 selected to enabled full userptr support.
a1d29476
CK
25
26config DRM_AMDGPU_GART_DEBUGFS
27 bool "Allow GART access through debugfs"
28 depends on DRM_AMDGPU
29 depends on DEBUG_FS
30 default n
31 help
32 Selecting this option creates a debugfs file to inspect the mapped
33 pages. Uses more memory for housekeeping, enable only for debugging.
34
fdba11f4 35source "drivers/gpu/drm/amd/acp/Kconfig"