Lines Matching refs:disp
36 nv50_disp_mthd_list(struct nv50_disp *disp, int debug, u32 base, int c, in nv50_disp_mthd_list() argument
39 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in nv50_disp_mthd_list()
67 struct nv50_disp *disp = chan->root->disp; in nv50_disp_chan_mthd() local
68 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in nv50_disp_chan_mthd()
96 nv50_disp_mthd_list(disp, debug, base, mthd->prev, in nv50_disp_chan_mthd()
105 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_fini() local
106 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_uevent_fini()
114 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); in nv50_disp_chan_uevent_init() local
115 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_uevent_init()
121 nv50_disp_chan_uevent_send(struct nv50_disp *disp, int chid) in nv50_disp_chan_uevent_send() argument
126 nvkm_event_send(&disp->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send()
160 struct nv50_disp *disp = chan->root->disp; in nv50_disp_chan_rd32() local
161 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_rd32()
170 struct nv50_disp *disp = chan->root->disp; in nv50_disp_chan_wr32() local
171 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_wr32()
181 struct nv50_disp *disp = chan->root->disp; in nv50_disp_chan_ntfy() local
184 *pevent = &disp->uevent; in nv50_disp_chan_ntfy()
196 struct nv50_disp *disp = chan->root->disp; in nv50_disp_chan_map() local
197 struct nvkm_device *device = disp->base.engine.subdev.device; in nv50_disp_chan_map()
245 struct nv50_disp *disp = chan->root->disp; in nv50_disp_chan_dtor() local
247 disp->chan[chan->chid] = NULL; in nv50_disp_chan_dtor()
270 struct nv50_disp *disp = root->disp; in nv50_disp_chan_ctor() local
279 if (disp->chan[chan->chid]) { in nv50_disp_chan_ctor()
283 disp->chan[chan->chid] = chan; in nv50_disp_chan_ctor()