diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-05-31 10:28:47 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-15 13:20:30 -0400 |
commit | d1a9146b3a98a139c79b79c7e1426f1128e2bbdf (patch) | |
tree | 5f4b0e594c2220f1a9506f88d2f24e69c024c782 | |
parent | 5099114ba3b2e5ae9fb487aeb3ae0434fe38a7da (diff) |
drm/amdgpu/display: enable CONFIG_DRM_AMD_DC_DCN1_0 by default
It's required for displays on Raven. The DCN bandwidth calcs use
floating point, but DCN is APU only and it already depends on
X86.
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 9d56889279b3..4c35625eb2c7 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig | |||
@@ -12,6 +12,7 @@ config DRM_AMD_DC | |||
12 | config DRM_AMD_DC_DCN1_0 | 12 | config DRM_AMD_DC_DCN1_0 |
13 | bool "DCN 1.0 Raven family" | 13 | bool "DCN 1.0 Raven family" |
14 | depends on DRM_AMD_DC && X86 | 14 | depends on DRM_AMD_DC && X86 |
15 | default y | ||
15 | help | 16 | help |
16 | Choose this option if you want to have | 17 | Choose this option if you want to have |
17 | RV family for display engine | 18 | RV family for display engine |