aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>2018-01-22 17:40:50 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-09-14 10:36:56 -0400
commit1a4d427dd28348b78b8bacff04e2577ed15e1ac9 (patch)
tree4eef308699409c3053d3a92372384409085d3e59 /drivers
parent0e3d73f1a440eaca270a028bff51649ae99df113 (diff)
drm/amd/display: Add DC config flag for Raven2 (v2)
Add DRM_AMD_DC_DCN1_01 config flag for Raven2 v2: Make DC select DRM_AMD_DC_DCN1_01 (Alex) Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/display/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
index ed654a76c76a..13a6ce9c8e94 100644
--- a/drivers/gpu/drm/amd/display/Kconfig
+++ b/drivers/gpu/drm/amd/display/Kconfig
@@ -5,6 +5,7 @@ config DRM_AMD_DC
5 bool "AMD DC - Enable new display engine" 5 bool "AMD DC - Enable new display engine"
6 default y 6 default y
7 select DRM_AMD_DC_DCN1_0 if X86 && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS) 7 select DRM_AMD_DC_DCN1_0 if X86 && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS)
8 select DRM_AMD_DC_DCN1_01 if X86 && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS)
8 help 9 help
9 Choose this option if you want to use the new display engine 10 Choose this option if you want to use the new display engine
10 support for AMDGPU. This adds required support for Vega and 11 support for AMDGPU. This adds required support for Vega and
@@ -15,6 +16,11 @@ config DRM_AMD_DC_DCN1_0
15 help 16 help
16 RV family support for display engine 17 RV family support for display engine
17 18
19config DRM_AMD_DC_DCN1_01
20 def_bool n
21 help
22 RV2 family for display engine
23
18config DEBUG_KERNEL_DC 24config DEBUG_KERNEL_DC
19 bool "Enable kgdb break in DC" 25 bool "Enable kgdb break in DC"
20 depends on DRM_AMD_DC 26 depends on DRM_AMD_DC