Home
last modified time | relevance | path

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

/third_party/libdrm/nouveau/
Dnouveau.c334 nouveau_drm_del(struct nouveau_drm **pdrm) in nouveau_drm_del() argument
336 free(*pdrm); in nouveau_drm_del()
337 *pdrm = NULL; in nouveau_drm_del()
341 nouveau_drm_new(int fd, struct nouveau_drm **pdrm) in nouveau_drm_new() argument
356 *pdrm = drm; in nouveau_drm_new()