Home
last modified time | relevance | path

Searched refs:armh (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c67 nv50_head_atomic_check_procamp(struct nv50_head_atom *armh, in nv50_head_atomic_check_procamp() argument
80 nv50_head_atomic_check_dither(struct nv50_head_atom *armh, in nv50_head_atomic_check_dither() argument
108 nv50_head_atomic_check_view(struct nv50_head_atom *armh, in nv50_head_atomic_check_view() argument
299 struct nv50_head_atom *armh = nv50_head_atom(crtc->state); in nv50_head_atomic_check() local
315 if (armh->state.active) { in nv50_head_atomic_check()
319 if (armh->base.depth != asyh->base.depth) in nv50_head_atomic_check()
333 memcmp(&armh->wndw, &asyh->wndw, sizeof(asyh->wndw))) { in nv50_head_atomic_check()
343 nv50_head_atomic_check_view(armh, asyh, asyc); in nv50_head_atomic_check()
345 nv50_head_atomic_check_dither(armh, asyh, asyc); in nv50_head_atomic_check()
347 nv50_head_atomic_check_procamp(armh, asyh, asyc); in nv50_head_atomic_check()
[all …]
Ddisp.c805 struct nv50_head_atom *armh = nv50_head_atom(head->base.base.state); in nv50_msto_enable() local
827 r = drm_dp_mst_allocate_vcpi(&mstm->mgr, mstc->port, armh->dp.pbn, in nv50_msto_enable()
828 armh->dp.tu); in nv50_msto_enable()
847 mstm->outp->update(mstm->outp, head->base.index, armh, proto, depth); in nv50_msto_enable()