Lines Matching refs:rotation
257 unsigned int rotation = plane_state->base.rotation; in intel_plane_check_stride() local
273 fb->modifier, rotation); in intel_plane_check_stride()
290 bool rotated = drm_rotation_90_or_270(plane_state->base.rotation); in intel_plane_check_src_coordinates()
343 unsigned int rotation) in skl_plane_max_stride() argument
352 if (drm_rotation_90_or_270(rotation)) in skl_plane_max_stride()
842 unsigned int rotation = plane_state->base.rotation; in vlv_sprite_ctl() local
893 if (rotation & DRM_MODE_ROTATE_180) in vlv_sprite_ctl()
896 if (rotation & DRM_MODE_REFLECT_X) in vlv_sprite_ctl()
1053 unsigned int rotation = plane_state->base.rotation; in ivb_sprite_ctl() local
1097 if (rotation & DRM_MODE_ROTATE_180) in ivb_sprite_ctl()
1263 unsigned int rotation) in g4x_sprite_max_stride() argument
1287 unsigned int rotation = plane_state->base.rotation; in g4x_sprite_ctl() local
1329 if (rotation & DRM_MODE_ROTATE_180) in g4x_sprite_ctl()
1636 unsigned int rotation = plane_state->base.rotation; in chv_plane_check_rotation() local
1640 rotation & DRM_MODE_ROTATE_180 && in chv_plane_check_rotation()
1641 rotation & DRM_MODE_REFLECT_X) { in chv_plane_check_rotation()
1689 unsigned int rotation = plane_state->base.rotation; in skl_plane_check_fb() local
1695 if (rotation & ~(DRM_MODE_ROTATE_0 | DRM_MODE_ROTATE_180) && in skl_plane_check_fb()
1698 rotation); in skl_plane_check_fb()
1702 if (rotation & DRM_MODE_REFLECT_X && in skl_plane_check_fb()
1708 if (drm_rotation_90_or_270(rotation)) { in skl_plane_check_fb()
1790 unsigned int rotation = plane_state->base.rotation; in skl_plane_check_nv12_rotation() local
1795 (rotation == DRM_MODE_ROTATE_270 || in skl_plane_check_nv12_rotation()
1796 rotation == (DRM_MODE_REFLECT_X | DRM_MODE_ROTATE_90))) { in skl_plane_check_nv12_rotation()