struct i915_fence_reg { struct list_head link; struct i915_ggtt *ggtt; struct i915_vma *vma;
atomic_t pin_count; struct i915_active active; int id; /** * Whether the tiling parameters for the currently * associated fence register have changed. Note that * for the purposes of tracking tiling changes we also * treat the unfenced register, the register slot that * the object occupies whilst it executes a fenced * command (such as BLT on gen2/3), as a "fence".
*/ bool dirty;
u32 start;
u32 size;
u32 tiling;
u32 stride;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.