Searched defs:i915_vma_resource (Results 1 – 1 of 1) sorted by relevance
100 struct i915_vma_resource { struct101 struct dma_fence unbind_fence;103 spinlock_t lock;104 refcount_t hold_count;105 struct work_struct work;106 struct i915_sw_fence chain;107 struct rb_node rb;108 u64 __subtree_last;109 struct i915_address_space *vm;110 intel_wakeref_t wakeref;[all …]