Direct Rendering Manager libdrm September 2012 Developer David Herrmann dh.herrmann@googlemail.com drmAvailable 3 drmAvailable determine whether a DRM kernel driver has been loaded #include <xf86drm.h> int drmAvailable void Description drmAvailable allows the caller to determine whether a kernel DRM driver is loaded. Return Value drmAvailable returns 1 if a DRM driver is currently loaded. Otherwise 0 is returned. Reporting Bugs Bugs in this function should be reported to http://bugs.freedesktop.org under the "Mesa" product, with "Other" or "libdrm" as the component. See Also drm7, drmOpen3