Home
last modified time | relevance | path

Searched refs:intel_remapped_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gem_gtt.h159 struct intel_remapped_info { struct
177 I915_GGTT_VIEW_REMAPPED = sizeof(struct intel_remapped_info), argument
184 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 9*sizeof(unsigned int)); in assert_i915_gem_gtt_types()
187 BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) != in assert_i915_gem_gtt_types()
189 BUILD_BUG_ON(offsetofend(struct intel_remapped_info, plane[1]) != in assert_i915_gem_gtt_types()
211 struct intel_remapped_info remapped;
Di915_gem_gtt.c3465 intel_remap_pages(struct intel_remapped_info *rem_info, in intel_remap_pages()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.h53 struct intel_remapped_info;
445 unsigned int intel_remapped_info_size(const struct intel_remapped_info *rem_info);
Dintel_display.c1983 unsigned int intel_remapped_info_size(const struct intel_remapped_info *rem_info) in intel_remapped_info_size()
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Di915_vma.c406 static unsigned long remapped_index(const struct intel_remapped_info *r, in remapped_index()
417 const struct intel_remapped_info *r, unsigned int n, in assert_remapped()