Register matching pci devices with the drm subsystem
int drm_pci_init(struct drm_driver * driver, struct pci_driver * pdriver);
driver
DRM device driver
pdriver
PCI device driver
Initializes a drm_device structures, registering the stubs and initializing the AGP device.
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