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

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
bus.h 6 #include <core/subdev.h>
10 struct nvkm_subdev subdev; member in struct:nvkm_bus
gsp.h 5 #define nvkm_gsp(p) container_of((p), struct nvkm_gsp, subdev)
6 #include <core/subdev.h>
10 struct nvkm_subdev subdev; member in struct:nvkm_gsp
mc.h 6 #include <core/subdev.h>
10 struct nvkm_subdev subdev; member in struct:nvkm_mc
fuse.h 6 #include <core/subdev.h>
10 struct nvkm_subdev subdev; member in struct:nvkm_fuse
top.h 6 #include <core/subdev.h>
10 struct nvkm_subdev subdev; member in struct:nvkm_top
bar.h 6 #include <core/subdev.h>
11 struct nvkm_subdev subdev; member in struct:nvkm_bar
devinit.h 6 #include <core/subdev.h>
11 struct nvkm_subdev subdev; member in struct:nvkm_devinit
iccsense.h 7 #include <core/subdev.h>
10 struct nvkm_subdev subdev; member in struct:nvkm_iccsense
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_coregp102.c 31 #include <subdev/timer.h>
36 struct nvkm_subdev *subdev = &chan->disp->base.engine.subdev; local in function:gp102_disp_core_init
37 struct nvkm_device *device = subdev->device;
52 nvkm_error(subdev, "core init: %08x\n",
nouveau_nvkm_engine_disp_dmacgp102.c 31 #include <subdev/timer.h>
36 struct nvkm_subdev *subdev = &chan->disp->base.engine.subdev; local in function:gp102_disp_dmac_init
37 struct nvkm_device *device = subdev->device;
54 nvkm_error(subdev, "ch %d init: %08x\n", user,
nouveau_nvkm_engine_disp_dmacgf119.c 32 #include <subdev/timer.h>
46 struct nvkm_subdev *subdev = &chan->disp->base.engine.subdev; local in function:gf119_disp_dmac_fini
47 struct nvkm_device *device = subdev->device;
58 nvkm_error(subdev, "ch %d fini: %08x\n", user,
66 struct nvkm_subdev *subdev = &chan->disp->base.engine.subdev; local in function:gf119_disp_dmac_init
67 struct nvkm_device *device = subdev->device;
84 nvkm_error(subdev, "ch %d init: %08x\n", user,
nouveau_nvkm_engine_disp_dmacgv100.c 30 #include <subdev/timer.h>
35 struct nvkm_device *device = chan->disp->base.engine.subdev.device;
57 struct nvkm_device *device = chan->disp->base.engine.subdev.device;
67 struct nvkm_subdev *subdev = &chan->disp->base.engine.subdev; local in function:gv100_disp_dmac_init
68 struct nvkm_device *device = subdev->device;
nouveau_nvkm_engine_disp_gp102.c 38 struct nvkm_subdev *subdev = &disp->base.engine.subdev; local in function:gp102_disp_intr_error
39 struct nvkm_device *device = subdev->device;
44 nvkm_error(subdev, "chid %d mthd %04x data %08x %08x %08x\n",
nouveau_nvkm_engine_disp_piocgf119.c 32 #include <subdev/timer.h>
38 struct nvkm_subdev *subdev = &disp->base.engine.subdev; local in function:gf119_disp_pioc_fini
39 struct nvkm_device *device = subdev->device;
48 nvkm_error(subdev, "ch %d fini: %08x\n", user,
57 struct nvkm_subdev *subdev = &disp->base.engine.subdev; local in function:gf119_disp_pioc_init
58 struct nvkm_device *device = subdev->device;
69 nvkm_error(subdev, "ch %d init: %08x\n", user,
nouveau_nvkm_engine_disp_piocnv50.c 32 #include <subdev/timer.h>
38 struct nvkm_subdev *subdev = &disp->base.engine.subdev; local in function:nv50_disp_pioc_fini
39 struct nvkm_device *device = subdev->device;
48 nvkm_error(subdev, "ch %d timeout: %08x\n", user,
57 struct nvkm_subdev *subdev = &disp->base.engine.subdev; local in function:nv50_disp_pioc_init
58 struct nvkm_device *device = subdev->device;
67 nvkm_error(subdev, "ch %d timeout0: %08x\n", user,
78 nvkm_error(subdev, "ch %d timeout1: %08x\n", user
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/
nouveau_nvkm_subdev_mc_tu102.c 32 struct nvkm_device *device = mc->subdev.device;
35 struct nvkm_subdev *subdev = local in function:tu102_mc_intr_hack
38 if (subdev)
39 nvkm_subdev_intr(subdev);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmtu102.c 29 #include <subdev/timer.h>
34 struct nvkm_subdev *subdev = &vmm->mmu->subdev; local in function:tu102_vmm_flush
35 struct nvkm_device *device = subdev->device;
42 mutex_lock(&subdev->mutex);
54 mutex_unlock(&subdev->mutex);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/
priv.h 6 #define nvkm_mxm(p) container_of((p), struct nvkm_mxm, subdev)
7 #include <subdev/mxm.h>
12 struct nvkm_subdev subdev; member in struct:nvkm_mxm
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_gp100.c 34 struct nvkm_device *device = therm->subdev.device;
35 struct nvkm_subdev *subdev = &therm->subdev; local in function:gp100_temp_get
41 nvkm_trace(subdev, "reading temperature from SHADOWed sensor\n");
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
nouveau_nvkm_falcon_qmgr.c 35 const struct nvkm_subdev *subdev = qmgr->falcon->owner; local in function:nvkm_falcon_qmgr_seq_acquire
42 nvkm_error(subdev, "no free sequence available\n");
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_image.c 29 #include <subdev/bios.h>
30 #include <subdev/bios/image.h>
31 #include <subdev/bios/pcir.h>
32 #include <subdev/bios/npde.h>
37 struct nvkm_subdev *subdev = &bios->subdev; local in function:nvbios_imagen
50 nvkm_debug(subdev, "%08x: ROM signature (%04x) unknown\n",
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
nouveau_nvkm_subdev_bus_gf100.c 35 struct nvkm_subdev *subdev = &bus->subdev; local in function:gf100_bus_intr
36 struct nvkm_device *device = subdev->device;
43 nvkm_error(subdev,
57 nvkm_error(subdev, "intr %08x\n", stat);
65 struct nvkm_device *device = bus->subdev.device;
nouveau_nvkm_subdev_bus_nv04.c 32 #include <subdev/gpio.h>
37 struct nvkm_subdev *subdev = &bus->subdev; local in function:nv04_bus_intr
38 struct nvkm_device *device = subdev->device;
42 nvkm_error(subdev, "BUS ERROR\n");
50 nvkm_subdev_intr(&gpio->subdev);
56 nvkm_error(subdev, "intr %08x\n", stat);
64 struct nvkm_device *device = bus->subdev.device;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_nv20.c 34 #include <subdev/bios.h>
35 #include <subdev/bios/init.h>
40 struct nvkm_subdev *subdev = &init->subdev; local in function:nv20_devinit_meminit
41 struct nvkm_device *device = subdev->device;
49 nvkm_error(subdev, "failed to map fb\n");
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_padg94.c 36 struct nvkm_subdev *subdev = &pad->i2c->subdev; local in function:g94_i2c_pad_mode
37 struct nvkm_device *device = subdev->device;

Completed in 243 milliseconds

1 2 3 4 5 6 7 8