Searched refs:nvkm_head_find (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | uoutp.c | 38 if (!ior->func->dp || !ior->func->dp->vcpi || !nvkm_head_find(outp->disp, args->v0.head)) in nvkm_uoutp_mthd_dp_mst_vcpi() 83 if (!ior->hda || !nvkm_head_find(outp->disp, args->v0.head)) in nvkm_uoutp_mthd_hda_eld() 111 if (!nvkm_head_find(outp->disp, args->v0.head)) in nvkm_uoutp_mthd_infoframe() 172 if (!(outp->asy.head = nvkm_head_find(outp->disp, head))) in nvkm_uoutp_mthd_acquire_tmds()
|
D | head.c | 32 nvkm_head_find(struct nvkm_disp *disp, int id) in nvkm_head_find() function
|
D | head.h | 36 struct nvkm_head *nvkm_head_find(struct nvkm_disp *, int id);
|
D | base.c | 45 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_fini() 54 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_init()
|
D | uhead.c | 115 if (!(head = nvkm_head_find(disp, args->v0.id))) in nvkm_uhead_new()
|
D | nv50.c | 98 struct nvkm_head *head = nvkm_head_find(ior->disp, __ffs(state->head)); in nv50_pior_depth()
|