drmAvailable(libdrm 2.4.40) drmAvailable(libdrm 2.4.40)NAMEdrmAvailable - determine whether a DRM kernel driver has been loadedSYNOPSIS#include <xf86drm.h> int drmAvailable(void);DESCRIPTIONThis function allows the caller to determine whether a kernel DRM driver is loaded.RETURN VALUEIf a DRM driver is currently loaded, this function returns 1. Otherwise 0 is returned.REPORTING BUGSBugs in this function should be reported to http://bugs.freedesktop.org under the "Mesa" product, with "Other" or "libdrm" as the compo- nent.SEE ALSOdrmOpen(3) drmAvailable(libdrm 2.4.40)