Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Di915_vma_types.h185 struct i915_vma { struct
189 const struct i915_vma_ops *ops; argument
191 struct drm_i915_gem_object *obj;
193 struct sg_table *pages;
194 void __iomem *iomap;
195 void *private; /* owned by creator */
197 struct i915_fence_reg *fence;
221 * and detect a no-op i915_vma_pin() in a single check, while also argument
267 struct i915_active active;
271 atomic_t pages_count; /* number of active binds to the pages */
[all …]