Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c158 nv50_oimm_create(struct nvif_object *disp, int head, struct nv50_oimm *oimm) in nv50_oimm_create() argument
173 &oimm->base); in nv50_oimm_create()
369 struct nv50_oimm oimm; member
376 #define nv50_oimm(c) (&nv50_head(c)->oimm)
1362 nv50_pioc_destroy(&head->oimm.base); in nv50_crtc_destroy()
1469 ret = nv50_oimm_create(disp->disp, index, &head->oimm); in nv50_crtc_create()