Kconfig (ed32f8d42cee118b075e4372a55c7739a11094b2) Kconfig (9c240a7bb33787d4fed56508425ae0b2936b1674)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_AMDGPU_SI
3 bool "Enable amdgpu support for SI parts"
4 depends on DRM_AMDGPU
5 help
6 Choose this option if you want to enable experimental support
7 for SI asics.
8

--- 13 unchanged lines hidden (view full) ---

22 will be disabled by default and is still provided by radeon.
23 Use module options to override this:
24
25 radeon.cik_support=0 amdgpu.cik_support=1
26
27config DRM_AMDGPU_USERPTR
28 bool "Always enable userptr write support"
29 depends on DRM_AMDGPU
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_AMDGPU_SI
3 bool "Enable amdgpu support for SI parts"
4 depends on DRM_AMDGPU
5 help
6 Choose this option if you want to enable experimental support
7 for SI asics.
8

--- 13 unchanged lines hidden (view full) ---

22 will be disabled by default and is still provided by radeon.
23 Use module options to override this:
24
25 radeon.cik_support=0 amdgpu.cik_support=1
26
27config DRM_AMDGPU_USERPTR
28 bool "Always enable userptr write support"
29 depends on DRM_AMDGPU
30 depends on HMM_MIRROR
30 depends on MMU
31 select HMM_MIRROR
32 select MMU_NOTIFIER
31 help
32 This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
33 isn't already selected to enabled full userptr support.
34
35config DRM_AMDGPU_GART_DEBUGFS
36 bool "Allow GART access through debugfs"
37 depends on DRM_AMDGPU
38 depends on DEBUG_FS
39 default n
40 help
41 Selecting this option creates a debugfs file to inspect the mapped
42 pages. Uses more memory for housekeeping, enable only for debugging.
43
44source "drivers/gpu/drm/amd/acp/Kconfig"
45source "drivers/gpu/drm/amd/display/Kconfig"
46source "drivers/gpu/drm/amd/amdkfd/Kconfig"
33 help
34 This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
35 isn't already selected to enabled full userptr support.
36
37config DRM_AMDGPU_GART_DEBUGFS
38 bool "Allow GART access through debugfs"
39 depends on DRM_AMDGPU
40 depends on DEBUG_FS
41 default n
42 help
43 Selecting this option creates a debugfs file to inspect the mapped
44 pages. Uses more memory for housekeeping, enable only for debugging.
45
46source "drivers/gpu/drm/amd/acp/Kconfig"
47source "drivers/gpu/drm/amd/display/Kconfig"
48source "drivers/gpu/drm/amd/amdkfd/Kconfig"