aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
author[email protected] <[email protected]>2019-01-25 00:52:59 +0000
committerAlex Deucher <[email protected]>2019-01-25 21:15:37 +0000
commit10117450735c7a7c0858095fb46a860e7037cb9a (patch)
treebe11277374828541d614edf173c218dea51e5629 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentdrm/amd/powerplay: support Vega12 retrieving and setting ppfeatures (diff)
downloadkernel-10117450735c7a7c0858095fb46a860e7037cb9a.tar.gz
kernel-10117450735c7a7c0858095fb46a860e7037cb9a.zip
drm/amd/display: add -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. Link: https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html Link: https://github.com/ClangBuiltLinux/linux/issues/327 Cc: [email protected] # 4.19 Reported-by: S, Shirish <[email protected]> Reported-by: Matthias Kaehlcke <[email protected]> Suggested-by: James Y Knight <[email protected]> Suggested-by: Nathan Chancellor <[email protected]> Signed-off-by: Nick Desaulniers <[email protected]> Tested-by: Guenter Roeck <[email protected]> Tested-by: Matthias Kaehlcke <[email protected]> Tested-by: Nathan Chancellor <[email protected]> Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions