From: Alex Deucher Date: Thu, 31 May 2018 14:28:47 +0000 (-0500) Subject: drm/amdgpu/display: enable CONFIG_DRM_AMD_DC_DCN1_0 by default X-Git-Tag: v5.15~8118^2~44^2~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1a9146b3a98a139c79b79c7e1426f1128e2bbdf;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 9d56889..4c35625 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