Home
last modified time | relevance | path

Searched refs:max_batches (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/vfio/lib/drivers/dsa/
H A Ddsa.c36 u64 max_batches; member
211 dsa->max_batches = 1U << (dsa->wq_cap.total_wq_size + IDXD_WQCFG_MIN); in dsa_init()
212 dsa->max_batches = min(dsa->max_batches, ARRAY_SIZE(dsa->batch)); in dsa_init()
241 dsa->max_batches * dsa->max_copies_per_batch; in dsa_completion_wait()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf108.c743 const int max_batches = 0xffff; in gf108_grctx_generate_attrib() local
749 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gf108_grctx_generate_attrib()
H A Dctxgp102.c47 const int max_batches = 0xffff; in gp102_grctx_generate_attrib() local
55 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gp102_grctx_generate_attrib()
H A Dctxgp100.c48 const int max_batches = 0xffff; in gp100_grctx_generate_attrib() local
56 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gp100_grctx_generate_attrib()
H A Dctxgf117.c251 const int max_batches = 0xffff; in gf117_grctx_generate_attrib() local
257 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gf117_grctx_generate_attrib()
H A Dctxgm107.c906 const int max_batches = 0xffff; in gm107_grctx_generate_attrib() local
912 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gm107_grctx_generate_attrib()
H A Dctxgv100.c69 const int max_batches = 0xffff; in gv100_grctx_generate_attrib() local
77 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches); in gv100_grctx_generate_attrib()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1689 max_batches(struct i915_gem_context *ctx, struct intel_engine_cs *engine) in max_batches() function
1794 max_batches(smoke[0].contexts[0], engine); in live_breadcrumbs_smoketest()