/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
nouveau_nvkm_engine_gr_ctxgp100.c | 57 const int max_batches = 0xffff; local in function:gp100_grctx_generate_attrib 75 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
nouveau_nvkm_engine_gr_ctxgp102.c | 53 const int max_batches = 0xffff; local in function:gp102_grctx_generate_attrib 71 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
nouveau_nvkm_engine_gr_ctxgf108.c | 751 const int max_batches = 0xffff; local in function:gf108_grctx_generate_attrib 759 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
nouveau_nvkm_engine_gr_ctxgf117.c | 259 const int max_batches = 0xffff; local in function:gf117_grctx_generate_attrib 267 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
|
nouveau_nvkm_engine_gr_ctxgm107.c | 923 const int max_batches = 0xffff; local in function:gm107_grctx_generate_attrib 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 in typeref:typename:int 1391 max_batches(smoke[0].contexts[0], engine);
|