Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A Dnv04.c758 nv03_gr_mthd_gdi(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv03_gr_mthd_gdi()
774 nv04_gr_mthd_gdi(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_gdi()
791 nv01_gr_mthd_blit(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv01_gr_mthd_blit()
810 nv04_gr_mthd_blit(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_blit()
829 nv04_gr_mthd_iifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_iifc()
848 nv01_gr_mthd_ifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv01_gr_mthd_ifc()
866 nv04_gr_mthd_ifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_ifc()
885 nv03_gr_mthd_sifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv03_gr_mthd_sifc()
902 nv04_gr_mthd_sifc(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd_sifc()
1015 nv04_gr_mthd(struct nvkm_device *device, u32 inst, u32 mthd, u32 data) in nv04_gr_mthd()
[all …]
A Dnv10.c431 nv17_gr_mthd_lma_window(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_lma_window()
504 nv17_gr_mthd_lma_enable(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_lma_enable()
516 nv17_gr_mthd_celcius(struct nv10_gr_chan *chan, u32 mthd, u32 data) in nv17_gr_mthd_celcius()
531 nv10_gr_mthd(struct nv10_gr_chan *chan, u8 class, u32 mthd, u32 data) in nv10_gr_mthd()
1092 u32 mthd = (addr & 0x00001ffc); in nv10_gr_intr() local
A Dnv50.c424 u32 mthd = (addr & 0x00001ffc); in nv50_gr_trap_handler() local
452 u32 mthd = (addr & 0x00001ffc); in nv50_gr_trap_handler() local
630 u32 mthd = (addr & 0x00001ffc); in nv50_gr_intr() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dshadow.c39 shadow_fetch(struct nvkm_bios *bios, struct shadow *mthd, u32 upto) in shadow_fetch()
52 shadow_image(struct nvkm_bios *bios, int idx, u32 offset, struct shadow *mthd) in shadow_image()
110 shadow_method(struct nvkm_bios *bios, struct shadow *mthd, const char *name) in shadow_method()
180 }, *mthd, *best = NULL; in nvbios_shadow() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dchannv50.h11 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
A Dgp102.c35 u32 mthd = nvkm_rd32(device, 0x6111f0 + (chid * 12)); in gp102_disp_intr_error() local
A Dchannv50.c49 u32 mthd = list->data[i].mthd + (list->mthd * inst); in nv50_disp_mthd_list() local
71 const struct nv50_disp_chan_mthd *mthd = chan->mthd; in nv50_disp_chan_mthd() local
339 const struct nv50_disp_chan_mthd *mthd, in nv50_disp_chan_new_()
A Dovlynv50.c34 const struct nv50_disp_chan_mthd *mthd, in nv50_disp_ovly_new_()
A Dbasenv50.c34 const struct nv50_disp_chan_mthd *mthd, in nv50_disp_base_new_()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/
A Dnvsw.c30 nvkm_nvsw_mthd_(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_nvsw_mthd_()
39 nvkm_nvsw_ntfy_(struct nvkm_object *object, u32 mthd, in nvkm_nvsw_ntfy_()
A Dnv04.c60 nv04_nvsw_mthd(struct nvkm_nvsw *nvsw, u32 mthd, void *data, u32 size) in nv04_nvsw_mthd()
88 nv04_sw_chan_mthd(struct nvkm_sw_chan *base, int subc, u32 mthd, u32 data) in nv04_sw_chan_mthd()
A Dnvsw.h14 int (*mthd)(struct nvkm_nvsw *, u32 mthd, void *data, u32 size); member
A Dchan.h22 bool (*mthd)(struct nvkm_sw_chan *, int subc, u32 mthd, u32 data); member
/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
A Dnv31.c125 nv31_mpeg_mthd_dma(struct nvkm_device *device, u32 mthd, u32 data) in nv31_mpeg_mthd_dma()
169 nv31_mpeg_mthd(struct nv31_mpeg *mpeg, u32 mthd, u32 data) in nv31_mpeg_mthd()
191 u32 mthd = nvkm_rd32(device, 0x00b234); in nv31_mpeg_intr() local
A Dnv44.c129 nv44_mpeg_mthd(struct nvkm_device *device, u32 mthd, u32 data) in nv44_mpeg_mthd()
153 u32 mthd = nvkm_rd32(device, 0x00b234); in nv44_mpeg_intr() local
A Dnv40.c31 nv40_mpeg_mthd_dma(struct nvkm_device *device, u32 mthd, u32 data) in nv40_mpeg_mthd_dma()
A Dnv50.c67 u32 mthd = nvkm_rd32(device, 0x00b234); in nv50_mpeg_intr() local
/linux/drivers/gpu/drm/nouveau/nvkm/core/
A Doproxy.c27 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_oproxy_mthd()
33 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_oproxy_ntfy()
A Dobject.c88 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_object_mthd()
96 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
A Dmemx.c11 u32 mthd; member
33 memx_cmd(struct nvkm_memx *memx, u32 mthd, u32 size, u32 data[]) in memx_cmd()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/
A Dg98.c49 u32 mthd = (addr & 0x07ff) << 2; in g98_sec_intr() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/
A Dgt215.c50 u32 mthd = (addr & 0x07ff) << 2; in gt215_ce_intr() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Dga102.c48 struct nvkm_memory *mthd; member
275 ga102_fifo_info(struct nvkm_engine *engine, u64 mthd, u64 *data) in ga102_fifo_info()
A Dnv04.c144 const int mthd = (addr & 0x00001ffc); in nv04_fifo_swmthd() local
176 u32 mthd, data; in nv04_fifo_cache_error() local
A Dchangk104.h17 struct nvkm_memory *mthd; member

Completed in 30 milliseconds

123