Searched defs:i915_vma (Results 1 – 1 of 1) sorted by relevance
174 struct i915_vma { struct178 const struct i915_vma_ops *ops; argument183 struct sg_table *pages;184 void __iomem *iomap;187 struct i915_fence_reg *fence;212 * and detect a no-op i915_vma_pin() in a single check, while also argument260 struct i915_active active;277 struct list_head vm_link;280 struct rb_node obj_node;281 struct hlist_node obj_hash;[all …]
Completed in 6 milliseconds