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

1 2 3 4 5 6 7 8 9

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_oimm507b.c 38 struct nv50_disp *disp = nv50_disp(drm->dev); local
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
51 cid = nvif_mclass(&disp->disp->object, bases);
nouveau_dispnv50_curs.c 48 struct nv50_disp *disp = nv50_disp(drm->dev); local
51 cid = nvif_mclass(&disp->disp->object, curses);
nouveau_dispnv50_oimm.c 46 struct nv50_disp *disp = nv50_disp(drm->dev); local
49 cid = nvif_mclass(&disp->disp->object, oimms);
nouveau_dispnv50_ovly.c 48 struct nv50_disp *disp = nv50_disp(drm->dev); local
51 cid = nvif_mclass(&disp->disp->object, ovlys);
nouveau_dispnv50_wimm.c 43 struct nv50_disp *disp = nv50_disp(drm->dev); local
46 cid = nvif_mclass(&disp->disp->object, wimms);
nouveau_dispnv50_core.c 66 struct nv50_disp *disp = nv50_disp(drm->dev); local
69 cid = nvif_mclass(&disp->disp->object, cores);
nouveau_dispnv50_wimmc37b.c 72 struct nv50_disp *disp = nv50_disp(drm->dev); local
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
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
131 ret = nvif_object_init(&disp->disp->object, 0, oclass, &args,
  /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
35 struct nvkm_device *device = disp->base.engine.subdev.device;
43 struct nv50_disp *disp = container_of(event, typeof(*disp), uevent); local
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
38 struct nvkm_subdev *subdev = &disp->base.engine.subdev;
56 struct nv50_disp *disp = chan->disp; local
57 struct nvkm_subdev *subdev = &disp->base.engine.subdev;
nouveau_nvkm_engine_disp_piocnv50.c 37 struct nv50_disp *disp = chan->disp; local
38 struct nvkm_subdev *subdev = &disp->base.engine.subdev;
56 struct nv50_disp *disp = chan->disp; local
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
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
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.y 63 Use "disp" for displacements whenever possible; this handles the
147 %type <exp> EXPR disp
292 | MOV DOT_B '#' EXPR ',' disp '[' REG ']'
300 | MOV DOT_W '#' EXPR ',' disp '[' REG ']'
306 | MOV DOT_L '#' EXPR ',' disp '[' REG ']'
328 | CMP disp '[' REG ']' DOT_UB ',' REG
331 | CMP disp '[' REG ']' memex ',' REG
586 /* We don't use "disp" here because it causes a shift/reduce
594 | MOV bwl '[' REG ']' ',' disp '[' REG ']'
599 | MOV bwl EXPR '[' REG ']' ',' disp '[' REG ']
1181 disp : { $$ = zero_expr (); } label
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.y 63 Use "disp" for displacements whenever possible; this handles the
147 %type <exp> EXPR disp
292 | MOV DOT_B '#' EXPR ',' disp '[' REG ']'
300 | MOV DOT_W '#' EXPR ',' disp '[' REG ']'
306 | MOV DOT_L '#' EXPR ',' disp '[' REG ']'
328 | CMP disp '[' REG ']' DOT_UB ',' REG
331 | CMP disp '[' REG ']' memex ',' REG
586 /* We don't use "disp" here because it causes a shift/reduce
594 | MOV bwl '[' REG ']' ',' disp '[' REG ']'
599 | MOV bwl EXPR '[' REG ']' ',' disp '[' REG ']
1181 disp : { $$ = zero_expr (); } label
    [all...]
  /src/sys/arch/amiga/amiga/
cia.c 99 struct cia_intr_dispatch *disp; local
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
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
120 for (i = 0; disp && i < disp->vblank.index_nr; i++) {
121 ret = nvkm_notify_init(NULL, &disp->vblank,
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-protos.h 344 rtx base, index, disp; member in struct:ix86_address
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-protos.h 324 rtx base, index, disp; member in struct:ix86_address
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_disp.c 44 struct nv04_display *disp = nv04_display(dev); local
48 nvif_notify_put(&disp->flip);
82 struct nv04_display *disp = nv04_display(dev); local
105 nvif_notify_get(&disp->flip);
170 struct nv04_display *disp = nv04_display(dev); local
184 nvif_notify_fini(&disp->flip);
187 kfree(disp);
202 struct nv04_display *disp; local
205 disp = kzalloc(sizeof(*disp), GFP_KERNEL)
    [all...]

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 9