HomeSort by: relevance | last modified time | path
    Searched defs:drm_dev_unplug (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_drv.c 433 * use drm_dev_unplug() instead of drm_dev_unregister(). The driver must protect
436 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before
509 * drm_dev_unplug - unplug a DRM device
518 void drm_dev_unplug(struct drm_device *dev) function in typeref:typename:void
531 EXPORT_SYMBOL(drm_dev_unplug);
1107 * A special form of unregistering for hotpluggable devices is drm_dev_unplug(),

Completed in 99 milliseconds