Just like all the other variants, this one passes invalid
compile-time options with clang after the new code got
merged:
clang: error: unknown argument: '-mpreferred-stack-boundary=4'
scripts/Makefile.build:265: recipe for target 'drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.o' failed
Use the same variant that we have for dcn20 to fix compilation.
Fixes:
|
||
|---|---|---|
| .. | ||
| dcn21_hubbub.c | ||
| dcn21_hubbub.h | ||
| dcn21_hubp.c | ||
| dcn21_hubp.h | ||
| dcn21_resource.c | ||
| dcn21_resource.h | ||
| Makefile | ||