Home
last modified time | relevance | path

Searched refs:COPY_ENGINE_CLASS (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_engine_user.c47 [COPY_ENGINE_CLASS] = I915_ENGINE_CLASS_COPY,
136 [COPY_ENGINE_CLASS] = "bcs", in intel_engine_class_repr()
159 [COPY_ENGINE_CLASS] = { BCS0, 1 }, in legacy_ring_idx()
Dintel_gt_irq.c141 if (class <= COPY_ENGINE_CLASS) in gen11_gt_identity_handler()
308 intel_engine_signal_breadcrumbs(gt->engine_class[COPY_ENGINE_CLASS][0]); in gen6_gt_irq_handler()
329 cs_irq_handler(gt->engine_class[COPY_ENGINE_CLASS][0], in gen8_gt_irq_handler()
Dintel_gt.c700 [COPY_ENGINE_CLASS] = GEN8_BTCR, in intel_gt_invalidate_tlbs()
706 [COPY_ENGINE_CLASS] = GEN12_BLT_TLB_INV_CR, in intel_gt_invalidate_tlbs()
Dintel_engine_types.h47 #define COPY_ENGINE_CLASS 3 macro
Dintel_engine_cs.c83 .class = COPY_ENGINE_CLASS,
220 case COPY_ENGINE_CLASS: in intel_engine_context_size()
Dintel_ring_submission.c1255 case COPY_ENGINE_CLASS: in intel_ring_submission_setup()
Dselftest_lrc.c6023 if (engine->class == COPY_ENGINE_CLASS && INTEL_GEN(engine->i915) == 9) in skip_isolation()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ads.c155 blob->system_info.engine_enabled_masks[COPY_ENGINE_CLASS] = 1; in __guc_ads_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_cmd_parser.c949 engine->class == COPY_ENGINE_CLASS)) in intel_engine_init_cmd_parser()
977 case COPY_ENGINE_CLASS: in intel_engine_init_cmd_parser()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c1408 engine = engine->gt->engine_class[COPY_ENGINE_CLASS][0]; in reloc_gpu()