mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-14 11:40:02 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
In the case that an unknown drm device shows up, send it down the default handler. This handler is just a passthrough and assumes that the kernel doesn't have any compat handlers for that device. This is nicer than crashing or returning EPERM, since then downstream drm drivers like Xe, Asahi, and PVR and still try to run. We of course still want to run their struct definitions through CI once they go upstream.