1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 24562236bSHarry Wentlandmenu "Display Engine Configuration" 34562236bSHarry Wentland depends on DRM && DRM_AMDGPU 44562236bSHarry Wentland 54562236bSHarry Wentlandconfig DRM_AMD_DC 64562236bSHarry Wentland bool "AMD DC - Enable new display engine" 74562236bSHarry Wentland default y 89d1d02ffSLeo (Sunpeng) Li select DRM_AMD_DC_DCN1_0 if X86 && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS) 94562236bSHarry Wentland help 104562236bSHarry Wentland Choose this option if you want to use the new display engine 114562236bSHarry Wentland support for AMDGPU. This adds required support for Vega and 124562236bSHarry Wentland Raven ASICs. 134562236bSHarry Wentland 14dc37a9a0SLeo (Sunpeng) Liconfig DRM_AMD_DC_DCN1_0 159d1d02ffSLeo (Sunpeng) Li def_bool n 16dc37a9a0SLeo (Sunpeng) Li help 179d1d02ffSLeo (Sunpeng) Li RV family support for display engine 18dc37a9a0SLeo (Sunpeng) Li 19476e955dSHarry Wentlandconfig DRM_AMD_DC_DCN2_0 20476e955dSHarry Wentland bool "DCN 2.0 family" 21476e955dSHarry Wentland default y 22476e955dSHarry Wentland depends on DRM_AMD_DC && X86 23476e955dSHarry Wentland depends on DRM_AMD_DC_DCN1_0 24476e955dSHarry Wentland help 25476e955dSHarry Wentland Choose this option if you want to have 26476e955dSHarry Wentland Navi support for display engine 27476e955dSHarry Wentland 2897bda032SHarry Wentlandconfig DRM_AMD_DC_DSC_SUPPORT 2997bda032SHarry Wentland bool "DSC support" 30*38354495SHawking Zhang default y 3197bda032SHarry Wentland depends on DRM_AMD_DC && X86 3297bda032SHarry Wentland depends on DRM_AMD_DC_DCN1_0 3397bda032SHarry Wentland depends on DRM_AMD_DC_DCN2_0 3497bda032SHarry Wentland help 3597bda032SHarry Wentland Choose this option if you want to have 3697bda032SHarry Wentland Dynamic Stream Compression support 3797bda032SHarry Wentland 384562236bSHarry Wentlandconfig DEBUG_KERNEL_DC 394562236bSHarry Wentland bool "Enable kgdb break in DC" 404562236bSHarry Wentland depends on DRM_AMD_DC 414562236bSHarry Wentland help 424562236bSHarry Wentland Choose this option 434562236bSHarry Wentland if you want to hit 444562236bSHarry Wentland kdgb_break in assert. 454562236bSHarry Wentland 464562236bSHarry Wentlandendmenu 47