|
|
| |
DRMAVAILABLE(3) |
Direct Rendering Manager |
DRMAVAILABLE(3) |
drmAvailable - determine whether a DRM kernel driver has been loaded
#include <xf86drm.h>
int drmAvailable(void);
drmAvailable allows the caller to determine whether a kernel DRM driver
is loaded.
drmAvailable returns 1 if a DRM driver is currently loaded. Otherwise 0
is returned.
Bugs in this function should be reported to
https://gitlab.freedesktop.org/mesa/drm/-/issues
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |