diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2018-05-31 09:28:47 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-06-15 12:20:30 -0500 |
commit | d1a9146b3a98a139c79b79c7e1426f1128e2bbdf (patch) | |
tree | 5f4b0e594c2220f1a9506f88d2f24e69c024c782 /drivers | |
parent | 5099114ba3b2e5ae9fb487aeb3ae0434fe38a7da (diff) | |
download | linux-d1a9146b3a98a139c79b79c7e1426f1128e2bbdf.tar.bz2 |
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>
Diffstat (limited to 'drivers')
-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 config DRM_AMD_DC_DCN1_0 bool "DCN 1.0 Raven family" depends on DRM_AMD_DC && X86 + default y help Choose this option if you want to have RV family for display engine |