Searched defs:nv50_head (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnv50_display.c347 struct nv50_head { struct
356 #define nv50_head(c) ((struct nv50_head *)nouveau_crtc(c)) macro
357 #define nv50_curs(c) (&nv50_head(c)->curs)
358 #define nv50_sync(c) (&nv50_head(c)->sync)
359 #define nv50_ovly(c) (&nv50_head(c)->ovly)
360 #define nv50_oimm(c) (&nv50_head(c)->oimm)
518 struct nv50_head *head = nv50_head(crtc);
1060 struct nv50_head *hea
[all...]

Completed in 34 milliseconds