Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma_types.h183 struct i915_vma { struct
187 const struct i915_vma_ops *ops; argument
189 struct drm_i915_gem_object *obj;
191 struct sg_table *pages;
192 void __iomem *iomap;
193 void *private; /* owned by creator */
195 struct i915_fence_reg *fence;
220 * and detect a no-op i915_vma_pin() in a single check, while also argument
266 struct i915_active active;
277 bool vm_ddestroy;
[all …]