Running glxgears (from linux-c7-*) against xwayland on amdgpu without disabling dri3 results in Mesa failing to look up device info, because it needs render node info:
stat("/sys/dev/char/226:128/device/drm", 0x7fffffffbfb0) = -1 ENOENT (No such file or directory)
This patch adds this directory.
While here, also s/dri_minor/drm_minor/, because the former seems like a typo, just compare the search results:
https://www.google.com/search?hl=en&q=%22DEVTYPE%3Ddri_minor%22
https://www.google.com/search?hl=en&q=%22DEVTYPE%3Ddrm_minor%22
Sponsored by: https://www.patreon.com/valpackett