diff options
| author | Ao Zhong <[email protected]> | 2022-10-26 13:02:19 +0200 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-10-27 15:12:08 -0400 |
| commit | 64a9f19a5addffe585e872945c0544fed24f83a8 (patch) | |
| tree | 15f2cfab031983c22c30f10fa85d399f3d2fc447 /tools/perf/scripts/python | |
| parent | 6040517e4a29d3828160c571681eec9ffe10043f (diff) | |
drm/amd/display: move remaining FPU code to dml folder
In the process of enabling DCN support for arm64, I found that the
dcn10_resource_construct_fp function in dcn10/dcn10_resource.c still
needs to use FPU. This will cause compilation to fail on ARM64 platforms
because -mgeneral-regs-only is enabled by default to disable the
hardware FPU. So move dcn10_resource_construct_fp from dcn10 folder to
dml/dcn10 folder to enable hardware FPU for that function.
Reviewed-by: Rodrigo Siqueira <[email protected]>
Acked-by: Christian König <[email protected]>
Signed-off-by: Ao Zhong <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions