Lines Matching refs:asyh
26 head917d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_dither() argument
32 evo_data(push, asyh->dither.mode << 3 | in head917d_dither()
33 asyh->dither.bits << 1 | in head917d_dither()
34 asyh->dither.enable); in head917d_dither()
40 head917d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_base() argument
46 if (asyh->base.cpp) { in head917d_base()
47 switch (asyh->base.cpp) { in head917d_base()
68 struct nv50_head_atom *asyh) in head917d_curs_layout() argument
71 case 32: asyh->curs.layout = 0; break; in head917d_curs_layout()
72 case 64: asyh->curs.layout = 1; break; in head917d_curs_layout()
73 case 128: asyh->curs.layout = 2; break; in head917d_curs_layout()
74 case 256: asyh->curs.layout = 3; break; in head917d_curs_layout()