Home
last modified time | relevance | path

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

/linux-5.10/drivers/gpu/drm/i915/
Di915_vma_types.h169 struct i915_vma { struct
173 const struct i915_vma_ops *ops; argument
175 struct drm_i915_gem_object *obj;
176 struct dma_resv *resv; /** Alias of obj->resv */
178 struct sg_table *pages;
179 void __iomem *iomap;
180 void *private; /* owned by creator */
182 struct i915_fence_reg *fence;
207 * and detect a no-op i915_vma_pin() in a single check, while also argument
252 struct i915_active active;
[all …]