drmAvailable (3)
Leading comments
Title: drmAvailable Author: David Herrmann <dh.herrmann@googlemail.com> Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: September 2012 Manual: Direct Rendering Manager Source: libdrm Language: English
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 bugs.freedesktop.org under the "Mesa" product, with "Other" or "libdrm" as the component.
SEE ALSO
drm(7), drmOpen(3)