2016-01-19 14:19:53 +08: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 18:57:32 +09: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 16:55:21 -04:00
config DRM_AMDGPU_CIK
bool "Enable amdgpu support for CIK parts"
depends on DRM_AMDGPU
help
2017-06-05 18:57:32 +09:00
Choose this option if you want to enable support for CIK asics.
2017-05-29 18:05:20 +09: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 16:55:21 -04:00
2017-05-29 18:05:20 +09:00
radeon.cik_support=0 amdgpu.cik_support=1
2015-04-20 16:55:21 -04:00
config DRM_AMDGPU_USERPTR
bool "Always enable userptr write support"
depends on DRM_AMDGPU
select MMU_NOTIFIER
help
This option selects CONFIG_MMU_NOTIFIER if it isn't already
selected to enabled full userptr support.
2016-03-30 14:42:57 +02: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-03-31 18:18:28 -04:00
source "drivers/gpu/drm/amd/acp/Kconfig"
2017-09-12 15:58:20 -04:00
source "drivers/gpu/drm/amd/display/Kconfig"
2018-08-22 16:48:50 -04:00
source "drivers/gpu/drm/amd/amdkfd/Kconfig"