]> Git Repo - linux.git/blob - drivers/gpu/drm/amd/amdgpu/Kconfig
Merge tag 'v6.0-rc6' into locking/core, to refresh the branch
[linux.git] / drivers / gpu / drm / amd / amdgpu / Kconfig
1 # SPDX-License-Identifier: MIT
2 config 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 (Southern Islands) asics.
8
9           SI is already supported in radeon. Experimental support for SI
10           in amdgpu will be disabled by default and is still provided by
11           radeon. Use module options to override this:
12
13           radeon.si_support=0 amdgpu.si_support=1
14
15 config DRM_AMDGPU_CIK
16         bool "Enable amdgpu support for CIK parts"
17         depends on DRM_AMDGPU
18         help
19           Choose this option if you want to enable support for CIK (Sea
20           Islands) asics.
21
22           CIK is already supported in radeon. Support for CIK in amdgpu
23           will be disabled by default and is still provided by radeon.
24           Use module options to override this:
25
26           radeon.cik_support=0 amdgpu.cik_support=1
27
28 config DRM_AMDGPU_USERPTR
29         bool "Always enable userptr write support"
30         depends on DRM_AMDGPU
31         depends on MMU
32         select HMM_MIRROR
33         select MMU_NOTIFIER
34         help
35           This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
36           isn't already selected to enabled full userptr support.
37
38 source "drivers/gpu/drm/amd/acp/Kconfig"
39 source "drivers/gpu/drm/amd/display/Kconfig"
40 source "drivers/gpu/drm/amd/amdkfd/Kconfig"
This page took 0.030179 seconds and 4 git commands to generate.