Lines Matching defs:head
22 #include "head.h"
31 headc37d_or(struct nv50_head *head, struct nv50_head_atom *asyh)
33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
34 const int i = head->base.index;
65 headc37d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh)
67 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
68 const int i = head->base.index;
86 headc37d_dither(struct nv50_head *head, struct nv50_head_atom *asyh)
88 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
89 const int i = head->base.index;
105 headc37d_curs_clr(struct nv50_head *head)
107 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
108 const int i = head->base.index;
123 headc37d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh)
125 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
126 const int i = head->base.index;
154 headc37d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw,
162 headc37d_olut_clr(struct nv50_head *head)
164 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
165 const int i = head->base.index;
176 headc37d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh)
178 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
179 const int i = head->base.index;
196 headc37d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size)
210 headc37d_mode(struct nv50_head *head, struct nv50_head_atom *asyh)
212 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
214 const int i = head->base.index;
255 headc37d_view(struct nv50_head *head, struct nv50_head_atom *asyh)
257 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
258 const int i = head->base.index;
275 headc37d_static_wndw_map(struct nv50_head *head, struct nv50_head_atom *asyh)
279 for (i = head->base.index * 2, end = i + 2; i < end; i++)