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