1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display/dc/dcn21
Arnd Bergmann c0e70e10b1 drm/amd/display: fix dcn21 Makefile for clang
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: eced51f9ba ("drm/amd/display: Add hubp block for Renoir (v2)")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-10-02 12:58:33 -05:00
..
dcn21_hubbub.c
dcn21_hubbub.h
dcn21_hubp.c
dcn21_hubp.h
dcn21_resource.c drm/amdgpu/display: include slab.h in dcn21_resource.c 2019-09-24 13:15:40 -05:00
dcn21_resource.h drm/amd/display: Add Renoir resource (v2) 2019-08-29 15:52:33 -05:00
Makefile drm/amd/display: fix dcn21 Makefile for clang 2019-10-02 12:58:33 -05:00