drm_platform_init — Register a platform device with the DRM subsystem
int drm_platform_init ( | struct drm_driver * driver, |
struct platform_device * platform_device) ; |
Registers the specified DRM device driver and platform device with the DRM
subsystem, initializing a drm_device structure and calling the driver's
.load
function.
This function is deprecated, please use drm_dev_alloc
and
drm_dev_register
instead and remove your ->load
callback.