Searched refs:intel_remapped_info (Results 1 – 5 of 5) sorted by relevance
28 struct intel_remapped_info { struct41 I915_GTT_VIEW_REMAPPED = sizeof(struct intel_remapped_info), argument47 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 5 * sizeof(u32) + 16 * sizeof(u16)); in assert_i915_gem_gtt_types()50 BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) != in assert_i915_gem_gtt_types()52 BUILD_BUG_ON(offsetofend(struct intel_remapped_info, plane[1]) != in assert_i915_gem_gtt_types()72 struct intel_remapped_info remapped;
116 struct intel_remapped_info { struct135 I915_GTT_VIEW_REMAPPED = sizeof(struct intel_remapped_info), argument142 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 5 * sizeof(u32) + 16 * sizeof(u16)); in assert_i915_gem_gtt_types()145 BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) != in assert_i915_gem_gtt_types()147 BUILD_BUG_ON(offsetofend(struct intel_remapped_info, plane[1]) != in assert_i915_gem_gtt_types()169 struct intel_remapped_info remapped;
62 struct intel_remapped_info;472 unsigned int intel_remapped_info_size(const struct intel_remapped_info *rem_info);
437 static unsigned long remapped_index(const struct intel_remapped_info *r, in remapped_index()448 const struct intel_remapped_info *r, unsigned int n, in assert_remapped()
139 const struct intel_remapped_info *remap_info = &view->remapped; in __xe_pin_fb_vma_dpt()