Kconfig 509 B

1234567891011121314151617
  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.