Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_legacy_misc.c61 if (dev->driver->firstopen && in drm_legacy_setup()
63 ret = dev->driver->firstopen(dev); in drm_legacy_setup()
/openbmc/linux/include/drm/
H A Ddrm_drv.h450 int (*firstopen) (struct drm_device *); member