Home
last modified time | relevance | path

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

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