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

/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_auth.c55 static struct drm_file *drm_find_file(struct drm_master *master, drm_magic_t magic) drm_find_file() function
165 } while (drm_find_file(file_priv->master, auth->magic)); drm_getmagic()
195 if ((file = drm_find_file(file_priv->master, auth->magic))) { drm_authmagic()

Completed in 26 milliseconds