2019-12-11 18:09:03 +03:00
|
|
|
# SPDX-License-Identifier: MIT
|
2016-01-19 09:19:53 +03:00
|
|
|
config DRM_AMDGPU_SI
|
|
|
|
bool "Enable amdgpu support for SI parts"
|
|
|
|
depends on DRM_AMDGPU
|
|
|
|
help
|
|
|
|
Choose this option if you want to enable experimental support
|
|
|
|
for SI asics.
|
|
|
|
|
2017-06-05 12:57:32 +03:00
|
|
|
SI is already supported in radeon. Experimental support for SI
|
|
|
|
in amdgpu will be disabled by default and is still provided by
|
|
|
|
radeon. Use module options to override this:
|
|
|
|
|
|
|
|
radeon.si_support=0 amdgpu.si_support=1
|
|
|
|
|
2015-04-20 23:55:21 +03:00
|
|
|
config DRM_AMDGPU_CIK
|
|
|
|
bool "Enable amdgpu support for CIK parts"
|
|
|
|
depends on DRM_AMDGPU
|
|
|
|
help
|
2017-06-05 12:57:32 +03:00
|
|
|
Choose this option if you want to enable support for CIK asics.
|
|
|
|
|
2017-05-29 12:05:20 +03:00
|
|
|
CIK is already supported in radeon. Support for CIK in amdgpu
|
|
|
|
will be disabled by default and is still provided by radeon.
|
|
|
|
Use module options to override this:
|
2015-04-20 23:55:21 +03:00
|
|
|
|
2017-05-29 12:05:20 +03:00
|
|
|
radeon.cik_support=0 amdgpu.cik_support=1
|
2015-04-20 23:55:21 +03:00
|
|
|
|
|
|
|
config DRM_AMDGPU_USERPTR
|
|
|
|
bool "Always enable userptr write support"
|
|
|
|
depends on DRM_AMDGPU
|
2019-08-06 19:05:52 +03:00
|
|
|
depends on MMU
|
|
|
|
select HMM_MIRROR
|
|
|
|
select MMU_NOTIFIER
|
2015-04-20 23:55:21 +03:00
|
|
|
help
|
2018-07-24 00:45:46 +03:00
|
|
|
This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
|
|
|
|
isn't already selected to enabled full userptr support.
|
2016-03-30 15:42:57 +03:00
|
|
|
|
|
|
|
config DRM_AMDGPU_GART_DEBUGFS
|
|
|
|
bool "Allow GART access through debugfs"
|
|
|
|
depends on DRM_AMDGPU
|
|
|
|
depends on DEBUG_FS
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Selecting this option creates a debugfs file to inspect the mapped
|
|
|
|
pages. Uses more memory for housekeeping, enable only for debugging.
|
|
|
|
|
2016-04-01 01:18:28 +03:00
|
|
|
source "drivers/gpu/drm/amd/acp/Kconfig"
|
2017-09-12 22:58:20 +03:00
|
|
|
source "drivers/gpu/drm/amd/display/Kconfig"
|
2018-08-22 23:48:50 +03:00
|
|
|
source "drivers/gpu/drm/amd/amdkfd/Kconfig"
|