Register a platform device with the drm subsystem
int drm_platform_init(struct drm_driver * driver, struct platform_device * platform_device);
driver
DRM device driver
platform_device
platform device to register
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.
0 on success or a negative error code on failure.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place