Searched refs:MAX_ENGINE_INSTANCE (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dselftest_guc_multi_lrc.c15 struct intel_engine_cs *sorted[MAX_ENGINE_INSTANCE + 1];
19 for (j = 0; j < MAX_ENGINE_INSTANCE + 1; ++j) {
34 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1];
H A Dintel_guc_submission.c433 struct sync_semaphore join[MAX_ENGINE_INSTANCE + 1];
436 sizeof(struct sync_semaphore) * (MAX_ENGINE_INSTANCE + 2)];
2264 u32 action[4 + MAX_ENGINE_INSTANCE];
2267 GEM_BUG_ON(ce->parallel.number_children > MAX_ENGINE_INSTANCE);
2287 u32 action[13 + (MAX_ENGINE_INSTANCE * 2)];
2291 GEM_BUG_ON(ce->parallel.number_children > MAX_ENGINE_INSTANCE);
4045 for (i = 0; i < MAX_ENGINE_INSTANCE; ++i) {
4883 GEM_BUG_ON(instance > MAX_ENGINE_INSTANCE);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_types.h207 [MAX_ENGINE_INSTANCE + 1];
H A Dintel_engine_types.h38 #define MAX_ENGINE_INSTANCE 8 macro
H A Dintel_engine_cs.c459 BUILD_BUG_ON(MAX_ENGINE_INSTANCE >= BIT(GEN11_ENGINE_INSTANCE_WIDTH));
460 BUILD_BUG_ON(I915_MAX_VCS > (MAX_ENGINE_INSTANCE + 1));
461 BUILD_BUG_ON(I915_MAX_VECS > (MAX_ENGINE_INSTANCE + 1));
469 if (GEM_DEBUG_WARN_ON(info->instance > MAX_ENGINE_INSTANCE))
979 u8 map[MAX_ENGINE_INSTANCE + 1];
981 for (i = 0; i < MAX_ENGINE_INSTANCE + 1; ++i)
1000 u8 logical_ids[MAX_ENGINE_INSTANCE + 1];
H A Dselftest_execlists.c3846 for (inst = 0; inst <= MAX_ENGINE_INSTANCE; inst++) {
3870 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1];
3914 struct i915_request *request[MAX_ENGINE_INSTANCE + 1];
3999 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1];
4161 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1];
4299 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1];
4434 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1];
H A Dintel_gt_irq.c135 if (class <= MAX_ENGINE_CLASS && instance <= MAX_ENGINE_INSTANCE) {
H A Dintel_migrate.c288 struct intel_engine_cs *engines[MAX_ENGINE_INSTANCE];
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_execbuffer.c258 struct i915_request *requests[MAX_ENGINE_INSTANCE + 1];
260 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1];
299 u64 batch_len[MAX_ENGINE_INSTANCE + 1];
315 struct i915_capture_list *capture_lists[MAX_ENGINE_INSTANCE + 1];

Completed in 268 milliseconds