Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_vma_types.h177 struct i915_vma { struct
181 const struct i915_vma_ops *ops; argument
183 struct drm_i915_gem_object *obj;
184 struct dma_resv *resv; /** Alias of obj->resv */
186 struct sg_table *pages;
187 void __iomem *iomap;
188 void *private; /* owned by creator */
190 struct i915_fence_reg *fence;
215 * and detect a no-op i915_vma_pin() in a single check, while also argument
261 struct i915_active active;
[all …]