www.LinuxHowtos.org
DRMAVAILABLE
Section: Direct Rendering Manager (3)Updated: September 2012
Index Return to Main Contents
NAME
drmAvailable - determine whether a DRM kernel driver has been loadedSYNOPSIS
#include <xf86drm.h>
- int drmAvailable(void);
DESCRIPTION
drmAvailable
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