Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Di915_vma_types.h173 struct i915_vma { struct
177 const struct i915_vma_ops *ops; argument
179 struct drm_i915_gem_object *obj;
180 struct dma_resv *resv; /** Alias of obj->resv */
182 struct sg_table *pages;
183 void __iomem *iomap;
184 void *private; /* owned by creator */
186 struct i915_fence_reg *fence;
211 * and detect a no-op i915_vma_pin() in a single check, while also argument
259 struct i915_active active;
[all …]