linux/drivers/gpu/drm/amd/display/dc/clk_mgr
Daniel Kolesa 416611d9b6 amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags
On PowerPC, the compiler will tag object files with whether they
use hard or soft float FP ABI and whether they use 64 or 128-bit
long double ABI. On systems with 64-bit long double ABI, a tag
will get emitted whenever a double is used, as on those systems
a long double is the same as a double. This will prevent linkage
as other files are being compiled with hard-float.

On ppc64, this code will never actually get used for the time
being, as the only currently existing hardware using it are the
Renoir APUs. Therefore, until this is testable and can be fixed
properly, at least make sure the build will not fail.

Signed-off-by: Daniel Kolesa <daniel@octaforge.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-02-11 15:35:22 -05:00
..
dce100 drm/amd/display: move dispclk vco freq to clk mgr base 2019-10-25 16:50:08 -04:00
dce110 drm/amdgpu/display: fix 64 bit divide 2019-10-03 09:11:00 -05:00
dce112 drm/amd/display: rename core_dc to dc 2019-12-05 16:26:39 -05:00
dce120 drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct 2019-07-18 14:18:09 -05:00
dcn10 drm/amd/display: rename core_dc to dc 2019-12-05 16:26:39 -05:00
dcn20 drm/amd/display: Lower DPP DTO only when safe 2019-12-18 16:09:10 -05:00
dcn21 drm/amd/display: Limit minimum DPPCLK to 100MHz. 2020-02-11 15:08:13 -05:00
clk_mgr.c drm/amd/display: add Pollock IDs, fix Pollock & Dali clk mgr construct 2020-01-14 10:18:10 -05:00
Makefile amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags 2020-02-11 15:35:22 -05:00