Kconfig 787 B

123456789101112131415161718192021222324252627
  1. config DRM_AMDGPU_CIK
  2. bool "Enable amdgpu support for CIK parts"
  3. depends on DRM_AMDGPU
  4. help
  5. Choose this option if you want to enable experimental support
  6. for CIK asics.
  7. CIK is already supported in radeon. CIK support in amdgpu
  8. is for experimentation and testing.
  9. config DRM_AMDGPU_USERPTR
  10. bool "Always enable userptr write support"
  11. depends on DRM_AMDGPU
  12. select MMU_NOTIFIER
  13. help
  14. This option selects CONFIG_MMU_NOTIFIER if it isn't already
  15. selected to enabled full userptr support.
  16. config DRM_AMDGPU_GART_DEBUGFS
  17. bool "Allow GART access through debugfs"
  18. depends on DRM_AMDGPU
  19. depends on DEBUG_FS
  20. default n
  21. help
  22. Selecting this option creates a debugfs file to inspect the mapped
  23. pages. Uses more memory for housekeeping, enable only for debugging.