Lines Matching refs:asyh

27 headc37d_or(struct nv50_head *head, struct nv50_head_atom *asyh)  in headc37d_or()  argument
35 switch (asyh->or.depth) { in headc37d_or()
36 case 6: asyh->or.depth = 5; break; in headc37d_or()
37 case 5: asyh->or.depth = 4; break; in headc37d_or()
38 case 2: asyh->or.depth = 1; break; in headc37d_or()
39 case 0: asyh->or.depth = 4; break; in headc37d_or()
47 asyh->or.depth << 4 | in headc37d_or()
48 asyh->or.nvsync << 3 | in headc37d_or()
49 asyh->or.nhsync << 2); in headc37d_or()
55 headc37d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_procamp() argument
62 asyh->procamp.sat.sin << 16 | in headc37d_procamp()
63 asyh->procamp.sat.cos << 4); in headc37d_procamp()
69 headc37d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_dither() argument
75 evo_data(push, asyh->dither.mode << 8 | in headc37d_dither()
76 asyh->dither.bits << 4 | in headc37d_dither()
77 asyh->dither.enable); in headc37d_dither()
97 headc37d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_curs_set() argument
104 asyh->curs.layout << 8 | in headc37d_curs_set()
105 asyh->curs.format << 0); in headc37d_curs_set()
108 evo_data(push, asyh->curs.handle); in headc37d_curs_set()
110 evo_data(push, asyh->curs.offset >> 8); in headc37d_curs_set()
117 struct nv50_head_atom *asyh) in headc37d_curs_format() argument
119 asyh->curs.format = asyw->image.format; in headc37d_curs_format()
136 headc37d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_olut_set() argument
142 evo_data(push, asyh->olut.output_mode << 8 | in headc37d_olut_set()
143 asyh->olut.range << 4 | in headc37d_olut_set()
144 asyh->olut.size); in headc37d_olut_set()
145 evo_data(push, asyh->olut.offset >> 8); in headc37d_olut_set()
146 evo_data(push, asyh->olut.handle); in headc37d_olut_set()
152 headc37d_olut(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_olut() argument
154 asyh->olut.mode = 2; in headc37d_olut()
155 asyh->olut.size = 0; in headc37d_olut()
156 asyh->olut.range = 0; in headc37d_olut()
157 asyh->olut.output_mode = 1; in headc37d_olut()
161 headc37d_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_mode() argument
164 struct nv50_head_mode *m = &asyh->mode; in headc37d_mode()
185 headc37d_view(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_view() argument
191 evo_data(push, (asyh->view.iH << 16) | asyh->view.iW); in headc37d_view()
193 evo_data(push, (asyh->view.oH << 16) | asyh->view.oW); in headc37d_view()