Lines Matching refs:nv50_head
363 struct nv50_head { struct
372 #define nv50_head(c) ((struct nv50_head *)nouveau_crtc(c)) argument
373 #define nv50_curs(c) (&nv50_head(c)->curs)
374 #define nv50_sync(c) (&nv50_head(c)->sync)
375 #define nv50_ovly(c) (&nv50_head(c)->ovly)
376 #define nv50_oimm(c) (&nv50_head(c)->oimm)
547 struct nv50_head *head = nv50_head(crtc); in nv50_display_flip_next()
1098 struct nv50_head *head = nv50_head(crtc); in nv50_crtc_swap_fbs()
1270 struct nv50_head *head = nv50_head(crtc); in nv50_crtc_disable()
1354 struct nv50_head *head = nv50_head(crtc); in nv50_crtc_destroy()
1412 struct nv50_head *head; in nv50_crtc_create()
2340 struct nv50_head *head = nv50_head(crtc); in nv50_fbdma_init()