Home
last modified time | relevance | path

Searched defs:intel_engine_cs (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h76126 struct intel_engine_cs { struct
76127 struct drm_i915_private *i915;
76128 struct intel_gt *gt;
76129 struct intel_uncore *uncore;
76130 char name[8];
76131 enum intel_engine_id id;
76132 enum intel_engine_id legacy_idx;
76133 unsigned int hw_id;
76134 unsigned int guc_id;
76135 intel_engine_mask_t mask;
[all …]
Dvmlinux.h76126 struct intel_engine_cs { struct
76127 struct drm_i915_private *i915;
76128 struct intel_gt *gt;
76129 struct intel_uncore *uncore;
76130 char name[8];
76131 enum intel_engine_id id;
76132 enum intel_engine_id legacy_idx;
76133 unsigned int hw_id;
76134 unsigned int guc_id;
76135 intel_engine_mask_t mask;
[all …]