Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/i915/
H A 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 bus_space_handle_t bsh;
196 void *private; /* owned by creator */
198 struct i915_fence_reg *fence;
223 * and detect a no-op i915_vma_pin() in a single check, while also argument
269 struct i915_active active;
[all …]