Searched defs:fence (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem.c | 55 struct drm_i915_fence_reg *fence, 65 /* As we do not have an associated fence register, we will force 1139 * object through the GTT and then lose the fence register due to 1182 /* Previous chips need a power-of-two fence region when tiling */ 1199 * potential fence register mapping if needed. 1207 * if a fence register is needed for the object. 1215 * fence register that can contain the object. 1273 * a fence register, and mapping the appropriate aperture address into 1769 * attached to the fence, otherwise just clear the fence 2327 fence_number(struct drm_i915_private *dev_priv, struct drm_i915_fence_reg *fence) argument 2333 i915_gem_object_update_fence(struct drm_i915_gem_object *obj, struct drm_i915_fence_reg *fence, bool enable) argument 2373 struct drm_i915_fence_reg *fence; local [all...] |
H A D | i915_drv.h | 303 u64 fence[I915_MAX_NUM_FENCES]; member in struct:drm_i915_error_state 868 /** LRU list of objects with fence regs on them. */ 1276 * Whether the tiling parameters for the currently associated fence 1280 * command (such as BLT on gen2/3), as a "fence". 1311 * Is the GPU currently using a fence to access this buffer, 1491 * rows, which changed the alignment requirements and fence programming.
|
Completed in 33 milliseconds