aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Kazlauskas <[email protected]>2021-05-19 12:58:02 -0400
committerAlex Deucher <[email protected]>2021-06-04 16:39:19 -0400
commit38ddc4babe032e67a554ef46e398aac1af5f724e (patch)
treee20c06e6729f8ea672b3cf56139ba982ba42b9d1
parent1ebcaebdb51514689daddbc306b0943afa5b0130 (diff)
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 <[email protected]> Signed-off-by: Nicholas Kazlauskas <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
index 7dffc04a557e..5b5f36c80efb 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