Home
last modified time | relevance | path

Searched refs:master_drop (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/
H A Ddrm_auth.c300 if (dev->driver->master_drop) in drm_drop_master()
301 dev->driver->master_drop(dev, fpriv); in drm_drop_master()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_drv.h302 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv); member