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