Searched refs:I915_ENGINE_CLASS_COPY (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_error_decode.c | 81 { I915_ENGINE_CLASS_COPY, 0, "BCS_ACTHD_UDW" }, 89 { I915_ENGINE_CLASS_COPY, 0, "BCS_RING_BUFFER_CTL" }, 97 { I915_ENGINE_CLASS_COPY, 0, "BCS_FAULT_REG" }, 108 [I915_ENGINE_CLASS_COPY] = "bcs", in ring_name_to_class() 126 { "blt", I915_ENGINE_CLASS_COPY, 0 }, in ring_name_to_class() 180 case I915_ENGINE_CLASS_COPY: in instdone_register_for_ring()
|
D | aub_write.c | 376 [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] = gfx8_blitter_context_init, in get_context_init() 477 [I915_ENGINE_CLASS_COPY] = gfx10_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()
|
D | aub_read.c | 159 engine = I915_ENGINE_CLASS_COPY; in handle_trace_block() 214 engine = I915_ENGINE_CLASS_COPY; in handle_memtrace_reg_write() 247 engine = I915_ENGINE_CLASS_COPY; in handle_memtrace_reg_write()
|
D | error2aub.c | 203 { "bcs", I915_ENGINE_CLASS_COPY, true }, in engine_from_name() 206 { "blt command stream", I915_ENGINE_CLASS_COPY, false }, in engine_from_name()
|
D | intel_dump_gpu.c | 199 return I915_ENGINE_CLASS_COPY; in engine_class_from_ring_flag()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.c | 170 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()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 120 I915_ENGINE_CLASS_COPY = 1, enumerator
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 166 I915_ENGINE_CLASS_COPY = 1, enumerator
|