Home
last modified time | relevance | path

Searched refs:intel_rotation_info (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_gtt_view_types.h27 struct intel_rotation_info { struct
44 I915_GTT_VIEW_ROTATED = sizeof(struct intel_rotation_info), argument
54 struct intel_rotation_info rotated;
H A Di915_vma_types.h102 BUILD_BUG_ON(sizeof(struct intel_rotation_info) != 2 * sizeof(u32) + 8 * sizeof(u16)); in assert_i915_gem_gtt_types()
108 offsetof(struct intel_rotation_info, plane[0])); in assert_i915_gem_gtt_types()
110 offsetofend(struct intel_rotation_info, plane[1])); in assert_i915_gem_gtt_types()
H A Di915_vma.c1019 intel_rotate_pages(struct intel_rotation_info *rot_info, in intel_rotate_pages()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.h23 struct intel_rotation_info;
85 unsigned int intel_rotation_info_size(const struct intel_rotation_info *rot_info);
H A Dintel_fb.c1895 unsigned int intel_rotation_info_size(const struct intel_rotation_info *rot_info) in intel_rotation_info_size()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c363 static unsigned long rotated_index(const struct intel_rotation_info *r, in rotated_index()
374 const struct intel_rotation_info *r, unsigned int n, in assert_rotated()