Searched refs:intel_remapped_info (Results 1 – 5 of 5) sorted by relevance
107 struct intel_remapped_info { struct126 I915_GGTT_VIEW_REMAPPED = sizeof(struct intel_remapped_info), argument133 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 5 * sizeof(u32) + 16 * sizeof(u16)); in assert_i915_gem_gtt_types()136 BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) != in assert_i915_gem_gtt_types()138 BUILD_BUG_ON(offsetofend(struct intel_remapped_info, plane[1]) != in assert_i915_gem_gtt_types()160 struct intel_remapped_info remapped;
58 struct intel_remapped_info;555 unsigned int intel_remapped_info_size(const struct intel_remapped_info *rem_info);
845 unsigned int intel_remapped_info_size(const struct intel_remapped_info *rem_info) in intel_remapped_info_size()
436 static unsigned long remapped_index(const struct intel_remapped_info *r, in remapped_index()447 const struct intel_remapped_info *r, unsigned int n, in assert_remapped()
1468 intel_remap_pages(struct intel_remapped_info *rem_info, in intel_remap_pages()
Completed in 29 milliseconds