Lines Matching full: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()
100 nv50_disp_mthd_list(disp, debug, base, mthd->prev, in nv50_disp_chan_mthd()
109 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_fini() local
110 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_uevent_fini()
118 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_init() local
119 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_uevent_init()
125 nv50_disp_chan_uevent_send(struct nv50_disp *disp, int chid) in nv50_disp_chan_uevent_send() argument
130 nvkm_event_send(&disp->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send()
170 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_intr()
180 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_rd32()
190 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_wr32()
201 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_ntfy() local
204 *pevent = &disp->uevent; in nv50_disp_chan_ntfy()
217 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_map()
226 struct nv50_disp *disp; member
235 nvkm_ramht_remove(object->disp->ramht, object->hash); in nv50_disp_chan_child_del_()
248 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_child_new() local
249 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_child_new()
257 object->disp = disp; in nv50_disp_chan_child_new()
277 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in nv50_disp_chan_child_get()
318 struct nv50_disp *disp = chan->disp; in nv50_disp_chan_dtor() local
320 disp->chan[chan->chid.user] = NULL; in nv50_disp_chan_dtor()
340 struct nv50_disp *disp, int ctrl, int user, int head, in nv50_disp_chan_new_() argument
353 chan->disp = disp; in nv50_disp_chan_new_()
358 if (disp->chan[chan->chid.user]) { in nv50_disp_chan_new_()
362 disp->chan[chan->chid.user] = chan; in nv50_disp_chan_new_()