Lines Matching refs:asyh
40 head827d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_curs_set() argument
46 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | in head827d_curs_set()
47 asyh->curs.format << 24); in head827d_curs_set()
48 evo_data(push, asyh->curs.offset >> 8); in head827d_curs_set()
50 evo_data(push, asyh->curs.handle); in head827d_curs_set()
56 head827d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_core_set() argument
62 evo_data(push, asyh->core.offset >> 8); in head827d_core_set()
64 evo_data(push, asyh->core.h << 16 | asyh->core.w); in head827d_core_set()
65 evo_data(push, asyh->core.layout << 20 | in head827d_core_set()
66 (asyh->core.pitch >> 8) << 8 | in head827d_core_set()
67 asyh->core.blocks << 8 | in head827d_core_set()
68 asyh->core.blockh); in head827d_core_set()
69 evo_data(push, asyh->core.format << 8); in head827d_core_set()
70 evo_data(push, asyh->core.handle); in head827d_core_set()
72 evo_data(push, asyh->core.y << 16 | asyh->core.x); in head827d_core_set()
92 head827d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_olut_set() argument
98 evo_data(push, 0x80000000 | asyh->olut.mode << 30); in head827d_olut_set()
99 evo_data(push, asyh->olut.offset >> 8); in head827d_olut_set()
101 evo_data(push, asyh->olut.handle); in head827d_olut_set()