mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
5099114ba3
commit
d1a9146b3a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue