Re: [PATCH] powerpc/64e: Fix amdgpu build on Book3E w/o AltiVec

2022-11-01 Thread Michael Ellerman
On Thu, 27 Oct 2022 23:56:26 +1100, Michael Ellerman wrote: > There's a build failure for Book3E without AltiVec: > Error: cc1: error: AltiVec not supported in this target > make[6]: *** [/linux/scripts/Makefile.build:250: > drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_lib.o] Err

[PATCH] powerpc/64e: Fix amdgpu build on Book3E w/o AltiVec

2022-10-27 Thread Michael Ellerman
There's a build failure for Book3E without AltiVec: Error: cc1: error: AltiVec not supported in this target make[6]: *** [/linux/scripts/Makefile.build:250: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_lib.o] Error 1 This happens because the amdgpu build is only gated by PPC_LON