Searched refs:I915_ENGINE_CLASS_VIDEO (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_error_decode.c | 82 { 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()
|
D | aub_write.c | 367 [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()
|
D | aub_read.c | 156 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()
|
D | aub_write.h | 77 struct aub_hw_context hw_contexts[I915_ENGINE_CLASS_VIDEO + 1];
|
D | error2aub.c | 201 { "vcs", I915_ENGINE_CLASS_VIDEO, true }, in engine_from_name() 207 { "bsd command stream", I915_ENGINE_CLASS_VIDEO, false }, in engine_from_name()
|
D | intel_dump_gpu.c | 197 return I915_ENGINE_CLASS_VIDEO; in engine_class_from_ring_flag()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.c | 169 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/ |
D | i915_drm.h | 121 I915_ENGINE_CLASS_VIDEO = 2, enumerator
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 167 I915_ENGINE_CLASS_VIDEO = 2, enumerator
|