Lines Matching defs:rotation
443 unsigned int rotation)
445 if (rotation == 0 || rotation == 180) {
447 } else if (rotation == 90 || rotation == 270) {
477 * @rotation: Initial rotation in degrees Counter Clock Wise
481 * has one fixed &drm_display_mode which is rotated according to @rotation.
497 unsigned int rotation, size_t tx_buf_size)
518 ret = mipi_dbi_rotate_mode(&dbidev->mode, rotation);
520 DRM_ERROR("Illegal rotation value %u\n", rotation);
542 dbidev->rotation = rotation;
544 DRM_DEBUG_KMS("rotation = %u\n", rotation);
555 * @rotation: Initial rotation in degrees Counter Clock Wise
558 * has one fixed &drm_display_mode which is rotated according to @rotation.
569 const struct drm_display_mode *mode, unsigned int rotation)
577 rotation, bufsize);