drm_pci_exit(9) Unregister matching PCI devices from the DRM subsystem

SYNOPSIS

void drm_pci_exit(struct drm_driver * driver, struct pci_driver * pdriver);

ARGUMENTS

driver

DRM device driver

pdriver

PCI device driver

DESCRIPTION

Unregisters one or more devices matched by a PCI driver from the DRM subsystem.

NOTE

This function is deprecated. Modern modesetting drm drivers should use pci_unregister_driver directly, this function only provides shadow-binding support for old legacy drivers on top of that core pci function.

AUTHORS

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT