Home | History | Annotate | Line # | Download | only in amdgpu
      1  1.3  riastrad # SPDX-License-Identifier: MIT
      2  1.3  riastrad config DRM_AMDGPU_SI
      3  1.3  riastrad 	bool "Enable amdgpu support for SI parts"
      4  1.3  riastrad 	depends on DRM_AMDGPU
      5  1.3  riastrad 	help
      6  1.3  riastrad 	  Choose this option if you want to enable experimental support
      7  1.3  riastrad 	  for SI asics.
      8  1.3  riastrad 
      9  1.3  riastrad 	  SI is already supported in radeon. Experimental support for SI
     10  1.3  riastrad 	  in amdgpu will be disabled by default and is still provided by
     11  1.3  riastrad 	  radeon. Use module options to override this:
     12  1.3  riastrad 
     13  1.3  riastrad 	  radeon.si_support=0 amdgpu.si_support=1
     14  1.3  riastrad 
     15  1.1  riastrad config DRM_AMDGPU_CIK
     16  1.1  riastrad 	bool "Enable amdgpu support for CIK parts"
     17  1.1  riastrad 	depends on DRM_AMDGPU
     18  1.1  riastrad 	help
     19  1.3  riastrad 	  Choose this option if you want to enable support for CIK asics.
     20  1.3  riastrad 
     21  1.3  riastrad 	  CIK is already supported in radeon. Support for CIK in amdgpu
     22  1.3  riastrad 	  will be disabled by default and is still provided by radeon.
     23  1.3  riastrad 	  Use module options to override this:
     24  1.1  riastrad 
     25  1.3  riastrad 	  radeon.cik_support=0 amdgpu.cik_support=1
     26  1.1  riastrad 
     27  1.1  riastrad config DRM_AMDGPU_USERPTR
     28  1.1  riastrad 	bool "Always enable userptr write support"
     29  1.1  riastrad 	depends on DRM_AMDGPU
     30  1.3  riastrad 	depends on MMU
     31  1.3  riastrad 	select HMM_MIRROR
     32  1.1  riastrad 	select MMU_NOTIFIER
     33  1.1  riastrad 	help
     34  1.3  riastrad 	  This option selects CONFIG_HMM and CONFIG_HMM_MIRROR if it
     35  1.3  riastrad 	  isn't already selected to enabled full userptr support.
     36  1.3  riastrad 
     37  1.3  riastrad config DRM_AMDGPU_GART_DEBUGFS
     38  1.3  riastrad 	bool "Allow GART access through debugfs"
     39  1.3  riastrad 	depends on DRM_AMDGPU
     40  1.3  riastrad 	depends on DEBUG_FS
     41  1.3  riastrad 	default n
     42  1.3  riastrad 	help
     43  1.3  riastrad 	  Selecting this option creates a debugfs file to inspect the mapped
     44  1.3  riastrad 	  pages. Uses more memory for housekeeping, enable only for debugging.
     45  1.3  riastrad 
     46  1.3  riastrad source "drivers/gpu/drm/amd/acp/Kconfig"
     47  1.3  riastrad source "drivers/gpu/drm/amd/display/Kconfig"
     48  1.3  riastrad source "drivers/gpu/drm/amd/amdkfd/Kconfig"
     49