1a036db18SKen Wangconfig DRM_AMDGPU_SI 2a036db18SKen Wang bool "Enable amdgpu support for SI parts" 3a036db18SKen Wang depends on DRM_AMDGPU 4a036db18SKen Wang help 5a036db18SKen Wang Choose this option if you want to enable experimental support 6a036db18SKen Wang for SI asics. 7a036db18SKen Wang 8ef789173SFelix Kuehling SI is already supported in radeon. Experimental support for SI 9ef789173SFelix Kuehling in amdgpu will be disabled by default and is still provided by 10ef789173SFelix Kuehling radeon. Use module options to override this: 11ef789173SFelix Kuehling 12ef789173SFelix Kuehling radeon.si_support=0 amdgpu.si_support=1 13ef789173SFelix Kuehling 14d38ceaf9SAlex Deucherconfig DRM_AMDGPU_CIK 15d38ceaf9SAlex Deucher bool "Enable amdgpu support for CIK parts" 16d38ceaf9SAlex Deucher depends on DRM_AMDGPU 17d38ceaf9SAlex Deucher help 18ef789173SFelix Kuehling Choose this option if you want to enable support for CIK asics. 19d38ceaf9SAlex Deucher 202b059658SMichel Dänzer CIK is already supported in radeon. Support for CIK in amdgpu 212b059658SMichel Dänzer will be disabled by default and is still provided by radeon. 222b059658SMichel Dänzer Use module options to override this: 23ef789173SFelix Kuehling 242b059658SMichel Dänzer radeon.cik_support=0 amdgpu.cik_support=1 25d38ceaf9SAlex Deucher 26d38ceaf9SAlex Deucherconfig DRM_AMDGPU_USERPTR 27d38ceaf9SAlex Deucher bool "Always enable userptr write support" 28d38ceaf9SAlex Deucher depends on DRM_AMDGPU 29d38ceaf9SAlex Deucher select MMU_NOTIFIER 30d38ceaf9SAlex Deucher help 31d38ceaf9SAlex Deucher This option selects CONFIG_MMU_NOTIFIER if it isn't already 32d38ceaf9SAlex Deucher selected to enabled full userptr support. 33a1d29476SChristian König 34a1d29476SChristian Königconfig DRM_AMDGPU_GART_DEBUGFS 35a1d29476SChristian König bool "Allow GART access through debugfs" 36a1d29476SChristian König depends on DRM_AMDGPU 37a1d29476SChristian König depends on DEBUG_FS 38a1d29476SChristian König default n 39a1d29476SChristian König help 40a1d29476SChristian König Selecting this option creates a debugfs file to inspect the mapped 41a1d29476SChristian König pages. Uses more memory for housekeeping, enable only for debugging. 42a1d29476SChristian König 43fdba11f4SAlex Deuchersource "drivers/gpu/drm/amd/acp/Kconfig" 44*4562236bSHarry Wentlandsource "drivers/gpu/drm/amd/display/Kconfig" 45