Unregister matching pci devices from the drm subsystem
void drm_pci_exit(struct drm_driver * driver, struct pci_driver * pdriver);
driver
DRM device driver
pdriver
PCI device driver
Unregisters one or more devices matched by a PCI driver from the DRM subsystem.
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