0001 # SPDX-License-Identifier: MIT
0002 config DRM_AMDGPU_SI
0003 bool "Enable amdgpu support for SI parts"
0004 depends on DRM_AMDGPU
0005 help
0006 Choose this option if you want to enable experimental support
0007 for SI (Southern Islands) asics.
0008
0009 SI is already supported in radeon. Experimental support for SI
0010 in amdgpu will be disabled by default and is still provided by
0011 radeon. Use module options to override this:
0012
0013 radeon.si_support=0 amdgpu.si_support=1
0014
0015 config DRM_AMDGPU_CIK
0016 bool "Enable amdgpu support for CIK parts"
0017 depends on DRM_AMDGPU
0018 help
0019 Choose this option if you want to enable support for CIK (Sea
0020 Islands) asics.
0021
0022 CIK is already supported in radeon. Support for CIK in amdgpu
0023 will be disabled by default and is still provided by radeon.
0024 Use module options to override this:
0025
0026 radeon.cik_support=0 amdgpu.cik_support=1
0027
0028 config DRM_AMDGPU_USERPTR
0029 bool "Always enable userptr write support"
0030 depends on DRM_AMDGPU
0031 depends on MMU
0032 select HMM_MIRROR
0033 select MMU_NOTIFIER
0034 help
0035 This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
0036 isn't already selected to enabled full userptr support.
0037
0038 source "drivers/gpu/drm/amd/acp/Kconfig"
0039 source "drivers/gpu/drm/amd/display/Kconfig"
0040 source "drivers/gpu/drm/amd/amdkfd/Kconfig"