1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display/dc/dcn30
Alex Deucher 88d5cb2517 drm/amdgpu/display: drop DCN support for aarch64
From Ard:

"Simply disabling -mgeneral-regs-only left and right is risky, given that
the standard AArch64 ABI permits the use of FP/SIMD registers anywhere,
and GCC is known to use SIMD registers for spilling, and may invent
other uses of the FP/SIMD register file that have nothing to do with the
floating point code in question. Note that putting kernel_neon_begin()
and kernel_neon_end() around the code that does use FP is not sufficient
here, the problem is in all the other code that may be emitted with
references to SIMD registers in it.

So the only way to do this properly is to put all floating point code in
a separate compilation unit, and only compile that unit with
-mgeneral-regs-only."

Disable support until the code can be properly refactored to support this
properly on aarch64.

Acked-by: Will Deacon <will@kernel.org>
Reported-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2021-01-05 11:35:53 -05:00
..
dcn30_afmt.c drm/amd/display: Move common speakersToChannels definition to hw_shared.h 2020-11-10 14:25:15 -05:00
dcn30_afmt.h drm/amd/display: Move common speakersToChannels definition to hw_shared.h 2020-11-10 14:25:15 -05:00
dcn30_cm_common.c drm/amd/display: remove dc context from transfer function 2020-09-15 17:52:42 -04:00
dcn30_cm_common.h drm/amd/display: Add DCN3 DPP 2020-07-01 01:59:14 -04:00
dcn30_dccg.c drm/amd/display: Add DCN3 DCCG 2020-07-01 01:59:14 -04:00
dcn30_dccg.h drm/amd/display: Add DCN3 DCCG 2020-07-01 01:59:14 -04:00
dcn30_dio_link_encoder.c drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to header 2020-12-15 11:34:04 -05:00
dcn30_dio_link_encoder.h drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to header 2020-12-15 11:34:04 -05:00
dcn30_dio_stream_encoder.c drm/amd/display: Rename set_mst_bandwidth to align with DP spec 2020-09-15 17:52:41 -04:00
dcn30_dio_stream_encoder.h drm/amd/display: Add missing reg mask for dcn3 2020-07-08 09:02:37 -04:00
dcn30_dpp.c drm/amd/display: Add HDR3DLUT and SHAPER memory shutdown support 2020-12-01 16:03:14 -05:00
dcn30_dpp.h drm/amd/display: Add DSCL memory low power support 2020-12-01 16:03:40 -05:00
dcn30_dpp_cm.c drm/amd/display: Add GAMCOR memory shutdown support 2020-11-24 12:08:36 -05:00
dcn30_dwb.c drm/amd/display: Add DCN3 DWB 2020-07-01 01:59:14 -04:00
dcn30_dwb.h drm/amd/display: Add DCN3 DWB 2020-07-01 01:59:14 -04:00
dcn30_dwb_cm.c drm/amd/display: Add DCN3 DWB 2020-07-01 01:59:14 -04:00
dcn30_hubbub.c drm/amd/display: Copy WM values from set A to other sets in hw_init 2020-10-05 15:16:36 -04:00
dcn30_hubbub.h drm/amd/display: Copy WM values from set A to other sets in hw_init 2020-10-05 15:16:36 -04:00
dcn30_hubp.c drm/amd/display: Interfaces for hubp blank and soft reset 2020-12-23 15:01:24 -05:00
dcn30_hubp.h drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3) 2020-11-04 17:11:37 -05:00
dcn30_hwseq.c drm/amd/display: Update idle optimization handling 2021-01-05 11:34:35 -05:00
dcn30_hwseq.h drm/amd/display: Update idle optimization handling 2021-01-05 11:34:35 -05:00
dcn30_init.c drm/amd/display: Update idle optimization handling 2021-01-05 11:34:35 -05:00
dcn30_init.h drm/amd/display: Init function tables for DCN3 2020-07-01 01:59:15 -04:00
dcn30_mmhubbub.c drm/amd/display: Add DCN3 MMHUBHUB 2020-07-01 01:59:14 -04:00
dcn30_mmhubbub.h drm/amd/display: Add DCN3 MMHUBHUB 2020-07-01 01:59:14 -04:00
dcn30_mpc.c drm/amd/display: add getter routine to retrieve mpcc mux 2020-12-23 15:02:55 -05:00
dcn30_mpc.h drm/amd/display: Add MPC memory shutdown support for DCN3 2020-11-02 15:29:47 -05:00
dcn30_opp.h drm/amd/display: Add DCN3 OPP header 2020-07-01 01:59:14 -04:00
dcn30_optc.c drm/amd/display: HP Reverb G2 VR fails to light up 2020-12-15 11:33:39 -05:00
dcn30_optc.h drm/amd/display: update dcn30_optc header with missing declarations 2020-09-15 17:52:42 -04:00
dcn30_resource.c drm/amd/display: Update idle optimization handling 2021-01-05 11:34:35 -05:00
dcn30_resource.h drm/amd/display: Prevent freesync power optimization during validation 2020-11-10 14:24:48 -05:00
dcn30_vpg.c drm/amd/display: Change to IMMEDIATE mode from FRAME mode 2020-12-08 23:04:12 -05:00
dcn30_vpg.h drm/amd/display: Change to IMMEDIATE mode from FRAME mode 2020-12-08 23:04:12 -05:00
Makefile drm/amdgpu/display: drop DCN support for aarch64 2021-01-05 11:35:53 -05:00