Lines Matching defs:rotation
289 if (state->rotation & MALIDP_ROTATED_MASK) {
374 * current format, AFBC state and rotation.
377 unsigned int rotation)
381 /* rotation and horizontal flip not supported for partial prefetch */
382 if (rotation & (DRM_MODE_ROTATE_90 | DRM_MODE_ROTATE_180 |
459 ms->base.rotation)) {
509 bool rotated = state->rotation & MALIDP_ROTATED_MASK;
569 /* validate the rotation constraints for each layer */
570 if (state->rotation != DRM_MODE_ROTATE_0) {
591 if (state->rotation & MALIDP_ROTATED_MASK) {
862 /* first clear the rotation bits */
866 /* setup the rotation and axis flip bits */
867 if (state->rotation & DRM_MODE_ROTATE_MASK)
868 val |= ilog2(plane->state->rotation & DRM_MODE_ROTATE_MASK) <<
870 if (state->rotation & DRM_MODE_REFLECT_X)
872 if (state->rotation & DRM_MODE_REFLECT_Y)