From 138bc36051f817ce5bee33b0e7a4873bb04f1eb4 Mon Sep 17 00:00:00 2001 From: "Jerry (Fangzhi) Zuo" Date: Fri, 11 May 2018 13:46:19 -0500 Subject: [PATCH] drm/amd/display: Add Vega20 config. support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Christian König Signed-off-by: Jerry (Fangzhi) Zuo Reviewed-by: Harry Wentland Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index e6ca72c0d347..6dcec9c9126b 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig @@ -40,4 +40,13 @@ config DRM_AMD_DC_VEGAM help Choose this option if you want to have VEGAM support for display engine + +config DRM_AMD_DC_VG20 + bool "Vega20 support" + depends on DRM_AMD_DC + help + Choose this option if you want to have + Vega20 support for display engine + + endmenu -- 2.39.5