xref: /linux/drivers/gpu/drm/amd/display/Kconfig (revision 20f2ffe504728612d7b0c34e4f8280e34251e704)
1ad808910SAlex Deucher# SPDX-License-Identifier: MIT
24562236bSHarry Wentlandmenu "Display Engine Configuration"
34562236bSHarry Wentland	depends on DRM && DRM_AMDGPU
44562236bSHarry Wentland
54562236bSHarry Wentlandconfig DRM_AMD_DC
64562236bSHarry Wentland	bool "AMD DC - Enable new display engine"
74562236bSHarry Wentland	default y
86ce8f316SNicholas Kazlauskas	select SND_HDA_COMPONENT if SND_HDA_CORE
9c38d444eSDaniel Kolesa	select DRM_AMD_DC_DCN if (X86 || PPC64 || (ARM64 && KERNEL_MODE_NEON)) && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS)
104562236bSHarry Wentland	help
114562236bSHarry Wentland	  Choose this option if you want to use the new display engine
124562236bSHarry Wentland	  support for AMDGPU. This adds required support for Vega and
134562236bSHarry Wentland	  Raven ASICs.
144562236bSHarry Wentland
15b86a1aa3SBhawanpreet Lakhaconfig DRM_AMD_DC_DCN
169d1d02ffSLeo (Sunpeng) Li	def_bool n
17dc37a9a0SLeo (Sunpeng) Li	help
18*20f2ffe5SAlex Deucher	  Raven, Navi, and newer family support for display engine
1936d26912SBhawanpreet Lakha
20ea268870SBhawanpreet Lakhaconfig DRM_AMD_DC_HDCP
21ea268870SBhawanpreet Lakha	bool "Enable HDCP support in DC"
22ea268870SBhawanpreet Lakha	depends on DRM_AMD_DC
23ea268870SBhawanpreet Lakha	help
2417fd4fe9SRandy Dunlap	  Choose this option if you want to support HDCP authentication.
25ea268870SBhawanpreet Lakha
265963cddeSMauro Rossiconfig DRM_AMD_DC_SI
275963cddeSMauro Rossi	bool "AMD DC support for Southern Islands ASICs"
285963cddeSMauro Rossi	default n
295963cddeSMauro Rossi	help
305963cddeSMauro Rossi	  Choose this option to enable new AMD DC support for SI asics
315963cddeSMauro Rossi	  by default. This includes Tahiti, Pitcairn, Cape Verde, Oland.
325963cddeSMauro Rossi	  Hainan is not supported by AMD DC and it has no physical DCE6.
335963cddeSMauro Rossi
344562236bSHarry Wentlandconfig DEBUG_KERNEL_DC
354562236bSHarry Wentland	bool "Enable kgdb break in DC"
364562236bSHarry Wentland	depends on DRM_AMD_DC
37c5ff0c19STakashi Iwai	depends on KGDB
384562236bSHarry Wentland	help
3917fd4fe9SRandy Dunlap	  Choose this option if you want to hit kdgb_break in assert.
404562236bSHarry Wentland
414562236bSHarry Wentlandendmenu
42