File tree 1 file changed +7
-0
lines changed
drivers/gpu/drm/amd/display 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,20 @@ menu "Display Engine Configuration"
5
5
config DRM_AMD_DC
6
6
bool "AMD DC - Enable new display engine"
7
7
default y
8
+ depends on BROKEN || !CC_IS_CLANG || X86_64 || SPARC64 || ARM64
8
9
select SND_HDA_COMPONENT if SND_HDA_CORE
9
10
select DRM_AMD_DC_DCN if (X86 || PPC_LONG_DOUBLE_128)
10
11
help
11
12
Choose this option if you want to use the new display engine
12
13
support for AMDGPU. This adds required support for Vega and
13
14
Raven ASICs.
14
15
16
+ calculate_bandwidth() is presently broken on all !(X86_64 || SPARC64 || ARM64)
17
+ architectures built with Clang (all released versions), whereby the stack
18
+ frame gets blown up to well over 5k. This would cause an immediate kernel
19
+ panic on most architectures. We'll revert this when the following bug report
20
+ has been resolved: https://github.com/llvm/llvm-project/issues/41896.
21
+
15
22
config DRM_AMD_DC_DCN
16
23
def_bool n
17
24
help
You can’t perform that action at this time.
0 commit comments