Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
A Dintel_timeline_types.h21 struct intel_timeline { struct
39 * Note that the active_count is protected by the intel_timeline.mutex, argument
43 atomic_t pin_count;
44 atomic_t active_count;
46 void *hwsp_map;
70 struct intel_timeline *retire; argument
81 struct i915_syncmap *sync;
83 struct list_head link;
84 struct intel_gt *gt;
88 struct kref kref;
[all …]

Completed in 3 milliseconds