blob: 61360e27715f00f88db6e5269a9848550bf39308 [file] [log] [blame]
Ken Wanga036db12016-01-19 14:19:53 +08001config 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
Alex Deucherd38ceaf2015-04-20 16:55:21 -04008config 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.
Christian Königa1d29472016-03-30 14:42:57 +020025
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
Alex Deucherfdba11f2016-03-31 18:18:28 -040035source "drivers/gpu/drm/amd/acp/Kconfig"