11.3Sriastrad# SPDX-License-Identifier: MIT 21.3Sriastradconfig DRM_AMDGPU_SI 31.3Sriastrad bool "Enable amdgpu support for SI parts" 41.3Sriastrad depends on DRM_AMDGPU 51.3Sriastrad help 61.3Sriastrad Choose this option if you want to enable experimental support 71.3Sriastrad for SI asics. 81.3Sriastrad 91.3Sriastrad SI is already supported in radeon. Experimental support for SI 101.3Sriastrad in amdgpu will be disabled by default and is still provided by 111.3Sriastrad radeon. Use module options to override this: 121.3Sriastrad 131.3Sriastrad radeon.si_support=0 amdgpu.si_support=1 141.3Sriastrad 151.1Sriastradconfig DRM_AMDGPU_CIK 161.1Sriastrad bool "Enable amdgpu support for CIK parts" 171.1Sriastrad depends on DRM_AMDGPU 181.1Sriastrad help 191.3Sriastrad Choose this option if you want to enable support for CIK asics. 201.3Sriastrad 211.3Sriastrad CIK is already supported in radeon. Support for CIK in amdgpu 221.3Sriastrad will be disabled by default and is still provided by radeon. 231.3Sriastrad Use module options to override this: 241.1Sriastrad 251.3Sriastrad radeon.cik_support=0 amdgpu.cik_support=1 261.1Sriastrad 271.1Sriastradconfig DRM_AMDGPU_USERPTR 281.1Sriastrad bool "Always enable userptr write support" 291.1Sriastrad depends on DRM_AMDGPU 301.3Sriastrad depends on MMU 311.3Sriastrad select HMM_MIRROR 321.1Sriastrad select MMU_NOTIFIER 331.1Sriastrad help 341.3Sriastrad This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it 351.3Sriastrad isn't already selected to enabled full userptr support. 361.3Sriastrad 371.3Sriastradconfig DRM_AMDGPU_GART_DEBUGFS 381.3Sriastrad bool "Allow GART access through debugfs" 391.3Sriastrad depends on DRM_AMDGPU 401.3Sriastrad depends on DEBUG_FS 411.3Sriastrad default n 421.3Sriastrad help 431.3Sriastrad Selecting this option creates a debugfs file to inspect the mapped 441.3Sriastrad pages. Uses more memory for housekeeping, enable only for debugging. 451.3Sriastrad 461.3Sriastradsource "drivers/gpu/drm/amd/acp/Kconfig" 471.3Sriastradsource "drivers/gpu/drm/amd/display/Kconfig" 481.3Sriastradsource "drivers/gpu/drm/amd/amdkfd/Kconfig" 49