mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-06 00:13:38 -04:00
We got a report from Stephen/Michael that the PowerPC build was failing with the following error: ld: drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o uses soft float ld: failed to merge target specific data of file drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o This error happened because of the function optc3_set_vrr_m_const. This function expects a double as a parameter in a code that is not allowed to have FPU operations. After further investigation, it became clear that optc3_set_vrr_m_const was never invoked, so we can safely drop this function and fix the ld issue. Cc: Alex Deucher <alexander.deucher@amd.com> Cc: Melissa Wen <mwen@igalia.com> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Reported-by: Michael Ellerman <mpe@ellerman.id.au> Tested-by: Michael Ellerman <mpe@ellerman.id.au> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |
||
---|---|---|
.. | ||
abm.h | ||
audio.h | ||
aux_engine.h | ||
clk_mgr.h | ||
clk_mgr_internal.h | ||
dccg.h | ||
dchubbub.h | ||
dmcu.h | ||
dpp.h | ||
dsc.h | ||
dwb.h | ||
gpio.h | ||
hubp.h | ||
hw_shared.h | ||
ipp.h | ||
link_encoder.h | ||
mcif_wb.h | ||
mem_input.h | ||
mpc.h | ||
opp.h | ||
panel_cntl.h | ||
stream_encoder.h | ||
timing_generator.h | ||
transform.h | ||
vmid.h |