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

1 2 3

  /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
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);
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) {
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) {
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) {
  /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);
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
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_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));
  /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_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_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);
  /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);
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);
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 **);

Completed in 32 milliseconds

1 2 3