Searched refs:max_batches (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp102.c47 const int max_batches = 0xffff; local
55 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
H A Dctxgp100.c48 const int max_batches = 0xffff; local
56 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
H A Dctxgf117.c251 const int max_batches = 0xffff; local
257 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
H A Dctxgv100.c69 const int max_batches = 0xffff; local
77 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
H A Dctxgf108.c743 const int max_batches = 0xffff; local
749 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
H A Dctxgm107.c906 const int max_batches = 0xffff; local
912 gf100_grctx_patch_wr32(chan, 0x4064c4, ((alpha / 4) << 16) | max_batches);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1688 max_batches(struct i915_gem_context *ctx, struct intel_engine_cs *engine) function
1795 max_batches(smoke[0].contexts[0], engine);

Completed in 117 milliseconds