int drm_init (struct drm_driver * driver);
linux/init/main.c (this is not currently supported).
\return zero on success or a negative number on failure.
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.
Expands the \c DRIVER_PREINIT and \c DRIVER_POST_INIT macros before and after the initialization for driver customization.