Lines Matching refs:rotation

899 				       unsigned int rotation,  in intel_adjust_aligned_offset()  argument
915 if (drm_rotation_90_or_270(rotation)) { in intel_adjust_aligned_offset()
943 state->hw.rotation, in intel_plane_adjust_aligned_offset()
967 unsigned int rotation, in intel_compute_aligned_offset() argument
980 if (drm_rotation_90_or_270(rotation)) { in intel_compute_aligned_offset()
1024 unsigned int rotation = state->hw.rotation; in intel_plane_compute_aligned_offset() local
1034 pitch, rotation, alignment); in intel_plane_compute_aligned_offset()
1182 …atic int intel_fb_pitch(const struct intel_framebuffer *fb, int color_plane, unsigned int rotation) in intel_fb_pitch() argument
1184 if (drm_rotation_90_or_270(rotation)) in intel_fb_pitch()
1196 unsigned int rotation = plane_state->hw.rotation; in intel_plane_needs_remap() local
1213 stride = intel_fb_pitch(fb, 0, rotation); in intel_plane_needs_remap()
1215 fb->base.modifier, rotation); in intel_plane_needs_remap()
1616 unsigned int rotation = plane_state->hw.rotation; in intel_plane_remap_gtt() local
1623 drm_rotation_90_or_270(rotation) ? I915_GTT_VIEW_ROTATED : in intel_plane_remap_gtt()
1638 if (drm_rotation_90_or_270(rotation)) in intel_plane_remap_gtt()
1673 void intel_fb_fill_view(const struct intel_framebuffer *fb, unsigned int rotation, in intel_fb_fill_view() argument
1676 if (drm_rotation_90_or_270(rotation)) in intel_fb_fill_view()
1753 unsigned int rotation = plane_state->hw.rotation; in intel_plane_check_stride() local
1769 fb->modifier, rotation); in intel_plane_check_stride()
1785 unsigned int rotation = plane_state->hw.rotation; in intel_plane_compute_gtt() local
1802 intel_fb_fill_view(fb, rotation, &plane_state->view); in intel_plane_compute_gtt()
1805 if (drm_rotation_90_or_270(rotation)) in intel_plane_compute_gtt()