Searched refs:COPY_ENGINE_CLASS (Results 1 – 10 of 10) sorted by relevance
31 GEM_BUG_ON(engine->class != COPY_ENGINE_CLASS); in engine_supports_migration()94 for (i = 0; i < ARRAY_SIZE(gt->engine_class[COPY_ENGINE_CLASS]); i++) { in migrate_vm()101 engine = gt->engine_class[COPY_ENGINE_CLASS][i]; in migrate_vm()153 for (i = 0; i < ARRAY_SIZE(gt->engine_class[COPY_ENGINE_CLASS]); i++) { in first_copy_engine()154 engine = gt->engine_class[COPY_ENGINE_CLASS][i]; in first_copy_engine()210 for (i = 0; i < ARRAY_SIZE(gt->engine_class[COPY_ENGINE_CLASS]); i++) { in __migrate_engines()211 engine = gt->engine_class[COPY_ENGINE_CLASS][i]; in __migrate_engines()
47 [COPY_ENGINE_CLASS] = I915_ENGINE_CLASS_COPY,139 [COPY_ENGINE_CLASS] = "bcs", in intel_engine_class_repr()162 [COPY_ENGINE_CLASS] = { BCS0, 1 }, in legacy_ring_idx()
103 if (class <= COPY_ENGINE_CLASS) in gen11_gt_identity_handler()295 intel_engine_cs_irq(gt->engine_class[COPY_ENGINE_CLASS][0], in gen6_gt_irq_handler()317 intel_engine_cs_irq(gt->engine_class[COPY_ENGINE_CLASS][0], in gen8_gt_irq_handler()
34 #define COPY_ENGINE_CLASS 3 macro
681 if (engine->class == COPY_ENGINE_CLASS) { in gen12_ctx_gt_mocs_init()1630 engine->class == COPY_ENGINE_CLASS)) in dg1_whitelist_build()
62 .class = COPY_ENGINE_CLASS,233 case COPY_ENGINE_CLASS: in intel_engine_context_size()
1319 case COPY_ENGINE_CLASS: in intel_ring_submission_setup()
1392 if (engine->class == COPY_ENGINE_CLASS && GRAPHICS_VER(engine->i915) == 9) in skip_isolation()
154 BUILD_BUG_ON(GUC_BLITTER_CLASS != COPY_ENGINE_CLASS); in engine_class_to_guc_class()
950 engine->class == COPY_ENGINE_CLASS)) in intel_engine_init_cmd_parser()978 case COPY_ENGINE_CLASS: in intel_engine_init_cmd_parser()
Completed in 30 milliseconds