Home
last modified time | relevance | path

Searched defs:i915_vma (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_vma_types.h135 struct i915_vma { struct
139 const struct i915_vma_ops *ops; argument
141 struct drm_i915_gem_object *obj;
143 struct sg_table *pages;
144 void __iomem *iomap;
145 void *private; /* owned by creator */
147 struct i915_fence_reg *fence;
172 * and detect a no-op i915_vma_pin() in a single check, while also argument
218 struct i915_active active;
222 atomic_t pages_count; /* number of active binds to the pages */
[all …]
/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_vma.h23 struct i915_vma { struct
33 static inline u32 i915_ggtt_offset(const struct i915_vma *vma) in i915_ggtt_offset() argument