Lines Matching refs:nv50_head
372 struct nv50_head { struct
381 #define nv50_head(c) ((struct nv50_head *)nouveau_crtc(c)) argument
382 #define nv50_curs(c) (&nv50_head(c)->curs)
383 #define nv50_sync(c) (&nv50_head(c)->sync)
384 #define nv50_ovly(c) (&nv50_head(c)->ovly)
385 #define nv50_oimm(c) (&nv50_head(c)->oimm)
566 struct nv50_head *head = nv50_head(crtc); in nv50_display_flip_next()
1117 struct nv50_head *head = nv50_head(crtc); in nv50_crtc_swap_fbs()
1289 struct nv50_head *head = nv50_head(crtc); in nv50_crtc_disable()
1373 struct nv50_head *head = nv50_head(crtc); in nv50_crtc_destroy()
1433 struct nv50_head *head; in nv50_crtc_create()
2383 struct nv50_head *head = nv50_head(crtc); in nv50_fbdma_init()