Skip the FADT check on OpenBSD. Without it the GPU (and display) will
authorkettenis <kettenis@openbsd.org>
Sat, 17 Aug 2024 10:41:24 +0000 (10:41 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 17 Aug 2024 10:41:24 +0000 (10:41 +0000)
commit7dd51cb71d1726956195fd6fccc88dcf4f8a21d5
tree89dea464646daec61b0e0d201633de3a939c2f05
parent1046ef3143b90b665ef39240d8730086d0b3f0f2
Skip the FADT check on OpenBSD.  Without it the GPU (and display) will
remain on in suspend-to-idle on some machines.  There is a comment
warning that this is risky, but let's find out how risky thus really is.

ok deraadt@
sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c