Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # SPDX-License-Identifier: MIT
  2. config DRM_AMDGPU_SI
  3. bool "Enable amdgpu support for SI parts"
  4. depends on DRM_AMDGPU
  5. help
  6. Choose this option if you want to enable experimental support
  7. for SI (Southern Islands) asics.
  8. SI is already supported in radeon. Experimental support for SI
  9. in amdgpu will be disabled by default and is still provided by
  10. radeon. Use module options to override this:
  11. radeon.si_support=0 amdgpu.si_support=1
  12. config DRM_AMDGPU_CIK
  13. bool "Enable amdgpu support for CIK parts"
  14. depends on DRM_AMDGPU
  15. help
  16. Choose this option if you want to enable support for CIK (Sea
  17. Islands) asics.
  18. CIK is already supported in radeon. Support for CIK in amdgpu
  19. will be disabled by default and is still provided by radeon.
  20. Use module options to override this:
  21. radeon.cik_support=0 amdgpu.cik_support=1
  22. config DRM_AMDGPU_USERPTR
  23. bool "Always enable userptr write support"
  24. depends on DRM_AMDGPU
  25. depends on MMU
  26. select HMM_MIRROR
  27. select MMU_NOTIFIER
  28. help
  29. This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
  30. isn't already selected to enabled full userptr support.
  31. source "drivers/gpu/drm/amd/acp/Kconfig"
  32. source "drivers/gpu/drm/amd/display/Kconfig"
  33. source "drivers/gpu/drm/amd/amdkfd/Kconfig"