linux_dsm_epyc7002/drivers/gpu/drm/amd/display/dc/dsc
Nick Desaulniers 0f0727d971 drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines
arch/x86/Makefile disables SSE and SSE2 for the whole kernel.  The
AMDGPU drivers modified in this patch re-enable SSE but not SSE2.  Turn
on SSE2 to support emitting double precision floating point instructions
rather than calls to non-existent (usually available from gcc_s or
compiler_rt) floating point helper routines for Clang.

This was originally landed in:
commit 1011745073 ("drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines")
but reverted in:
commit 193392ed9f ("Revert "drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines"")
due to bugreports from GCC builds. Add guards to only do so for Clang.

Link: https://bugs.freedesktop.org/show_bug.cgi?id=109487
Link: https://github.com/ClangBuiltLinux/linux/issues/327

Suggested-by: Sedat Dilek <sedat.dilek@gmail.com>
Suggested-by: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-07-30 23:18:33 -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 drm/amd/display: Set one 4:2:0-related PPS field as recommended by DSC spec 2019-07-18 14:18:08 -05:00
dscc_types.h
Makefile drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines 2019-07-30 23:18:33 -05:00
qp_tables.h
rc_calc_dpi.c
rc_calc.c
rc_calc.h