Home
last modified time | relevance | path

Searched defs:mthd (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_nv04.c763 nv03_gr_mthd_gdi(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv03_gr_mthd_gdi()
779 nv04_gr_mthd_gdi(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_gdi()
796 nv01_gr_mthd_blit(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv01_gr_mthd_blit()
815 nv04_gr_mthd_blit(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_blit()
834 nv04_gr_mthd_iifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_iifc()
853 nv01_gr_mthd_ifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv01_gr_mthd_ifc()
871 nv04_gr_mthd_ifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_ifc()
890 nv03_gr_mthd_sifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv03_gr_mthd_sifc()
907 nv04_gr_mthd_sifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_sifc()
925 nv03_gr_mthd_sifm(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv03_gr_mthd_sifm()
[all …]
H A Dnouveau_nvkm_engine_gr_nv10.c436 nv17_gr_mthd_lma_window(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_lma_window()
509 nv17_gr_mthd_lma_enable(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_lma_enable()
521 nv17_gr_mthd_celcius(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_celcius()
536 nv10_gr_mthd(struct nv10_gr_chan *chan, u8 class, u32 mthd, u32 data) in nv10_gr_mthd()
1097 u32 mthd = (addr & 0x00001ffc); in nv10_gr_intr() local
H A Dnouveau_nvkm_engine_gr_nv50.c429 u32 mthd = (addr & 0x00001ffc); in nv50_gr_trap_handler() local
457 u32 mthd = (addr & 0x00001ffc); in nv50_gr_trap_handler() local
635 u32 mthd = (addr & 0x00001ffc); in nv50_gr_intr() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_shadow.c44 shadow_fetch(struct nvkm_bios *bios, struct shadow *mthd, u32 upto) in shadow_fetch()
57 shadow_image(struct nvkm_bios *bios, int idx, u32 offset, struct shadow *mthd) in shadow_image()
115 shadow_method(struct nvkm_bios *bios, struct shadow *mthd, const char *name) in shadow_method()
185 }, *mthd, *best = NULL; in nvbios_shadow() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_dma.h111 BEGIN_NV04(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_NV04()
117 BEGIN_NI04(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_NI04()
123 BEGIN_NVC0(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_NVC0()
129 BEGIN_NIC0(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_NIC0()
135 BEGIN_IMC0(struct nouveau_channel *chan, int subc, int mthd, u16 data) in BEGIN_IMC0()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dchannv50.h13 const struct nv50_disp_chan_mthd *mthd; member
152 u32 mthd; member
155 u32 mthd; member
168 const struct nv50_disp_mthd_list *mthd; member
H A Dnouveau_nvkm_engine_disp_gp102.c40 u32 mthd = nvkm_rd32(device, 0x6111f0 + (chid * 12)); in gp102_disp_intr_error() local
H A Dnouveau_nvkm_engine_disp_ovlynv50.c39 const struct nv50_disp_chan_mthd *mthd, in nv50_disp_ovly_new_()
H A Dnouveau_nvkm_engine_disp_basenv50.c39 const struct nv50_disp_chan_mthd *mthd, in nv50_disp_base_new_()
H A Dnouveau_nvkm_engine_disp_channv50.c54 u32 mthd = list->data[i].mthd + (list->mthd * inst); in nv50_disp_mthd_list() local
76 const struct nv50_disp_chan_mthd *mthd = chan->mthd; in nv50_disp_chan_mthd() local
353 const struct nv50_disp_chan_mthd *mthd, in nv50_disp_chan_new_()
H A Dnouveau_nvkm_engine_disp_rootnv04.c45 nv04_disp_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv04_disp_mthd()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
H A Dnouveau_nvkm_engine_sw_nvsw.c35 nvkm_nvsw_mthd_(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_nvsw_mthd_()
44 nvkm_nvsw_ntfy_(struct nvkm_object *object, u32 mthd, in nvkm_nvsw_ntfy_()
H A Dnouveau_nvkm_engine_sw_nv04.c65 nv04_nvsw_mthd(struct nvkm_nvsw *nvsw, u32 mthd, void *data, u32 size) in nv04_nvsw_mthd()
93 nv04_sw_chan_mthd(struct nvkm_sw_chan *base, int subc, u32 mthd, u32 data) in nv04_sw_chan_mthd()
H A Dnvsw.h16 int (*mthd)(struct nvkm_nvsw *, u32 mthd, void *data, u32 size); member
H A Dchan.h24 bool (*mthd)(struct nvkm_sw_chan *, int subc, u32 mthd, u32 data); member
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/mpeg/
H A Dnouveau_nvkm_engine_mpeg_nv31.c130 nv31_mpeg_mthd_dma(struct nvkm_device *device, u32 mthd, u32 data) in nv31_mpeg_mthd_dma()
174 nv31_mpeg_mthd(struct nv31_mpeg *mpeg, u32 mthd, u32 data) in nv31_mpeg_mthd()
196 u32 mthd = nvkm_rd32(device, 0x00b234); in nv31_mpeg_intr() local
H A Dnouveau_nvkm_engine_mpeg_nv40.c36 nv40_mpeg_mthd_dma(struct nvkm_device *device, u32 mthd, u32 data) in nv40_mpeg_mthd_dma()
H A Dnouveau_nvkm_engine_mpeg_nv44.c134 nv44_mpeg_mthd(struct nvkm_device *device, u32 mthd, u32 data) in nv44_mpeg_mthd()
158 u32 mthd = nvkm_rd32(device, 0x00b234); in nv44_mpeg_intr() local
H A Dnouveau_nvkm_engine_mpeg_nv50.c72 u32 mthd = nvkm_rd32(device, 0x00b234); in nv50_mpeg_intr() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec/
H A Dnouveau_nvkm_engine_sec_g98.c54 u32 mthd = (addr & 0x07ff) << 2; in g98_sec_intr() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/ce/
H A Dnouveau_nvkm_engine_ce_gt215.c55 u32 mthd = (addr & 0x07ff) << 2; in gt215_ce_intr() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_oproxy.c32 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_oproxy_mthd()
38 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_oproxy_ntfy()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
H A Dnouveau_nvkm_subdev_pmu_memx.c16 u32 mthd; member
38 memx_cmd(struct nvkm_memx *memx, u32 mthd, u32 size, u32 data[]) in memx_cmd()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dchangk104.h19 struct nvkm_memory *mthd; member
H A Dnouveau_nvkm_engine_fifo_nv04.c117 const int mthd = (addr & 0x00001ffc); in nv04_fifo_swmthd() local
149 u32 mthd, data; in nv04_fifo_cache_error() local

123