.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "DRM_INIT" "9" "09 October 2005" "" "" .SH NAME drm_init \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int drm_init (struct drm_driver * \fIdriver\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdriver\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP linux/init/main.c (this is not currently supported). .PP \\return zero on success or a negative number on failure. .PP Initializes an array of drm_device structures, and attempts to initialize all available devices, using consecutive minors, registering the stubs and initializing the AGP device. .PP Expands the \\c DRIVER_PREINIT and \\c DRIVER_POST_INIT macros before and after the initialization for driver customization.