Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_vma_types.h118 struct intel_remapped_info { struct
137 I915_GTT_VIEW_REMAPPED = sizeof(struct intel_remapped_info), argument
144 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 5 * sizeof(u32) + 16 * sizeof(u16)); in assert_i915_gem_gtt_types()
147 BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) != in assert_i915_gem_gtt_types()
149 BUILD_BUG_ON(offsetofend(struct intel_remapped_info, plane[1]) != in assert_i915_gem_gtt_types()
171 struct intel_remapped_info remapped;
Di915_vma.c1130 remap_color_plane_pages(const struct intel_remapped_info *rem_info, in remap_color_plane_pages()
1164 intel_remap_pages(struct intel_remapped_info *rem_info, in intel_remap_pages()
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_display.h60 struct intel_remapped_info;
588 unsigned int intel_remapped_info_size(const struct intel_remapped_info *rem_info);
Dintel_display.c646 unsigned int intel_remapped_info_size(const struct intel_remapped_info *rem_info) in intel_remapped_info_size()
/linux-6.1.9/drivers/gpu/drm/i915/selftests/
Di915_vma.c437 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()