Lines Matching refs:rotation
1013 unsigned int rotation,
1029 if (drm_rotation_90_or_270(rotation)) {
1057 plane_state->hw.rotation,
1081 unsigned int rotation,
1094 if (drm_rotation_90_or_270(rotation)) {
1138 unsigned int rotation = plane_state->hw.rotation;
1143 pitch, rotation, alignment);
1296 static int intel_fb_pitch(const struct intel_framebuffer *fb, int color_plane, unsigned int rotation)
1298 if (drm_rotation_90_or_270(rotation))
1310 unsigned int rotation = plane_state->hw.rotation;
1327 stride = intel_fb_pitch(fb, 0, rotation);
1329 fb->base.modifier, rotation);
1803 unsigned int rotation)
1821 if (drm_rotation_90_or_270(rotation))
1837 unsigned int rotation = plane_state->hw.rotation;
1844 drm_rotation_90_or_270(rotation) ? I915_GTT_VIEW_ROTATED :
1859 if (drm_rotation_90_or_270(rotation))
1930 void intel_fb_fill_view(const struct intel_framebuffer *fb, unsigned int rotation,
1933 if (drm_rotation_90_or_270(rotation))
1943 * Only valid with 0/180 degree rotation, which is fine since linear
2042 unsigned int rotation = plane_state->hw.rotation;
2058 fb->modifier, rotation);
2075 unsigned int rotation = plane_state->hw.rotation;
2092 intel_fb_fill_view(fb, rotation, &plane_state->view);
2095 if (drm_rotation_90_or_270(rotation))