Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_engine_user.c47 [COPY_ENGINE_CLASS] = I915_ENGINE_CLASS_COPY,
135 [COPY_ENGINE_CLASS] = "bcs", in intel_engine_class_repr()
158 [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_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.c1253 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()
/Linux-v5.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()
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c1403 engine = engine->gt->engine_class[COPY_ENGINE_CLASS][0]; in reloc_gpu()