Home
last modified time | relevance | path

Searched refs:I915_ENGINE_CLASS_VIDEO (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daubinator_error_decode.c82 { I915_ENGINE_CLASS_VIDEO, 0, "VCS_ACTHD_UDW" },
83 { I915_ENGINE_CLASS_VIDEO, 1, "VCS2_ACTHD_UDW" },
90 { I915_ENGINE_CLASS_VIDEO, 0, "VCS_RING_BUFFER_CTL" },
91 { I915_ENGINE_CLASS_VIDEO, 1, "VCS2_RING_BUFFER_CTL" },
98 { I915_ENGINE_CLASS_VIDEO, 0, "VCS_FAULT_REG" },
109 [I915_ENGINE_CLASS_VIDEO] = "vcs", in ring_name_to_class()
127 { "bsd", I915_ENGINE_CLASS_VIDEO, 0 }, in ring_name_to_class()
128 { "bsd2", I915_ENGINE_CLASS_VIDEO, 1 }, in ring_name_to_class()
183 case I915_ENGINE_CLASS_VIDEO: in instdone_register_for_ring()
Daub_write.c367 [I915_ENGINE_CLASS_VIDEO] = {
369 .engine_class = I915_ENGINE_CLASS_VIDEO,
456 case I915_ENGINE_CLASS_VIDEO: in engine_from_engine_class()
473 [I915_ENGINE_CLASS_VIDEO] = gfx8_video_context_init, in get_context_init()
478 [I915_ENGINE_CLASS_VIDEO] = gfx10_video_context_init, in get_context_init()
509 case I915_ENGINE_CLASS_VIDEO: reg = HWS_PGA_VCSUNIT0; break; in write_hwsp()
783 [I915_ENGINE_CLASS_VIDEO] = AUB_TRACE_TYPE_RING_PRB1, in aub_dump_ring_buffer_legacy()
Daub_read.c156 engine = I915_ENGINE_CLASS_VIDEO; in handle_trace_block()
204 engine = I915_ENGINE_CLASS_VIDEO; in handle_memtrace_reg_write()
242 engine = I915_ENGINE_CLASS_VIDEO; in handle_memtrace_reg_write()
Daub_write.h77 struct aub_hw_context hw_contexts[I915_ENGINE_CLASS_VIDEO + 1];
Derror2aub.c201 { "vcs", I915_ENGINE_CLASS_VIDEO, true }, in engine_from_name()
207 { "bsd command stream", I915_ENGINE_CLASS_VIDEO, false }, in engine_from_name()
Dintel_dump_gpu.c197 return I915_ENGINE_CLASS_VIDEO; in engine_class_from_ring_flag()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c169 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_VIDEO) | in create_group()
190 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_VIDEO); in create_group()
/third_party/libdrm/include/drm/
Di915_drm.h121 I915_ENGINE_CLASS_VIDEO = 2, enumerator
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h167 I915_ENGINE_CLASS_VIDEO = 2, enumerator