Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c372 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()
[all …]