Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h76056 struct i915_request { struct
76057 struct dma_fence fence;
76058 spinlock_t lock;
76059 struct drm_i915_private *i915;
76060 struct i915_gem_context *gem_context;
76061 struct intel_engine_cs *engine;
76062 struct intel_context *hw_context;
76063 struct intel_ring *ring;
76064 struct intel_timeline *timeline;
76065 struct list_head signal_link;
[all …]
Dvmlinux.h76056 struct i915_request { struct
76057 struct dma_fence fence;
76058 spinlock_t lock;
76059 struct drm_i915_private *i915;
76060 struct i915_gem_context *gem_context;
76061 struct intel_engine_cs *engine;
76062 struct intel_context *hw_context;
76063 struct intel_ring *ring;
76064 struct intel_timeline *timeline;
76065 struct list_head signal_link;
[all …]