Lines Matching full:rotation

209 				       unsigned int rotation,  in intel_adjust_aligned_offset()  argument
225 if (drm_rotation_90_or_270(rotation)) { in intel_adjust_aligned_offset()
255 state->hw.rotation, in intel_plane_adjust_aligned_offset()
279 unsigned int rotation, in intel_compute_aligned_offset() argument
292 if (drm_rotation_90_or_270(rotation)) { in intel_compute_aligned_offset()
336 unsigned int rotation = state->hw.rotation; in intel_plane_compute_aligned_offset() local
346 pitch, rotation, alignment); in intel_plane_compute_aligned_offset()
498 …atic int intel_fb_pitch(const struct intel_framebuffer *fb, int color_plane, unsigned int rotation) in intel_fb_pitch() argument
500 if (drm_rotation_90_or_270(rotation)) in intel_fb_pitch()
512 unsigned int rotation = plane_state->hw.rotation; in intel_plane_needs_remap() local
529 stride = intel_fb_pitch(fb, 0, rotation); in intel_plane_needs_remap()
531 fb->base.modifier, rotation); in intel_plane_needs_remap()
853 unsigned int rotation = plane_state->hw.rotation; in intel_plane_remap_gtt() local
860 drm_rotation_90_or_270(rotation) ? I915_GGTT_VIEW_ROTATED : in intel_plane_remap_gtt()
875 if (drm_rotation_90_or_270(rotation)) in intel_plane_remap_gtt()
910 void intel_fb_fill_view(const struct intel_framebuffer *fb, unsigned int rotation, in intel_fb_fill_view() argument
913 if (drm_rotation_90_or_270(rotation)) in intel_fb_fill_view()
925 unsigned int rotation = plane_state->hw.rotation; in intel_plane_check_stride() local
941 fb->modifier, rotation); in intel_plane_check_stride()
957 unsigned int rotation = plane_state->hw.rotation; in intel_plane_compute_gtt() local
974 intel_fb_fill_view(fb, rotation, &plane_state->view); in intel_plane_compute_gtt()
977 if (drm_rotation_90_or_270(rotation)) in intel_plane_compute_gtt()