Searched refs:I915_NUM_ENGINES (Results 1 – 24 of 24) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/i915/gvt/ |
| D | scheduler.h | 47 struct intel_vgpu_workload *current_workload[I915_NUM_ENGINES]; 52 struct intel_vgpu *engine_owner[I915_NUM_ENGINES]; 55 struct task_struct *thread[I915_NUM_ENGINES]; 56 wait_queue_head_t waitq[I915_NUM_ENGINES];
|
| D | gvt.h | 151 struct intel_vgpu_execlist execlist[I915_NUM_ENGINES]; 152 struct list_head workload_q_head[I915_NUM_ENGINES]; 153 struct intel_context *shadow[I915_NUM_ENGINES]; 160 DECLARE_BITMAP(shadow_ctx_desc_updated, I915_NUM_ENGINES); 161 DECLARE_BITMAP(tlb_handle_pending, I915_NUM_ENGINES); 162 void *ring_scan_buffer[I915_NUM_ENGINES]; 163 int ring_scan_buffer_size[I915_NUM_ENGINES]; 171 } last_ctx[I915_NUM_ENGINES]; 209 u32 hws_pga[I915_NUM_ENGINES]; 342 struct notifier_block shadow_ctx_notifier_block[I915_NUM_ENGINES]; [all …]
|
| D | vgpu.c | 280 for (i = 0; i < I915_NUM_ENGINES; i++) in intel_gvt_create_idle_vgpu()
|
| D | mmio_context.c | 154 u32 control_table[I915_NUM_ENGINES][GEN9_MOCS_SIZE];
|
| D | scheduler.c | 1420 bitmap_zero(s->shadow_ctx_desc_updated, I915_NUM_ENGINES); in intel_vgpu_setup_submission() 1435 bitmap_zero(s->tlb_handle_pending, I915_NUM_ENGINES); in intel_vgpu_setup_submission()
|
| D | cmd_parser.c | 596 static const struct decode_info *ring_decode_info[I915_NUM_ENGINES][8] = {
|
| /Linux-v6.6/drivers/gpu/drm/i915/selftests/ |
| D | igt_live_test.h | 20 unsigned int reset_engine[I915_NUM_ENGINES];
|
| /Linux-v6.6/drivers/gpu/drm/i915/gt/ |
| D | intel_gt_types.h | 205 struct intel_engine_cs *engine[I915_NUM_ENGINES];
|
| D | intel_engine_types.h | 143 I915_NUM_ENGINES enumerator
|
| D | selftest_timeline.c | 284 return i915_prandom_u32_max_state(I915_NUM_ENGINES, rnd); in random_engine() 539 timelines = kvmalloc_array(NUM_TIMELINES * I915_NUM_ENGINES, in live_hwsp_engine() 614 timelines = kvmalloc_array(NUM_TIMELINES * I915_NUM_ENGINES, in live_hwsp_alternate()
|
| D | mock_engine.c | 347 GEM_BUG_ON(id >= I915_NUM_ENGINES); in mock_engine()
|
| D | intel_engine_cs.c | 479 BUILD_BUG_ON(BITS_PER_TYPE(engine->mask) < I915_NUM_ENGINES); in intel_engine_setup() 978 GENMASK(BITS_PER_TYPE(mask) - 1, I915_NUM_ENGINES)); in intel_engines_init_mmio() 1684 static const i915_reg_t _reg[I915_NUM_ENGINES] = { in __cs_pending_mi_force_wakes()
|
| D | intel_gt.c | 512 struct i915_request *requests[I915_NUM_ENGINES] = {}; in __engines_record_defaults()
|
| D | selftest_hangcheck.c | 989 threads = kmalloc_array(I915_NUM_ENGINES, sizeof(*threads), GFP_KERNEL); in __igt_reset_engines() 1012 memset(threads, 0, sizeof(*threads) * I915_NUM_ENGINES); in __igt_reset_engines()
|
| D | selftest_workarounds.c | 34 } engine[I915_NUM_ENGINES];
|
| D | intel_reset.c | 1562 BUILD_BUG_ON(I915_RESET_ENGINE + I915_NUM_ENGINES > in intel_gt_set_wedged_on_init()
|
| D | selftest_execlists.c | 3557 struct kthread_worker *worker[I915_NUM_ENGINES] = {}; in smoke_crescendo() 3564 arg = kmalloc_array(I915_NUM_ENGINES, sizeof(*arg), GFP_KERNEL); in smoke_crescendo() 3568 memset(arg, 0, I915_NUM_ENGINES * sizeof(*arg)); in smoke_crescendo()
|
| D | intel_execlists_submission.c | 194 } nodes[I915_NUM_ENGINES];
|
| /Linux-v6.6/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc.h | 184 u32 ads_regset_count[I915_NUM_ENGINES];
|
| D | intel_guc_submission.c | 5505 BUILD_BUG_ON(ilog2(VIRTUAL_ENGINES) < I915_NUM_ENGINES); in guc_create_virtual()
|
| /Linux-v6.6/drivers/gpu/drm/i915/ |
| D | i915_gpu_error.h | 235 atomic_t reset_engine_count[I915_NUM_ENGINES];
|
| D | intel_device_info.c | 404 BUILD_BUG_ON(BITS_PER_TYPE(intel_engine_mask_t) < I915_NUM_ENGINES); in intel_device_info_runtime_init()
|
| D | i915_drv.h | 393 (id__) < I915_NUM_ENGINES; \
|
| /Linux-v6.6/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_context.c | 1103 const unsigned int max = I915_NUM_ENGINES; in default_engines()
|