HomeSort by: relevance | last modified time | path
    Searched defs:disp (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_oimm507b.c 38 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:oimm507b_init_
41 ret = nvif_object_init(&disp->disp->object, 0, oclass, &args,
nouveau_dispnv50_base.c 48 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:nv50_base_new
51 cid = nvif_mclass(&disp->disp->object, bases);
nouveau_dispnv50_core.c 66 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:nv50_core_new
69 cid = nvif_mclass(&disp->disp->object, cores);
nouveau_dispnv50_curs.c 48 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:nv50_curs_new
51 cid = nvif_mclass(&disp->disp->object, curses);
nouveau_dispnv50_oimm.c 46 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:nv50_oimm_init
49 cid = nvif_mclass(&disp->disp->object, oimms);
nouveau_dispnv50_ovly.c 48 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:nv50_ovly_new
51 cid = nvif_mclass(&disp->disp->object, ovlys);
nouveau_dispnv50_wimm.c 43 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:nv50_wimm_init
46 cid = nvif_mclass(&disp->disp->object, wimms);
nouveau_dispnv50_wimmc37b.c 72 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:wimmc37b_init_
75 ret = nv50_dmac_create(&drm->client.device, &disp->disp->object,
nouveau_dispnv50_core507d.c 97 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:core507d_new_
105 ret = nv50_dmac_create(&drm->client.device, &disp->disp->object,
107 disp->sync->bo.offset, &core->chan);
nouveau_dispnv50_curs507a.c 121 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:curs507a_new_
131 ret = nvif_object_init(&disp->disp->object, 0, oclass, &args,
nouveau_dispnv50_ovly507e.c 181 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:ovly507e_new_
192 ret = nv50_dmac_create(&drm->client.device, &disp->disp->object,
194 disp->sync->bo.offset, &wndw->wndw);
nouveau_dispnv50_base507c.c 270 struct nv50_disp *disp = nv50_disp(drm->dev); local in function:base507c_new_
280 ret = nv50_dmac_create(&drm->client.device, &disp->disp->object,
282 disp->sync->bo.offset, &wndw->wndw);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_changf119.c 34 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); local in function:gf119_disp_chan_uevent_fini
35 struct nvkm_device *device = disp->base.engine.subdev.device;
43 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); local in function:gf119_disp_chan_uevent_init
44 struct nvkm_device *device = disp->base.engine.subdev.device;
59 struct nvkm_device *device = chan->disp->base.engine.subdev.device;
nouveau_nvkm_engine_disp_piocgf119.c 37 struct nv50_disp *disp = chan->disp; local in function:gf119_disp_pioc_fini
38 struct nvkm_subdev *subdev = &disp->base.engine.subdev;
56 struct nv50_disp *disp = chan->disp; local in function:gf119_disp_pioc_init
57 struct nvkm_subdev *subdev = &disp->base.engine.subdev;
nouveau_nvkm_engine_disp_piocnv50.c 37 struct nv50_disp *disp = chan->disp; local in function:nv50_disp_pioc_fini
38 struct nvkm_subdev *subdev = &disp->base.engine.subdev;
56 struct nv50_disp *disp = chan->disp; local in function:nv50_disp_pioc_init
57 struct nvkm_subdev *subdev = &disp->base.engine.subdev;
conn.h 6 #include <engine/disp.h>
13 struct nvkm_disp *disp; member in struct:nvkm_conn
30 nvkm_##l(&_conn->disp->engine.subdev, "conn %02x:%02x%02x: "f"\n", \
nouveau_nvkm_engine_disp_conn.c 41 struct nvkm_disp *disp = conn->disp; local in function:nvkm_conn_hpd
42 struct nvkm_gpio *gpio = disp->engine.subdev.device->gpio;
55 nvkm_event_send(&disp->hpd, rep.mask, index, &rep, sizeof(rep));
83 nvkm_conn_ctor(struct nvkm_disp *disp, int index, struct nvbios_connE *info,
87 struct nvkm_gpio *gpio = disp->engine.subdev.device->gpio;
91 conn->disp = disp;
130 nvkm_conn_new(struct nvkm_disp *disp, int index, struct nvbios_connE *info,
135 nvkm_conn_ctor(disp, index, info, *pconn)
    [all...]
nouveau_nvkm_engine_disp_rootnv04.c 41 struct nvkm_disp *disp; member in struct:nv04_disp_root
54 nvif_ioctl(object, "disp mthd size %d\n", size);
56 nvif_ioctl(object, "disp mthd vers %d mthd %02x head %d\n",
63 if (!(head = nvkm_head_find(root->disp, id)))
83 nv04_disp_root_new(struct nvkm_disp *disp, const struct nvkm_oclass *oclass,
90 root->disp = disp;
rootnv50.h 12 struct nv50_disp *disp; member in struct:nv50_disp_root
nouveau_nvkm_engine_disp_outp.c 37 nvkm_outp_route(struct nvkm_disp *disp)
42 list_for_each_entry(ior, &disp->ior, head) {
51 list_for_each_entry(ior, &disp->ior, head) {
139 ior = nvkm_ior_find(outp->disp, SOR, ffs(outp->info.or) - 1);
148 list_for_each_entry(ior, &outp->disp->ior, head) {
154 list_for_each_entry(ior, &outp->disp->ior, head) {
164 list_for_each_entry(ior, &outp->disp->ior, head) {
183 struct nvkm_disp *disp = outp->disp; local in function:nvkm_outp_init_route
194 ior = nvkm_ior_find(disp, type, -1)
    [all...]
  /src/sys/arch/amiga/amiga/
cia.c 99 struct cia_intr_dispatch *disp; local in function:dispatch_cia_ints
101 disp = (which == 0) ? ciaa_ints : ciab_ints;
103 for (;disp->mask; disp++)
104 if (mask & disp->mask)
105 disp->handler(disp->mask);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
nouveau_nvkm_engine_sw_gf100.c 33 #include <engine/disp.h>
80 if (data < device->disp->vblank.index_nr) {
114 struct nvkm_disp *disp = sw->engine.subdev.device->disp; local in function:gf100_sw_chan_new
127 for (i = 0; disp && i < disp->vblank.index_nr; i++) {
128 ret = nvkm_notify_init(NULL, &disp->vblank,
nouveau_nvkm_engine_sw_nv50.c 32 #include <engine/disp.h>
77 if (data < device->disp->vblank.index_nr) {
108 struct nvkm_disp *disp = sw->engine.subdev.device->disp; local in function:nv50_sw_chan_new
120 for (i = 0; disp && i < disp->vblank.index_nr; i++) {
121 ret = nvkm_notify_init(NULL, &disp->vblank,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_disp.c 44 struct nv04_display *disp = nv04_display(dev); local in function:nv04_display_fini
48 nvif_notify_put(&disp->flip);
82 struct nv04_display *disp = nv04_display(dev); local in function:nv04_display_init
105 nvif_notify_get(&disp->flip);
170 struct nv04_display *disp = nv04_display(dev); local in function:nv04_display_destroy
184 nvif_notify_fini(&disp->flip);
187 kfree(disp);
202 struct nv04_display *disp; local in function:nv04_display_create
205 disp = kzalloc(sizeof(*disp), GFP_KERNEL)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
perf.h 17 u32 disp; member in struct:nvbios_perfE

Completed in 20 milliseconds

1 2 3