From: Nicholas Kazlauskas Date: Wed, 19 May 2021 16:58:02 +0000 (-0400) Subject: drm/amd/display: Add DC DCN3.1 support to Kconfig X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=38ddc4babe032e67a554ef46e398aac1af5f724e;p=kernel.git drm/amd/display: Add DC DCN3.1 support to Kconfig To enable compiling and using DCN3.1 ASICs with physical output. Acked-by: Huang Rui Signed-off-by: Nicholas Kazlauskas Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 7dffc04a557ea..5b5f36c80efb3 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig @@ -31,6 +31,13 @@ config DRM_AMD_DC_SI by default. This includes Tahiti, Pitcairn, Cape Verde, Oland. Hainan is not supported by AMD DC and it has no physical DCE6. +config DRM_AMD_DC_DCN3_1 + bool "DCN 3.1 family" + depends on DRM_AMD_DC_DCN + help + Choose this option if you want to have + DCN3.1 family support for display engine + config DEBUG_KERNEL_DC bool "Enable kgdb break in DC" depends on DRM_AMD_DC