Searched refs:mthd (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.h127 BEGIN_RING(struct nouveau_channel *chan, int subc, int mthd, int size) argument
129 OUT_RING(chan, (subc << 13) | (size << 18) | mthd);
H A Dnv04_graph.c528 int mthd, uint32_t data)
676 int mthd, uint32_t data)
691 int mthd, uint32_t data)
710 int mthd, uint32_t data)
729 int mthd, uint32_t data)
746 int mthd, uint32_t data)
767 int mthd, uint32_t data)
782 int mthd, uint32_t data)
797 int mthd, uint32_t data)
812 int mthd, uint32_
527 nv04_graph_mthd_set_ref(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
675 nv04_graph_mthd_set_operation(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
690 nv04_graph_mthd_surf3d_clip_h(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
709 nv04_graph_mthd_surf3d_clip_v(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
728 nv04_graph_mthd_bind_surf2d(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
745 nv04_graph_mthd_bind_surf2d_swzsurf(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
766 nv04_graph_mthd_bind_nv01_patt(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
781 nv04_graph_mthd_bind_nv04_patt(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
796 nv04_graph_mthd_bind_rop(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
811 nv04_graph_mthd_bind_beta1(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
826 nv04_graph_mthd_bind_beta4(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
841 nv04_graph_mthd_bind_surf_dst(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
856 nv04_graph_mthd_bind_surf_src(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
871 nv04_graph_mthd_bind_surf_color(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
886 nv04_graph_mthd_bind_surf_zeta(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
901 nv04_graph_mthd_bind_clip(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
916 nv04_graph_mthd_bind_chroma(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
[all...]
H A Dnouveau_irq.c76 nouveau_call_method(struct nouveau_channel *chan, int class, int mthd, int data) argument
94 if (grm->id == mthd)
95 return grm->exec(chan, class, mthd, data);
107 const int mthd = addr & 0x1ffc; local
109 if (mthd == 0x0000) {
128 if (nouveau_call_method(chan, chan->sw_subchannel[subc], mthd, data))
155 uint32_t mthd, data; local
167 mthd = nv_rd32(dev,
172 mthd = nv_rd32(dev,
178 if (!chan || !nouveau_fifo_swmthd(chan, mthd, dat
409 int subc, mthd, size; member in struct:nouveau_pgraph_trap
[all...]
H A Dnv50_graph.c328 int mthd, uint32_t data)
345 int mthd, uint32_t data)
356 int mthd, uint32_t data)
364 int mthd, uint32_t data)
327 nv50_graph_nvsw_dma_vblsem(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
344 nv50_graph_nvsw_vblsem_offset(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
355 nv50_graph_nvsw_vblsem_release_val(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
363 nv50_graph_nvsw_vblsem_release(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
H A Dnv10_graph.c954 int mthd, uint32_t data)
965 ctx->lma_window[(mthd - 0x1638) / 4] = data;
967 if (mthd != 0x1644)
1034 int mthd, uint32_t data)
953 nv17_graph_mthd_lma_window(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
1033 nv17_graph_mthd_lma_enable(struct nouveau_channel *chan, int grclass, int mthd, uint32_t data) argument
H A Dnouveau_drv.h320 int (*exec)(struct nouveau_channel *chan, int grclass, int mthd,

Completed in 120 milliseconds