Home
last modified time | relevance | path

Searched defs:max_batches (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp102.c47 const int max_batches = 0xffff; in gp102_grctx_generate_attrib() local
H A Dctxgf108.c743 const int max_batches = 0xffff; in gf108_grctx_generate_attrib() local
H A Dctxgp100.c48 const int max_batches = 0xffff; in gp100_grctx_generate_attrib() local
H A Dctxgf117.c251 const int max_batches = 0xffff; in gf117_grctx_generate_attrib() local
H A Dctxgv100.c69 const int max_batches = 0xffff; in gv100_grctx_generate_attrib() local
H A Dctxgm107.c906 const int max_batches = 0xffff; in gm107_grctx_generate_attrib() local
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1688 max_batches(struct i915_gem_context *ctx, struct intel_engine_cs *engine) in max_batches() function