Lines Matching defs:i915_vma_resource
100 struct i915_vma_resource { struct
101 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;
141 bool i915_vma_resource_hold(struct i915_vma_resource *vma_res, argument