Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c511 nv04_gr_mthd_set_operation(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_set_operation()
528 nv04_gr_mthd_surf3d_clip_h(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_surf3d_clip_h()
549 nv04_gr_mthd_surf3d_clip_v(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_surf3d_clip_v()
578 nv04_gr_mthd_bind_surf2d(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf2d()
595 nv04_gr_mthd_bind_surf2d_swzsurf(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf2d_swzsurf()
616 nv01_gr_mthd_bind_patt(struct nvkm_object *object, u32 mthd, in nv01_gr_mthd_bind_patt()
631 nv04_gr_mthd_bind_patt(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_patt()
646 nv04_gr_mthd_bind_rop(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_rop()
661 nv04_gr_mthd_bind_beta1(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_beta1()
676 nv04_gr_mthd_bind_beta4(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_beta4()
[all …]
Dnv50.c599 u32 mthd = (addr & 0x00001ffc); in nv50_gr_trap_handler() local
626 u32 mthd = (addr & 0x00001ffc); in nv50_gr_trap_handler() local
795 u32 mthd = (addr & 0x00001ffc); in nv50_gr_intr() local
Dgf100.c213 gf100_fermi_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in gf100_fermi_mthd()
236 gf100_gr_set_shader_exceptions(struct nvkm_object *object, u32 mthd, in gf100_gr_set_shader_exceptions()
1077 u32 mthd = (addr & 0x00003ffc); in gf100_gr_ctxctl_isr() local
1116 u32 mthd = (addr & 0x00003ffc); in gf100_gr_intr() local
Dnv10.c478 nv17_gr_mthd_lma_window(struct nvkm_object *object, u32 mthd, in nv17_gr_mthd_lma_window()
555 nv17_gr_mthd_lma_enable(struct nvkm_object *object, u32 mthd, in nv17_gr_mthd_lma_enable()
1164 u32 mthd = (addr & 0x00001ffc); in nv10_gr_intr() local
Dnv20.c201 u32 mthd = (addr & 0x00001ffc); in nv20_gr_intr() local
Dctxgf100.h36 const struct gf100_gr_pack *mthd; member
Dnv40.c297 u32 mthd = (addr & 0x00001ffc); in nv40_gr_intr() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadow.c43 struct shadow *mthd = (void *)nv_object(bios)->oclass; in shadow_fetch() local
92 shadow_image(struct nvkm_bios *bios, int idx, struct shadow *mthd) in shadow_image()
131 shadow_score(struct nvkm_bios *bios, struct shadow *mthd) in shadow_score()
143 shadow_method(struct nvkm_bios *bios, struct shadow *mthd, const char *name) in shadow_method()
210 }, *mthd = mthds, *best = NULL; in nvbios_shadow() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv50.c39 nv50_sw_mthd_dma_vblsem(struct nvkm_object *object, u32 mthd, in nv50_sw_mthd_dma_vblsem()
61 nv50_sw_mthd_vblsem_offset(struct nvkm_object *object, u32 mthd, in nv50_sw_mthd_vblsem_offset()
70 nv50_sw_mthd_vblsem_value(struct nvkm_object *object, u32 mthd, in nv50_sw_mthd_vblsem_value()
79 nv50_sw_mthd_vblsem_release(struct nvkm_object *object, u32 mthd, in nv50_sw_mthd_vblsem_release()
92 nv50_sw_mthd_flip(struct nvkm_object *object, u32 mthd, void *args, u32 size) in nv50_sw_mthd_flip()
Dgf100.c33 gf100_sw_mthd_vblsem_offset(struct nvkm_object *object, u32 mthd, in gf100_sw_mthd_vblsem_offset()
49 gf100_sw_mthd_mp_control(struct nvkm_object *object, u32 mthd, in gf100_sw_mthd_mp_control()
Dnv04.c40 nv04_sw_set_ref(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv04_sw_set_ref()
49 nv04_sw_flip(struct nvkm_object *object, u32 mthd, void *args, u32 size) in nv04_sw_flip()
Dnv10.c39 nv10_sw_flip(struct nvkm_object *object, u32 mthd, void *args, u32 size) in nv10_sw_flip()
/linux-4.1.27/drivers/gpu/drm/nouveau/
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()
Dnouveau_bo.c1126 }, *mthd = _methods; in nouveau_bo_move_init() local
Dnv50_display.c1714 struct nv50_disp_mthd_v1 mthd; in nv50_audio_mode_set() member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.h51 } mthd; member
129 u32 mthd; member
132 u32 mthd; member
144 const struct nv50_disp_mthd_list *mthd; member
Dnv04.c78 nv04_disp_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv04_disp_mthd()
Dnv50.c327 u32 mthd = list->data[i].mthd + (list->mthd * inst); in nv50_disp_mthd_list() local
982 nv50_disp_main_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv50_disp_main_mthd()
1333 u32 mthd = (addr & 0x00000ffc); in nv50_disp_intr_error() local
Dgf110.c1156 u32 mthd = nv_rd32(priv, 0x6101f0 + (chid * 12)); in gf110_disp_intr_error() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dmemx.c12 u32 mthd; member
34 memx_cmd(struct nvkm_memx *memx, u32 mthd, u32 size, u32 data[]) in memx_cmd()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv31.c60 nv31_mpeg_mthd_dma(struct nvkm_object *object, u32 mthd, void *arg, u32 len) in nv31_mpeg_mthd_dma()
202 u32 mthd = nv_rd32(priv, 0x00b234); in nv31_mpeg_intr() local
Dnv40.c33 nv40_mpeg_mthd_dma(struct nvkm_object *object, u32 mthd, void *arg, u32 len) in nv40_mpeg_mthd_dma()
Dnv44.c104 u32 mthd = nv_rd32(priv, 0x00b234); in nv44_mpeg_intr() local
Dnv50.c128 u32 mthd = nv_rd32(priv, 0x00b234); in nv50_mpeg_intr() local
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dobject.h92 int (*mthd)(struct nvkm_object *, u32, void *, u32); member
118 nv_exec(void *obj, u32 mthd, void *data, u32 size) in nv_exec()
132 nv_call(void *obj, u32 mthd, u32 data) in nv_call()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/
Dg98.c87 u32 mthd = (addr & 0x07ff) << 2; in g98_sec_intr() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/
Dgt215.c89 u32 mthd = (addr & 0x07ff) << 2; in gt215_ce_intr() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dobject.c116 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd()
120 struct nvif_ioctl_mthd_v0 mthd; in nvif_object_mthd() member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c116 u32 mthd = nv_rd32(priv, 0x102190); in g84_cipher_intr() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dctrl.c169 nvkm_control_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_control_mthd()
Dbase.c153 nvkm_devobj_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_devobj_mthd()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c362 const int mthd = addr & 0x1ffc; in nv04_fifo_swmthd() local
412 u32 mthd, data; in nv04_fifo_cache_error() local
Dgf100.c457 gf100_fifo_swmthd(struct gf100_fifo_priv *priv, u32 chid, u32 mthd, u32 data) in gf100_fifo_swmthd()
688 u32 mthd = (addr & 0x00003ffc); in gf100_fifo_intr_pbdma() local
Dgk104.c482 gk104_fifo_swmthd(struct gk104_fifo_priv *priv, u32 chid, u32 mthd, u32 data) in gk104_fifo_swmthd()
830 u32 mthd = (addr & 0x00003ffc); in gk104_fifo_intr_pbdma_0() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dclient.c168 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c241 nvkm_perfctr_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfctr_mthd()