Searched defs:i915_vma_resource (Results 1 – 1 of 1) sorted by relevance
75 struct i915_vma_resource { struct76 struct dma_fence unbind_fence;78 spinlock_t lock;79 refcount_t hold_count;80 struct work_struct work;81 struct i915_sw_fence chain;82 struct rb_node rb;83 u64 __subtree_last;84 struct i915_address_space *vm;85 intel_wakeref_t wakeref;[all …]