Lines Matching refs:disp
38 nv50_disp_mthd_list(struct nv50_disp *disp, int debug, u32 base, int c, in nv50_disp_mthd_list() argument
41 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in nv50_disp_mthd_list()
69 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_mthd() local
70 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in nv50_disp_chan_mthd()
98 nv50_disp_mthd_list(disp, debug, base, mthd->prev, in nv50_disp_chan_mthd()
107 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_fini() local
108 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_uevent_fini()
116 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_init() local
117 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_uevent_init()
123 nv50_disp_chan_uevent_send(struct nv50_disp *disp, int chid) in nv50_disp_chan_uevent_send() argument
128 nvkm_event_send(&disp->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send()
168 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_intr()
178 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_rd32()
188 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_wr32()
199 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_ntfy() local
202 *pevent = &disp->uevent; in nv50_disp_chan_ntfy()
215 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_map()
224 struct nv50_disp *disp; member
233 nvkm_ramht_remove(object->disp->ramht, object->hash); in nv50_disp_chan_child_del_()
246 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_child_new() local
247 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_child_new()
255 object->disp = disp; in nv50_disp_chan_child_new()
275 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_child_get()
316 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_dtor() local
318 disp->chan[chan->chid.user] = NULL; in nv50_disp_chan_dtor()
338 struct nv50_disp *disp, int ctrl, int user, int head, in nv50_disp_chan_new_() argument
351 chan->disp = disp; in nv50_disp_chan_new_()
356 if (disp->chan[chan->chid.user]) { in nv50_disp_chan_new_()
360 disp->chan[chan->chid.user] = chan; in nv50_disp_chan_new_()