Searched refs:ncontext (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_execlists.c | 3477 unsigned int ncontext; member 3485 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext, in smoke_context() 3551 } while (!smoke->result && count < smoke->ncontext && in smoke_crescendo_work() 3605 count, flags, smoke->gt->info.num_engines, smoke->ncontext); in smoke_crescendo() 3631 } while (count < smoke->ncontext && !__igt_timeout(end_time, NULL)); in smoke_random() 3634 count, flags, smoke->gt->info.num_engines, smoke->ncontext); in smoke_random() 3643 .ncontext = 256, in live_preempt_smoke() 3651 smoke.contexts = kmalloc_objs(*smoke.contexts, smoke.ncontext); in live_preempt_smoke() 3678 for (n = 0; n < smoke.ncontext; n++) { in live_preempt_smoke() 3698 for (n = 0; n < smoke.ncontext; n++) { in live_preempt_smoke()
|