xref: /linux/drivers/gpu/drm/amd/display/Kconfig (revision 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c)
1*4562236bSHarry Wentlandmenu "Display Engine Configuration"
2*4562236bSHarry Wentland	depends on DRM && DRM_AMDGPU
3*4562236bSHarry Wentland
4*4562236bSHarry Wentlandconfig DRM_AMD_DC
5*4562236bSHarry Wentland	bool "AMD DC - Enable new display engine"
6*4562236bSHarry Wentland	default y
7*4562236bSHarry Wentland	help
8*4562236bSHarry Wentland	  Choose this option if you want to use the new display engine
9*4562236bSHarry Wentland	  support for AMDGPU. This adds required support for Vega and
10*4562236bSHarry Wentland	  Raven ASICs.
11*4562236bSHarry Wentland
12*4562236bSHarry Wentlandconfig DRM_AMD_DC_PRE_VEGA
13*4562236bSHarry Wentland	bool "DC support for Polaris and older ASICs"
14*4562236bSHarry Wentland	default n
15*4562236bSHarry Wentland	help
16*4562236bSHarry Wentland	  Choose this option to enable the new DC support for older asics
17*4562236bSHarry Wentland	  by default. This includes Polaris, Carrizo, Tonga, Bonaire,
18*4562236bSHarry Wentland	  and Hawaii.
19*4562236bSHarry Wentland
20*4562236bSHarry Wentlandconfig DEBUG_KERNEL_DC
21*4562236bSHarry Wentland	bool "Enable kgdb break in DC"
22*4562236bSHarry Wentland	depends on DRM_AMD_DC
23*4562236bSHarry Wentland	help
24*4562236bSHarry Wentland	  Choose this option
25*4562236bSHarry Wentland	  if you want to hit
26*4562236bSHarry Wentland	  kdgb_break in assert.
27*4562236bSHarry Wentland
28*4562236bSHarry Wentlandendmenu
29