Searched refs:drm_find_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_auth.c53 static struct drm_file *drm_find_file(struct drm_master *master, drm_magic_t magic) function
162 } while (drm_find_file(file_priv->master, auth->magic));
192 if ((file = drm_find_file(file_priv->master, auth->magic))) {

Completed in 71 milliseconds