Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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 help
8 Choose this option if you want to use the new display engine
9 support for AMDGPU. This adds required support for Vega and
10 Raven ASICs.
11
12config DRM_AMD_DC_FBC
13 bool "AMD FBC - Enable Frame Buffer Compression"
14 depends on DRM_AMD_DC
15 help
16 Choose this option if you want to use frame buffer compression
17 support.
18 This is a power optimisation feature, check its availability
19 on your hardware before enabling this option.
20
21
22config DRM_AMD_DC_DCN1_0
23 bool "DCN 1.0 Raven family"
24 depends on DRM_AMD_DC && X86
25 help
26 Choose this option if you want to have
27 RV family for display engine
28
29config DEBUG_KERNEL_DC
30 bool "Enable kgdb break in DC"
31 depends on DRM_AMD_DC
32 help
33 Choose this option
34 if you want to hit
35 kdgb_break in assert.
36
37endmenu