Lines Matching refs:asyh

381 	struct nv50_head_atom *asyh = nv50_head_atom(nv_crtc->base.state);  in nv50_dac_enable()  local
386 core->func->dac->ctrl(core, nv_encoder->or, 1 << nv_crtc->index, asyh); in nv50_dac_enable()
387 asyh->or.depth = 0; in nv50_dac_enable()
771 struct nv50_head_atom *asyh = nv50_head_atom(crtc_state); in nv50_msto_atomic_check() local
785 asyh->dp.pbn = drm_dp_calc_pbn_mode(clock, bpp); in nv50_msto_atomic_check()
790 asyh->dp.pbn); in nv50_msto_atomic_check()
794 asyh->dp.tu = slots; in nv50_msto_atomic_check()
1382 struct nv50_head_atom *asyh, u8 proto, u8 depth) in nv50_sor_update() argument
1387 if (!asyh) { in nv50_sor_update()
1394 asyh->or.depth = depth; in nv50_sor_update()
1397 core->func->sor->ctrl(core, nv_encoder->or, nv_encoder->ctrl, asyh); in nv50_sor_update()
1433 struct nv50_head_atom *asyh = nv50_head_atom(nv_crtc->base.state); in nv50_sor_enable() local
1434 struct drm_display_mode *mode = &asyh->state.adjusted_mode; in nv50_sor_enable()
1528 nv_encoder->update(nv_encoder, nv_crtc->index, asyh, proto, depth); in nv50_sor_enable()
1657 struct nv50_head_atom *asyh = nv50_head_atom(nv_crtc->base.state); in nv50_pior_enable() local
1666 case 10: asyh->or.depth = 0x6; break; in nv50_pior_enable()
1667 case 8: asyh->or.depth = 0x5; break; in nv50_pior_enable()
1668 case 6: asyh->or.depth = 0x2; break; in nv50_pior_enable()
1669 default: asyh->or.depth = 0x0; break; in nv50_pior_enable()
1682 core->func->pior->ctrl(core, nv_encoder->or, (proto << 8) | owner, asyh); in nv50_pior_enable()
1829 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state); in nv50_disp_atomic_commit_tail() local
1833 asyh->clr.mask, asyh->set.mask); in nv50_disp_atomic_commit_tail()
1840 if (asyh->clr.mask) { in nv50_disp_atomic_commit_tail()
1841 nv50_head_flush_clr(head, asyh, atom->flush_disable); in nv50_disp_atomic_commit_tail()
1912 struct nv50_head_atom *asyh = nv50_head_atom(new_crtc_state); in nv50_disp_atomic_commit_tail() local
1916 asyh->set.mask, asyh->clr.mask); in nv50_disp_atomic_commit_tail()
1918 if (asyh->set.mask) { in nv50_disp_atomic_commit_tail()
1919 nv50_head_flush_set(head, asyh); in nv50_disp_atomic_commit_tail()