Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
1menu "Display Engine Configuration"
2 depends on DRM && DRM_AMDGPU
3
4config DRM_AMD_DC
5 bool "AMD DC - Enable new display engine"
6 default y
7 select DRM_AMD_DC_DCN1_0 if X86 && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS)
8 select DRM_AMD_DC_DCN1_01 if X86 && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS)
9 help
10 Choose this option if you want to use the new display engine
11 support for AMDGPU. This adds required support for Vega and
12 Raven ASICs.
13
14config DRM_AMD_DC_DCN1_0
15 def_bool n
16 help
17 RV family support for display engine
18
19config DRM_AMD_DC_DCN1_01
20 def_bool n
21 help
22 RV2 family for display engine
23
24config DEBUG_KERNEL_DC
25 bool "Enable kgdb break in DC"
26 depends on DRM_AMD_DC
27 help
28 Choose this option
29 if you want to hit
30 kdgb_break in assert.
31
32endmenu