mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-08 17:49:46 +01:00
7bc7f66e49
As we enabled SI/CIK support to fix crashes on bunch of AMD SoCs in #3957, the amdgpu driver still crashes on some hardware. It seems to be some GX-217GA SoCs or even GX-425GA in Fujitsu thin clients (even though the same SoC is fine on T620). To get to the state before update to kernel 6.12, disable amdgpu for these platforms again (as it couldn't work properly there before OS 15.0) and just backport the patch that fixes the crashes during probing when the driver isn't compiled with SI/CIK support. Fixes #4012