Symbol: max_batches
drivers/gpu/drm/i915/selftests/i915_request.c
1794
max_batches(smoke[0].contexts[0], engine);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf108.c
743
const int max_batches = 0xffff;
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/ctxgf117.c
251
const int max_batches = 0xffff;
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/ctxgm107.c
906
const int max_batches = 0xffff;
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/ctxgp100.c
48
const int max_batches = 0xffff;
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/ctxgp102.c
47
const int max_batches = 0xffff;
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/ctxgv100.c
69
const int max_batches = 0xffff;
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgv100.c
77
gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
tools/testing/selftests/vfio/lib/drivers/dsa/dsa.c
200
dsa->max_batches = 1U << (dsa->wq_cap.total_wq_size + IDXD_WQCFG_MIN);
tools/testing/selftests/vfio/lib/drivers/dsa/dsa.c
201
dsa->max_batches = min(dsa->max_batches, ARRAY_SIZE(dsa->batch));
tools/testing/selftests/vfio/lib/drivers/dsa/dsa.c
230
dsa->max_batches * dsa->max_copies_per_batch;
tools/testing/selftests/vfio/lib/drivers/dsa/dsa.c
36
u64 max_batches;