]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/gpu/drm/amd/display/Kconfig
Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[linux.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         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
12 config 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
22 config 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
29 config 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
37 endmenu