Ken Wang | a036db1 | 2016-01-19 14:19:53 +0800 | [diff] [blame] | 1 | config DRM_AMDGPU_SI |
| 2 | bool "Enable amdgpu support for SI parts" |
| 3 | depends on DRM_AMDGPU |
| 4 | help |
| 5 | Choose this option if you want to enable experimental support |
| 6 | for SI asics. |
| 7 | |
Alex Deucher | d38ceaf | 2015-04-20 16:55:21 -0400 | [diff] [blame] | 8 | config DRM_AMDGPU_CIK |
| 9 | bool "Enable amdgpu support for CIK parts" |
| 10 | depends on DRM_AMDGPU |
| 11 | help |
| 12 | Choose this option if you want to enable experimental support |
| 13 | for CIK asics. |
| 14 | |
| 15 | CIK is already supported in radeon. CIK support in amdgpu |
| 16 | is for experimentation and testing. |
| 17 | |
| 18 | config DRM_AMDGPU_USERPTR |
| 19 | bool "Always enable userptr write support" |
| 20 | depends on DRM_AMDGPU |
| 21 | select MMU_NOTIFIER |
| 22 | help |
| 23 | This option selects CONFIG_MMU_NOTIFIER if it isn't already |
| 24 | selected to enabled full userptr support. |
Christian König | a1d2947 | 2016-03-30 14:42:57 +0200 | [diff] [blame] | 25 | |
| 26 | config DRM_AMDGPU_GART_DEBUGFS |
| 27 | bool "Allow GART access through debugfs" |
| 28 | depends on DRM_AMDGPU |
| 29 | depends on DEBUG_FS |
| 30 | default n |
| 31 | help |
| 32 | Selecting this option creates a debugfs file to inspect the mapped |
| 33 | pages. Uses more memory for housekeeping, enable only for debugging. |
| 34 | |
Alex Deucher | fdba11f | 2016-03-31 18:18:28 -0400 | [diff] [blame] | 35 | source "drivers/gpu/drm/amd/acp/Kconfig" |