/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/ |
nvsw.h | 16 int (*mthd)(struct nvkm_nvsw *, u32 mthd, void *data, u32 size); member in struct:nvkm_nvsw_func
|
chan.h | 24 bool (*mthd)(struct nvkm_sw_chan *, int subc, u32 mthd, u32 data); member in struct:nvkm_sw_chan_func 30 bool nvkm_sw_chan_mthd(struct nvkm_sw_chan *, int subc, u32 mthd, u32 data);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_gp102.c | 40 u32 mthd = nvkm_rd32(device, 0x6111f0 + (chid * 12)); local in function:gp102_disp_intr_error 44 nvkm_error(subdev, "chid %d mthd %04x data %08x %08x %08x\n", 45 chid, (mthd & 0x0000ffc), data, mthd, unkn); 48 switch (mthd & 0xffc) {
|
channv50.h | 13 const struct nv50_disp_chan_mthd *mthd; member in struct:nv50_disp_chan 152 u32 mthd; member in struct:nv50_disp_mthd_list 155 u32 mthd; member in struct:nv50_disp_mthd_list::__anonec5779e80208 168 const struct nv50_disp_mthd_list *mthd; member in struct:nv50_disp_chan_mthd::__anonec5779e80308
|
nouveau_nvkm_engine_disp_gf119.c | 101 u32 mthd = (stat & 0x00000ffc); local in function:gf119_disp_intr_error 107 nvkm_error(subdev, "chid %d stat %08x reason %d [%s] mthd %04x " 110 mthd, data, code); 113 switch (mthd) {
|
nouveau_nvkm_engine_disp_gv100.c | 108 u32 mthd = (stat & 0x00000fff) << 2; local in function:gv100_disp_exception 121 "mthd %04x data %08x code %08x\n", 123 mthd, data, code); 126 "mthd %04x\n", 127 chid, stat, type, reason ? reason->name : "", mthd); 131 switch (mthd) {
|
nouveau_nvkm_engine_disp_channv50.c | 50 for (i = 0; list->data[i].mthd; i++) { 54 u32 mthd = list->data[i].mthd + (list->mthd * inst); local in function:nv50_disp_mthd_list 65 mthd, prev, mods, name ? " // " : "", 76 const struct nv50_disp_chan_mthd *mthd = chan->mthd; local in function:nv50_disp_chan_mthd 82 if (!mthd) 85 for (i = 0; (list = mthd->data[i].mthd) != NULL; i++) [all...] |
nouveau_nvkm_engine_disp_nv50.c | 627 u32 mthd = (addr & 0x00000ffc); local in function:nv50_disp_intr_error 634 "ERROR %d [%s] %02x [%s] chid %d mthd %04x data %08x\n", 636 chid, mthd, data); 639 switch (mthd) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/ce/ |
nouveau_nvkm_engine_ce_gt215.c | 55 u32 mthd = (addr & 0x07ff) << 2; local in function:gt215_ce_intr 62 "subc %d mthd %04x data %08x\n", ssta, 66 subc, mthd, data);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
changk104.h | 19 struct nvkm_memory *mthd; member in struct:gk104_fifo_chan
|
nouveau_nvkm_engine_fifo_gpfifogv100.c | 139 u64 usermem, mthd; local in function:gv100_fifo_gpfifo_new_ 198 &chan->mthd); 202 mthd = nvkm_memory_bar2(chan->mthd); 203 if (mthd == ~0ULL) 222 nvkm_wo32(chan->base.inst, 0x220, lower_32_bits(mthd)); 223 nvkm_wo32(chan->base.inst, 0x224, upper_32_bits(mthd));
|
nouveau_nvkm_engine_fifo_nv04.c | 117 const int mthd = (addr & 0x00001ffc); local in function:nv04_fifo_swmthd 122 switch (mthd) { 132 handled = nvkm_sw_mthd(sw, chid, subc, mthd, data); 149 u32 mthd, data; local in function:nv04_fifo_cache_error 160 mthd = nvkm_rd32(device, NV04_PFIFO_CACHE1_METHOD(ptr)); 163 mthd = nvkm_rd32(device, NV40_PFIFO_CACHE1_METHOD(ptr)); 168 !nv04_fifo_swmthd(device, chid, mthd, data)) { 171 "ch %d [%s] subc %d mthd %04x data %08x\n", 173 (mthd >> 13) & 7, mthd & 0x1ffc, data) [all...] |
nouveau_nvkm_engine_fifo_gf100.c | 443 u32 mthd = (addr & 0x00003ffc); local in function:gf100_fifo_intr_pbdma 451 if (nvkm_sw_mthd(device->sw, chid, subc, mthd, data)) 460 "subc %d mthd %04x data %08x\n", 463 subc, mthd, data);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/mpeg/ |
nouveau_nvkm_engine_mpeg_nv50.c | 72 u32 mthd = nvkm_rd32(device, 0x00b234); local in function:nv50_mpeg_intr 78 if (type == 0x00000020 && mthd == 0x0000) { 86 stat, type, mthd, data);
|
nouveau_nvkm_engine_mpeg_nv44.c | 134 nv44_mpeg_mthd(struct nvkm_device *device, u32 mthd, u32 data) 136 switch (mthd) { 140 return nv40_mpeg_mthd_dma(device, mthd, data); 158 u32 mthd = nvkm_rd32(device, 0x00b234); local in function:nv44_mpeg_intr 174 if (type == 0x00000020 && mthd == 0x0000) { 180 if (nv44_mpeg_mthd(subdev->device, mthd, data)) 192 stat, type, mthd, data);
|
nouveau_nvkm_engine_mpeg_nv31.c | 130 nv31_mpeg_mthd_dma(struct nvkm_device *device, u32 mthd, u32 data) 148 if (mthd == 0x0190) { 155 if (mthd == 0x01a0) { 174 nv31_mpeg_mthd(struct nv31_mpeg *mpeg, u32 mthd, u32 data) 177 switch (mthd) { 181 return mpeg->func->mthd_dma(device, mthd, data); 196 u32 mthd = nvkm_rd32(device, 0x00b234); local in function:nv31_mpeg_intr 205 if (type == 0x00000020 && mthd == 0x0000) { 211 if (nv31_mpeg_mthd(mpeg, mthd, data)) 223 "unknown", stat, type, mthd, data) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec/ |
nouveau_nvkm_engine_sec_g98.c | 54 u32 mthd = (addr & 0x07ff) << 2; local in function:g98_sec_intr 61 "subc %d mthd %04x data %08x\n", ssta, 65 subc, mthd, data);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/cipher/ |
nouveau_nvkm_engine_cipher_g84.c | 92 u32 mthd = nvkm_rd32(device, 0x102190); local in function:g84_cipher_intr 102 "mthd %04x data %08x\n", stat, msg, 105 mthd, data);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
object.h | 37 int (*mthd)(struct nvkm_object *, u32 mthd, void *data, u32 size); member in struct:nvkm_object_func 38 int (*ntfy)(struct nvkm_object *, u32 mthd, struct nvkm_event **); 70 int nvkm_object_mthd(struct nvkm_object *, u32 mthd, void *data, u32 size); 71 int nvkm_object_ntfy(struct nvkm_object *, u32 mthd, struct nvkm_event **);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
nouveau_nvkm_engine_gr_nv20.c | 197 u32 mthd = (addr & 0x00001ffc); local in function:nv20_gr_intr 215 "class %04x mthd %04x data %08x\n", 218 subc, class, mthd, data);
|
nouveau_nvkm_engine_gr_nv40.c | 249 u32 mthd = (addr & 0x00001ffc); local in function:nv40_gr_intr 281 "class %04x mthd %04x data %08x\n", 285 subc, class, mthd, data);
|
ctxgf100.h | 40 const struct gf100_gr_pack *mthd; member in struct:gf100_grctx_func
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/ |
nouveau_nvkm_subdev_pmu_memx.c | 16 u32 mthd; member in struct:nvkm_memx::__anon8d46e6e20108 28 if (memx->c.mthd) { 29 nvkm_wr32(device, 0x10a1c4, (memx->c.size << 16) | memx->c.mthd); 32 memx->c.mthd = 0; 38 memx_cmd(struct nvkm_memx *memx, u32 mthd, u32 size, u32 data[]) 41 (memx->c.mthd && memx->c.mthd != mthd)) 45 memx->c.mthd = mthd; [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
nouveau_nvif_object.c | 145 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) 149 struct nvif_ioctl_mthd_v0 mthd; member in struct:nvif_object_mthd::__anon4e009b3e0508 162 args->mthd.version = 0; 163 args->mthd.method = mthd; 165 memcpy(args->mthd.data, data, size); 167 memcpy(data, args->mthd.data, size);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
cl0080.h | 51 __u64 mthd; /* NV_DEVICE_INFO_* (see below). */ member in struct:nv_device_info_v1::nv_device_info_v1_data
|