Searched refs:ncontexts (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c676 unsigned long ncontexts, ndwords, dw; local
697 ncontexts = 0;
748 ncontexts++;
755 ncontexts, engine->name, ndwords);
757 ncontexts = dw = 0;
762 err = cpu_check(obj, ncontexts++, rem);
822 unsigned long ncontexts, ndwords, dw; local
832 ncontexts = 0;
882 ncontexts++;
888 ncontexts, engin
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c286 int ncontexts, max_batch; member in struct:smoketest
314 const unsigned int max_batch = min(t->ncontexts, t->max_batch) - 1;
315 const unsigned int total = 4 * t->ncontexts + 1;
366 t->contexts[order[n] % t->ncontexts];
459 .ncontexts = 1024,
478 t.contexts = kcalloc(t.ncontexts, sizeof(*t.contexts), GFP_KERNEL);
484 for (n = 0; n < t.ncontexts; n++) {
531 for (n = 0; n < t.ncontexts; n++) {
1769 smoke[0].ncontexts = 64;
1770 smoke[0].contexts = kcalloc(smoke[0].ncontexts,
[all...]

Completed in 122 milliseconds