nouveau: disallow pushbuf BOs in multiple memory types
[profile/ivi/libdrm.git] / man / drmAvailable.man
1 .\" shorthand for double quote that works everywhere.
2 .ds q \N'34'
3 .TH drmAvailable  __drivermansuffix__ __vendorversion__
4 .SH NAME
5 drmAvailable \- determine whether a DRM kernel driver has been loaded
6 .SH SYNOPSIS
7 .nf
8 .B "#include <xf86drm.h>"
9
10 .B "int drmAvailable(void);"
11 .fi
12 .SH DESCRIPTION
13 This function allows the caller to determine whether a kernel DRM driver is
14 loaded.
15
16 .SH RETURN VALUE
17 If a DRM driver is currently loaded, this function returns 1.  Otherwise 0
18 is returned.
19
20 .SH REPORTING BUGS
21 Bugs in this function should be reported to http://bugs.freedesktop.org under
22 the "Mesa" product, with "Other" or "libdrm" as the component.
23
24 .SH "SEE ALSO"
25 drmOpen(__libmansuffix__)