Re: [PATCH] drm/amdgpu/display: make FP handling in Makefiles consistent

2022-06-15 Thread Christian König
Well in this case Acked-by: Christian König Christian. Am 14.06.22 um 15:30 schrieb Alex Deucher: Anyone? This fixes the build on non-x86. Alex On Mon, Jun 13, 2022 at 9:52 AM Alex Deucher wrote: Ping? On Fri, Jun 10, 2022 at 11:43 AM Alex Deucher wrote: Use the same pattern as the DML

Re: [PATCH] drm/amdgpu/display: make FP handling in Makefiles consistent

2022-06-14 Thread Alex Deucher
Anyone? This fixes the build on non-x86. Alex On Mon, Jun 13, 2022 at 9:52 AM Alex Deucher wrote: > > Ping? > > On Fri, Jun 10, 2022 at 11:43 AM Alex Deucher > wrote: > > > > Use the same pattern as the DML Makefile and while we are here > > add a missing x86 guard around the msse flags for D

Re: [PATCH] drm/amdgpu/display: make FP handling in Makefiles consistent

2022-06-13 Thread Alex Deucher
Ping? On Fri, Jun 10, 2022 at 11:43 AM Alex Deucher wrote: > > 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. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile | 3 +-- > drivers/

Re: [PATCH] drm/amdgpu/display: make FP handling in Makefiles consistent

2022-06-13 Thread Alex Deucher
On Mon, Jun 13, 2022 at 2:08 AM Christian König wrote: > > Am 10.06.22 um 17:42 schrieb Alex Deucher: > > 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. > > IIRC the idea was to limit the whole float handling to the DM

Re: [PATCH] drm/amdgpu/display: make FP handling in Makefiles consistent

2022-06-12 Thread Christian König
Am 10.06.22 um 17:42 schrieb Alex Deucher: 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. IIRC the idea was to limit the whole float handling to the DML and remove it from the rest of the code. But not sure if that's

[PATCH] drm/amdgpu/display: make FP handling in Makefiles consistent

2022-06-10 Thread Alex Deucher
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. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile | 3 +-- drivers/gpu/drm/amd/display/dc/dcn201/Makefile | 1 - drivers/gpu/drm/amd/display/d