Star64_linux/drivers/gpu/drm/amd/display/dc/dsc
Arnd Bergmann 7e446b3c76 drm/amd/display: Support clang option for stack alignment
As previously fixed for dml in commit 4769278e5c ("amdgpu/dc/dml:
Support clang option for stack alignment") and calcs in commit
cc32ad8f55 ("amdgpu/dc/calcs: Support clang option for stack
alignment"), dcn20 uses an option that is not available with clang:

clang: error: unknown argument: '-mpreferred-stack-boundary=4'
scripts/Makefile.build:281: recipe for target 'drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_resource.o' failed

Use the same trick that we have in the other two files.

Fixes: 7ed4e6352c ("drm/amd/display: Add DCN2 HW Sequencer and Resource")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-07-16 13:02:39 -05:00
..
dc_dsc.c drm/amd/display: fix a couple of spelling mistakes 2019-06-27 11:22:57 -05:00
drm_dsc_dc.c
dscc_types.h
Makefile drm/amd/display: Support clang option for stack alignment 2019-07-16 13:02:39 -05:00
qp_tables.h
rc_calc.c
rc_calc.h
rc_calc_dpi.c