So i'm just spitballing with chatgpt ( i like talking over my thoughts) and i'd like to run this idea by you as im not very educated in this matter:
Before deleting the gpu and audio drivers, the HDMI audio kept getting the blame.. After removing those (Kinda need the newest dumpfile to verify as i dont like a singular file) We see a storage driver at fault. Could it be that driver is just the next weakest one in the chain after hdmi drivers? Both apparently rely on low power state transitions.
Multiple devices seem to struggle with power control so this would point towards the bios, no?
windows made changes too low power sleep states. When ever they introduce more low power states, it then exposes a bunch of driver bugs. I keep seeing issues in the kernel dump files where windows asks a driver if it supports a low power state and it says yes, then windows tells it go do the low power state but the code to wake up was never implemented. Ends up screwing up a bunch of stuff, that is waiting for its turn to act on the signals.
All, you can do is update drivers and hope for bug fixes. You can also remove devices in device manager control panel and let plug and play reinstall them. This can work even if the driver is bad because it can change the order of the devices that get the signals. even updating the bios or making a change in bios might fix problems since it forces the bios to scan hardware again and rebuild the database of settings used by the bios to windows plug and play so it knows what hardware resources are free. for example, DMA devices are very limited and there might be conflicts. I often find that it is helpful to disable any sound device that does not have a speaker connected to it.
(mainly since the old realtek motherboard sound driver responding to DMA request from other sound drivers and would corrupt buffers of other sound drivers mainly of nvidia GPU sound drivers) problems like this were hard to detect but went away when you disabled the motherboard sound hardware, (After years of seeing this problem realtek fixed their driver)
it used to be that many of these subsystems were pretty isolated but now everything is routed to the pci/e bus since it is so fast. one bug and the whole system starts to have problems.
kernel memory dumps provide the internal log files and debug info on plug and play, system locks and the usb subsystem.
yes, this can be a bug in your bios acpi interface.
usually what happens is they update the bios and new functions get enabled, windows power management tells the hardware to use the new functions and your system breaks due to old/bad drivers. Most often it happens when there is a major version update. IE windows 7 to windows 8 was really bad for hitting this type of bug.
currently, audio devices are suspect. Changes to specification now allow a sleeping headphone, wake up then tell a sleeping usb port to wake up and wake up the hub or sub hub that it is on. Often you have to update a headset or microphone firmware, update the bios, and sometimes update on board usb firmware for it to work correctly. I have seen some headsets that after the firmware is updated, could not wake up a hub that was connected to another hub but could wake if it was connected directly to the motherboard usb hub.
some bluetooth radios in laptops are connected to usb hubs internally then the hub is connected to the PCI/e bus. there have been a lot of issues with this after recent power updates. (driver problems)