Symbol: gf100_grctx_patch_wr32
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1016
gf100_grctx_patch_wr32(chan, 0x408004, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1017
gf100_grctx_patch_wr32(chan, 0x408008, 0x80000000 | (size >> 8));
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1018
gf100_grctx_patch_wr32(chan, 0x418808, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1019
gf100_grctx_patch_wr32(chan, 0x41880c, 0x80000000 | (size >> 8));
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1025
gf100_grctx_patch_wr32(chan, 0x40800c, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1026
gf100_grctx_patch_wr32(chan, 0x408010, 0x80000000);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1027
gf100_grctx_patch_wr32(chan, 0x419004, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1028
gf100_grctx_patch_wr32(chan, 0x419008, 0x00000000);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1040
gf100_grctx_patch_wr32(chan, 0x405830, (attrib << 16));
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1046
gf100_grctx_patch_wr32(chan, o, (attrib << 16) | bo);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1055
gf100_grctx_patch_wr32(chan, 0x418810, 0x80000000 | addr >> 12);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1056
gf100_grctx_patch_wr32(chan, 0x419848, 0x10000000 | addr >> 12);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.h
6
void gf100_grctx_patch_wr32(struct gf100_gr_chan *, u32 addr, u32 data);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf108.c
748
gf100_grctx_patch_wr32(chan, 0x405830, (beta << 16) | alpha);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf108.c
749
gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf108.c
758
gf100_grctx_patch_wr32(chan, o + 0x20, (t << 28) | (b << 16) | bo);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf108.c
760
gf100_grctx_patch_wr32(chan, o + 0x44, (a << 16) | ao);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf117.c
256
gf100_grctx_patch_wr32(chan, 0x405830, (beta << 16) | alpha);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf117.c
257
gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf117.c
269
gf100_grctx_patch_wr32(chan, o + 0xc0, (t << 28) | (b << 16) | bo);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf117.c
271
gf100_grctx_patch_wr32(chan, o + 0xe4, (a << 16) | ao);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk104.c
871
gf100_grctx_patch_wr32(chan, 0x17e91c, data0);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk104.c
872
gf100_grctx_patch_wr32(chan, 0x17e920, data1);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk104.c
883
gf100_grctx_patch_wr32(chan, 0x4064c8, (state_limit << 16) | token_limit);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk104.c
890
gf100_grctx_patch_wr32(chan, 0x4064cc, 0x80000000);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
885
gf100_grctx_patch_wr32(chan, 0x408004, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
886
gf100_grctx_patch_wr32(chan, 0x408008, 0x80000000 | (size >> 8));
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
887
gf100_grctx_patch_wr32(chan, 0x418e24, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
888
gf100_grctx_patch_wr32(chan, 0x418e28, 0x80000000 | (size >> 8));
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
889
gf100_grctx_patch_wr32(chan, 0x4064c8, (state_limit << 16) | token_limit);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
896
gf100_grctx_patch_wr32(chan, 0x418e30, 0x80000000);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
911
gf100_grctx_patch_wr32(chan, 0x405830, (attrib << 16) | alpha);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
912
gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
924
gf100_grctx_patch_wr32(chan, o + 0xc0, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
925
gf100_grctx_patch_wr32(chan, o + 0xf4, bo);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
927
gf100_grctx_patch_wr32(chan, o + 0xe4, as);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
928
gf100_grctx_patch_wr32(chan, o + 0xf8, ao);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
930
gf100_grctx_patch_wr32(chan, u, ((bs / 3) << 16) | bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.c
940
gf100_grctx_patch_wr32(chan, 0x419c2c, 0x10000000 | addr >> 12);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
35
gf100_grctx_patch_wr32(chan, 0x40800c, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
36
gf100_grctx_patch_wr32(chan, 0x408010, 0x8007d800);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
37
gf100_grctx_patch_wr32(chan, 0x419004, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
38
gf100_grctx_patch_wr32(chan, 0x419008, 0x00000000);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
54
gf100_grctx_patch_wr32(chan, 0x405830, attrib);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
55
gf100_grctx_patch_wr32(chan, 0x40585c, alpha);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
56
gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
68
gf100_grctx_patch_wr32(chan, o + 0xc0, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
69
gf100_grctx_patch_wr32(chan, o + 0xf4, bo);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
70
gf100_grctx_patch_wr32(chan, o + 0xf0, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
72
gf100_grctx_patch_wr32(chan, o + 0xe4, as);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
73
gf100_grctx_patch_wr32(chan, o + 0xf8, ao);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
75
gf100_grctx_patch_wr32(chan, u, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
79
gf100_grctx_patch_wr32(chan, 0x418eec, 0x00000000);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
80
gf100_grctx_patch_wr32(chan, 0x41befc, 0x00000000);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
88
gf100_grctx_patch_wr32(chan, 0x419b00, 0x00000000 | addr >> 12);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c
89
gf100_grctx_patch_wr32(chan, 0x419b04, 0x80000000 | size >> 7);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
53
gf100_grctx_patch_wr32(chan, 0x405830, attrib);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
54
gf100_grctx_patch_wr32(chan, 0x40585c, alpha);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
55
gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
69
gf100_grctx_patch_wr32(chan, o + 0xc0, gs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
70
gf100_grctx_patch_wr32(chan, p, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
71
gf100_grctx_patch_wr32(chan, o + 0xf4, bo);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
72
gf100_grctx_patch_wr32(chan, o + 0xf0, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
74
gf100_grctx_patch_wr32(chan, o + 0xe4, as);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
75
gf100_grctx_patch_wr32(chan, o + 0xf8, ao);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
77
gf100_grctx_patch_wr32(chan, u, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
81
gf100_grctx_patch_wr32(chan, 0x4181e4, 0x00000100);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c
82
gf100_grctx_patch_wr32(chan, 0x41befc, 0x00000100);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
101
gf100_grctx_patch_wr32(chan, 0x4181e4, 0x00000100);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
102
gf100_grctx_patch_wr32(chan, 0x41befc, 0x00000100);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
110
gf100_grctx_patch_wr32(chan, 0x419e00, 0x00000000 | addr >> 12);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
111
gf100_grctx_patch_wr32(chan, 0x419e04, 0x80000000 | size >> 7);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
75
gf100_grctx_patch_wr32(chan, 0x405830, attrib);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
76
gf100_grctx_patch_wr32(chan, 0x40585c, alpha);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
77
gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
90
gf100_grctx_patch_wr32(chan, o + 0xc0, gs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
91
gf100_grctx_patch_wr32(chan, o + 0xf4, bo);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
92
gf100_grctx_patch_wr32(chan, o + 0xf0, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
94
gf100_grctx_patch_wr32(chan, o + 0xe4, as);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
95
gf100_grctx_patch_wr32(chan, o + 0xf8, ao);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
97
gf100_grctx_patch_wr32(chan, u, bs);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxtu102.c
61
gf100_grctx_patch_wr32(chan, 0x408070, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxtu102.c
62
gf100_grctx_patch_wr32(chan, 0x408074, size >> 8); /*XXX: guess */
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxtu102.c
63
gf100_grctx_patch_wr32(chan, 0x419034, addr >> 8);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxtu102.c
64
gf100_grctx_patch_wr32(chan, 0x408078, 0x00000000);