drm/amdgpu/display: make FP handling in Makefiles consistent
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 10 Jun 2022 15:17:59 +0000 (11:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 15 Jun 2022 01:38:41 +0000 (21:38 -0400)
commit2595fe04a44d8ac7a56db27dbd1c54698d97fc0b
tree5b6c9c3e7cfb812d155d94f815ba9d99a73cd7a3
parent4e1db0119c64fd81509005a961790d263e99b21b
drm/amdgpu/display: make FP handling in Makefiles consistent

Use the same pattern as the DML Makefile and while we are here
add a missing x86 guard around the msse flags for DCN3.2.x.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile
drivers/gpu/drm/amd/display/dc/dcn201/Makefile
drivers/gpu/drm/amd/display/dc/dcn30/Makefile
drivers/gpu/drm/amd/display/dc/dcn302/Makefile
drivers/gpu/drm/amd/display/dc/dcn32/Makefile
drivers/gpu/drm/amd/display/dc/dcn321/Makefile