Home
last modified time | relevance | path

Searched refs:I915_ENGINE_CLASS_COPY (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator_error_decode.c86 { I915_ENGINE_CLASS_COPY, 0, "BCS_ACTHD_UDW" },
94 { I915_ENGINE_CLASS_COPY, 0, "BCS_RING_BUFFER_CTL" },
102 { I915_ENGINE_CLASS_COPY, 0, "BCS_FAULT_REG" },
113 [I915_ENGINE_CLASS_COPY] = "bcs", in ring_name_to_class()
131 { "blt", I915_ENGINE_CLASS_COPY, 0 }, in ring_name_to_class()
185 case I915_ENGINE_CLASS_COPY: in instdone_register_for_ring()
Daub_write.c376 [I915_ENGINE_CLASS_COPY] = {
378 .engine_class = I915_ENGINE_CLASS_COPY,
455 case I915_ENGINE_CLASS_COPY: in engine_from_engine_class()
472 [I915_ENGINE_CLASS_COPY] = gen8_blitter_context_init, in get_context_init()
477 [I915_ENGINE_CLASS_COPY] = gen10_blitter_context_init, in get_context_init()
508 case I915_ENGINE_CLASS_COPY: reg = HWS_PGA_BCSUNIT; break; in write_hwsp()
784 [I915_ENGINE_CLASS_COPY] = AUB_TRACE_TYPE_RING_PRB2, in aub_dump_ring_buffer_legacy()
Daub_read.c161 engine = I915_ENGINE_CLASS_COPY; in handle_trace_block()
216 engine = I915_ENGINE_CLASS_COPY; in handle_memtrace_reg_write()
249 engine = I915_ENGINE_CLASS_COPY; in handle_memtrace_reg_write()
Derror2aub.c203 { "bcs", I915_ENGINE_CLASS_COPY, true }, in engine_from_name()
206 { "blt command stream", I915_ENGINE_CLASS_COPY, false }, in engine_from_name()
Dintel_dump_gpu.c199 return I915_ENGINE_CLASS_COPY; in engine_class_from_ring_flag()
/external/igt-gpu-tools/lib/
Digt_gt.c589 { "bcs0", I915_ENGINE_CLASS_COPY, 0, I915_EXEC_BLT },
604 return I915_ENGINE_CLASS_COPY; in gem_execbuf_flags_to_engine_class()
/external/igt-gpu-tools/overlay/
Dgpu-top.c52 { I915_ENGINE_CLASS_COPY, 0, "bcs0" }, in perf_init()
/external/igt-gpu-tools/tests/i915/
Di915_query.c685 case I915_ENGINE_CLASS_COPY: in engines()
709 igt_assert(has_engine(engines, I915_ENGINE_CLASS_COPY, 0)); in engines()
Dgem_ctx_isolation.c40 BCS0 = ENGINE(I915_ENGINE_CLASS_COPY, 0),
Dgem_exec_balancer.c493 [I915_ENGINE_CLASS_COPY] = "bcs", in class_to_str()
/external/igt-gpu-tools/tools/
Dintel_gpu_top.c133 case I915_ENGINE_CLASS_COPY: in class_display_name()
149 case I915_ENGINE_CLASS_COPY: in class_short_name()
/external/mesa3d/src/intel/common/
Dgen_decoder.c170 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()
192 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()
/external/libdrm/include/drm/
Di915_drm.h120 I915_ENGINE_CLASS_COPY = 1, enumerator
/external/igt-gpu-tools/include/drm-uapi/
Di915_drm.h120 I915_ENGINE_CLASS_COPY = 1, enumerator
/external/kernel-headers/original/uapi/drm/
Di915_drm.h120 I915_ENGINE_CLASS_COPY = 1, enumerator
/external/minigbm/external/
Di915_drm.h120 I915_ENGINE_CLASS_COPY = 1, enumerator
/external/mesa3d/include/drm-uapi/
Di915_drm.h120 I915_ENGINE_CLASS_COPY = 1, enumerator
/external/igt-gpu-tools/benchmarks/
Dgem_wsim.c441 engines[i].engine_class = I915_ENGINE_CLASS_COPY; in query_engines()
591 ci.engine_class = I915_ENGINE_CLASS_COPY; in get_engine()
2256 { I915_ENGINE_CLASS_COPY, 0, BCS }, in busy_init()