| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_ctxgp102.c | 53 const int max_batches = 0xffff; local 71 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
| nouveau_nvkm_engine_gr_ctxgp100.c | 57 const int max_batches = 0xffff; local 75 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
| nouveau_nvkm_engine_gr_ctxgf117.c | 259 const int max_batches = 0xffff; local 267 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
| nouveau_nvkm_engine_gr_ctxgf108.c | 751 const int max_batches = 0xffff; local 759 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
| nouveau_nvkm_engine_gr_ctxgm107.c | 923 const int max_batches = 0xffff; local 932 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_request.c | 1285 max_batches(struct i915_gem_context *ctx, struct intel_engine_cs *engine) function 1391 max_batches(smoke[0].contexts[0], engine);
|