/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_head.c | 72 nv50_head_atomic_check_procamp(struct nv50_head_atom *armh, 85 nv50_head_atomic_check_dither(struct nv50_head_atom *armh, 112 nv50_head_atomic_check_view(struct nv50_head_atom *armh, 313 struct nv50_head_atom *armh = nv50_head_atom(crtc->state); local in function:nv50_head_atomic_check 329 if (armh->state.active) { 333 if (armh->base.depth != asyh->base.depth) 347 memcmp(&armh->wndw, &asyh->wndw, sizeof(asyh->wndw))) { 357 nv50_head_atomic_check_view(armh, asyh, asyc); 359 nv50_head_atomic_check_dither(armh, asyh, asyc); 361 nv50_head_atomic_check_procamp(armh, asyh, asyc) 435 struct nv50_head_atom *armh = nv50_head_atom(crtc->state); local in function:nv50_head_atomic_duplicate_state [all...] |
nouveau_dispnv50_head.c | 72 nv50_head_atomic_check_procamp(struct nv50_head_atom *armh, 85 nv50_head_atomic_check_dither(struct nv50_head_atom *armh, 112 nv50_head_atomic_check_view(struct nv50_head_atom *armh, 313 struct nv50_head_atom *armh = nv50_head_atom(crtc->state); local in function:nv50_head_atomic_check 329 if (armh->state.active) { 333 if (armh->base.depth != asyh->base.depth) 347 memcmp(&armh->wndw, &asyh->wndw, sizeof(asyh->wndw))) { 357 nv50_head_atomic_check_view(armh, asyh, asyc); 359 nv50_head_atomic_check_dither(armh, asyh, asyc); 361 nv50_head_atomic_check_procamp(armh, asyh, asyc) 435 struct nv50_head_atom *armh = nv50_head_atom(crtc->state); local in function:nv50_head_atomic_duplicate_state [all...] |
nouveau_dispnv50_disp.c | 968 struct nv50_head_atom *armh = nv50_head_atom(head->base.base.state); local in function:nv50_msto_enable 990 r = drm_dp_mst_allocate_vcpi(&mstm->mgr, mstc->port, armh->dp.pbn, 991 armh->dp.tu); 1003 mstm->outp->update(mstm->outp, head->base.index, armh, proto, 1004 nv50_dp_bpc_to_depth(armh->or.bpc));
|
nouveau_dispnv50_disp.c | 968 struct nv50_head_atom *armh = nv50_head_atom(head->base.base.state); local in function:nv50_msto_enable 990 r = drm_dp_mst_allocate_vcpi(&mstm->mgr, mstc->port, armh->dp.pbn, 991 armh->dp.tu); 1003 mstm->outp->update(mstm->outp, head->base.index, armh, proto, 1004 nv50_dp_bpc_to_depth(armh->or.bpc));
|