Lines Matching refs:root
36 struct nv50_disp_root *root; member
45 nvkm_ramht_remove(object->root->ramht, object->hash); in nv50_disp_dmac_child_del_()
59 struct nv50_disp_root *root = chan->base.root; in nv50_disp_dmac_child_new_() local
60 struct nvkm_device *device = root->disp->base.engine.subdev.device; in nv50_disp_dmac_child_new_()
68 object->root = root; in nv50_disp_dmac_child_new_()
88 struct nv50_disp *disp = chan->base.root->disp; in nv50_disp_dmac_child_get_()
136 struct nv50_disp_root *root, int chid, int head, u64 push, in nv50_disp_dmac_new_() argument
140 struct nvkm_device *device = root->disp->base.engine.subdev.device; in nv50_disp_dmac_new_()
151 ret = nv50_disp_chan_ctor(&nv50_disp_dmac_func_, mthd, root, in nv50_disp_dmac_new_()
181 return nvkm_ramht_insert(chan->base.root->ramht, object, in nv50_disp_dmac_bind()
190 struct nv50_disp *disp = chan->base.root->disp; in nv50_disp_dmac_fini()
213 struct nv50_disp *disp = chan->base.root->disp; in nv50_disp_dmac_init()