GNU Linux-libre 4.19.264-gnu1
[releases.git] / drivers / gpu / drm / amd / display / Kconfig
1 menu "Display Engine Configuration"
2         depends on DRM && DRM_AMDGPU
3
4 config 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         help
9           Choose this option if you want to use the new display engine
10           support for AMDGPU. This adds required support for Vega and
11           Raven ASICs.
12
13 config DRM_AMD_DC_DCN1_0
14         def_bool n
15         help
16           RV family support for display engine
17
18 config DEBUG_KERNEL_DC
19         bool "Enable kgdb break in DC"
20         depends on DRM_AMD_DC
21         help
22           Choose this option
23           if you want to hit
24           kdgb_break in assert.
25
26 endmenu